#chromemenu{
	margin-left: 10px;
	margin-right: 11px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#chromemenu ul{
	border: solid 1px #F7F7F7;
	width: 760px;
	background: url(chromebg.jpg) center center repeat-x; /*Theme Change here*/
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	float: left;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}


#chromemenu ul li{
	display: inline;
}

#chromemenu ul li a{
	float: left;
	color: #666666;
	padding: 6px 20px 6px 20px;
	text-decoration: none;
	text-align: center;
	background: url(divider.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
	color: #32327B;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
	content: "";
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0em;
	line-height: 20px;
	z-index:100;
	background-color: #eff8fc;
	width: 170px;
	visibility: hidden;
	border-left: #acd6ea 2px outset;
	border-right: #acd6ea 2px outset;
	border-bottom: #acd6ea 2px outset;
	border-top: #acd6ea 1px solid;
/*	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); */ /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
	display: block;
	text-indent: 3px;
	margin:  2px 8px 0px 8px;
	text-decoration: none;
	color: #666666;
}

.dropmenudiv a:hover{ /*Theme Change here*/
	background-color: #acd6ea;
	color: #32327B;
}