/* Menu styles */.chromestart{	background: url(images_2009/chromebg_mh_40_reverse.png) center center repeat-x;}#chromemenu{	width: 99%;	padding-top: 8px;}#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/	content: "."; 	display: block; 	height: 0; 	clear: both; 	visibility: hidden;}/*#chromemenu ul{	padding-left: 4px;	float: left;	margin: 0px;	font: 13px tahoma;		width: 100%;	color: white;	padding-top: 3px;}*/#chromemenu ul{	width: 100%;	height:40px;	background: url(images_2009/chromebg_mh_40.png) center center repeat-x; /*Theme Change here*/	margin-left: 0;	padding-left: 0;	margin: 0;	float: left;	font: 13px tahoma;/*	color: #31363e;*/	color: white;}#chromemenu ul li{	display: inline;}#chromemenu ul li a{	padding-right: 13px;	padding-left: 7px;	float: left;	padding-bottom: 8px;/*	color: #31363e;*/	color: white;	text-decoration: none;}#chromemenu ul li a:hover{	/*color: white;*/	background: url(images_2009/chromebg_mh_40_reverse.png) center center repeat-x; /*Theme Change here*/			/*background-color: #7294b9;*/}#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/	content: " ";		/*content: " v";*/	/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/}/* ######### Style for Drop Down Menu ######### */.dropmenudivx{	border-right: #bbb 1px solid;	border-top: #bbb 1px solid;	z-index: 100;	visibility: hidden;	/*font: bold 10px/14px tahoma;*//*		font: bold 10px/14px Tahoma;*/		font: 13px Tahoma;	border-left: #bbb 1px solid;	width: 150px;	color: white;	border-bottom: #bbb 0px solid;	position: absolute;	top: 0px;	background-color: steelblue;	/*background-color: #000066;*/}.dropmenudiv{	/*	border-right: #bbb 1px solid;	border-top: #bbb 1px solid;	*/	z-index: 100;	visibility: hidden;	font: 13px tahoma;	/*border-left: #bbb 1px solid;*/	width: 150px;	/*color: black;*/	border-bottom: #57728f 0px solid;	position: absolute;	top: 0px;	background-color: #e2e2e2;}.dropmenudiv a{	padding-right: 0px;	display: block;	padding-left: 0px;	/*font-weight: bold;*/	padding-bottom: 2px;	width: 100%;	height:20px;	color: black;	text-indent: 3px;	padding-top: 8px;	border-bottom: #57728f 1px solid;	text-decoration: none;}.dropmenudiv a:hover{	/*font-weight: bold;*/	/*color: #31363e;	background-color: #e2e2e2;*/	background: url(images_2009/chromebg_mh_40_reverse_dropdown.png) center center repeat-x; /*Theme Change here*/			/*background-color: #7294b9;*/}/* Removed from HTML and added below */#popup1 {	VISIBILITY: hidden; POSITION: absolute}#popup2{	VISIBILITY: hidden; POSITION: absolute}	.popUpStyle{	BORDER-RIGHT: #cccc00 1px solid; 	PADDING-RIGHT: 5px; 	BORDER-TOP: #cccc00 1px solid; 	PADDING-LEFT: 5px; 	PADDING-BOTTOM: 5px; 	FONT: 10px helvetica,sans-serif; 	BORDER-LEFT: #cccc00 1px solid; 	WIDTH: 100px; 	PADDING-TOP: 5px; 	BORDER-BOTTOM: #cccc00 1px solid; 	BACKGROUND-COLOR: #ffff99}.popUpStyle2{	BORDER-RIGHT: #cccc00 1px solid; 	PADDING-RIGHT: 5px; 	BORDER-TOP: #cccc00 1px solid; 	PADDING-LEFT: 5px; 	PADDING-BOTTOM: 5px; 	FONT: 10px helvetica,sans-serif; 	BORDER-LEFT: #cccc00 1px solid; 	WIDTH: 250px; 	PADDING-TOP: 5px; 	BORDER-BOTTOM: #cccc00 1px solid; 	BACKGROUND-COLOR: #ffff99}/* End add from HTML */#imgOver{	cursor:hand;	}#imgOut{	cursor:default;	}
