#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: 1px none #FFFFFF;
width: 100%;
background: #FFFFFF url(none) repeat-x center center; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: normal 12px Verdana;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
	float: left;
	color: #333333;
	font-weight: normal;
	padding: 6px 12px 6px 7px;
	text-decoration: none;
	background: url(none) no-repeat center top;
	border: none;
}

#chromemenu ul li a:hover{
color: #333333;
}

#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: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #060C77;
	width: 80px;
	visibility: hidden;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px none #ADED7C; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #17408c;
}

