#chromemenu{
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 0px solid #BBB;
width: 950px;
background: url(chromebg.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Verdana;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
	float: left;
	color: #DDD;
	font-weight: bold;
	font-smooth: auto;
	padding: 8px 16px 8px 16px;
	text-decoration: none;
	background: url(divider.gif) center right no-repeat; /*Theme Change here*/
	font-size: 12px;
}

#chromemenu ul li a:hover{
color: #FFF;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: -2;
border: 1px solid #1575a9; /*Theme Change here*/
border-bottom-width: 4;
font:normal 11px Verdana;
line-height:17px;
z-index:10000;
background-color: #1585ba;
width: 170px;
visibility: hidden;
}

.dropmenudiv a:link{
width: 170px;
display: block;
text-indent: 3px;

padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFF;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #1ca3e1;
}
.dropmenudiv a:visited{
width: 170px;
display: block;
text-indent: 3px;

padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFF;
}