#chromemenu{
	width: 780px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#chromemenu ul{
	width: 100%;
	background: url(menubackgrad.jpg) repeat-y; /*Theme Change here*/
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	float: left;
	font: bold 10px Arial;
	border-top: 1px solid #F3F3F3;
/*	border-right: 1px solid #666666;*/
	border-bottom: 1px solid #333333;
	border-left: 0px solid #BBB;
}


#chromemenu ul li{
	display: inline;
}


#chromemenu ul li a{
	float: left;
	color: #7F7F7F;
	font-weight: bold;
	padding: 6px 12px 5px 7px;
	text-decoration: none;
	background: url(divider.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
	color:#091837;
}
 
/*#chromemenu ul li a[onMouseover]:after{
	content: " v";
	content: " " url(downimage.gif);
}
*/
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font:bold 10px/18px Arial;
	z-index:100;
	background-color:#1845B6;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	border-left: 3px solid #D2D9E7;
}

/*.dropmenudiv a[onMouseover]:after{
	content: " >";
	content: " " url(rightarrow.gif);
	vertical-align: -10%;
}*/

.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 7px;
	border-bottom: 1px solid #ADC2E6; /*Theme Change here*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color:#DBE7FF;
}

.dropmenudiv a:hover{ /*Theme Change here*/
	color: #FFFFFF;
	background-color:#1E6DD8;
}

.dropmenudiv .expanded{ /*HTML to indicate drop down link*/
	/*content: " >";*/
	background: url(rightarrow.gif) no-repeat 97% center; /*uncomment this line to use an image instead*/
	vertical-align: -10%;
}

.expandmenudiv{
	position:absolute;
	top: 0;
	font:normal 10px Arial;
	line-height:16px;
	z-index:200;
	background-color:#1845B6;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	border-left: 3px solid #D2D9E7;
}

.expandmenudiv a{
	width: 100%;
	display: block;
	text-indent: 7px;
	border-bottom: 1px solid #ADC2E6; /*Theme Change here*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color:#DBE7FF;
}

.expandmenudiv a:hover{ /*Theme Change here*/
	color: #FFFFFF;
	background-color:#1E6DD8;
}