/*

This file contians the style sheet definitions used for
the International dropdown menu on the home page.

*/


#menuHead0a,#menuHead0b{ position: absolute; top: 75px; left: 257px; width: 129px; z-index: 9; }
#menu0{ position: absolute; top: 93px; left: 257px; width: 275px; border: 1px solid #b3b3b3; visibility: hidden; z-index: 9; }

.bgOff a{
	font-family : Verdana,Geneva,Arial,sans-serif;
	font-size : 11px;
	color : #8487b9;
	text-decoration : none;
	}

.bgOn a{
	font-family : Verdana,Geneva,Arial,sans-serif;
	font-size : 11px;
	color : white;
	text-decoration : none;
	}

.bgOn a:hover{
	font-family : Verdana,Geneva,Arial,sans-serif;
	font-size : 11px;
	color : white;
	text-decoration : none;
	}

.bgOff{
	background-color : #efefef;
	}

.bgOn{
	background-color : #b3b9cc;
	}