#chromemenu{
	width: 100%;
	z-index: 99;

}

#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(../images/top_menu_back.gif) center center no-repeat;*/
	background-color:none;
	font: normal 12px Verdana;
	
	border-top: 0px solid #FFF;
	border-right: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	border-left: 0px solid #FFF;
	float: left;
	text-indent: 3px;
	top: 0px;
	height: 0px;
	margin-left: 0;
	padding-left: 0;
	margin: 0;		
}


#chromemenu ul li{
	display: inline;
	
}

#chromemenu ul li a{
float: left;
color: #FFFFFF;
font-weight: normal;
padding: 4px 0px 4px 0px;
text-decoration: none;
background: url(divider5.gif) center right no-repeat; /*Theme Change here*/
width: 80px;

text-align: center;


}

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

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

.dropmenudiv{
position:absolute;
margin-top: -1px;

margin-left: 0px;
border-top: 0px solid #FF3366; /*Theme Change here*/
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:12px;
z-index:100;
background-color: #333333;
width: 120px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=2);*/ /*Add Shadow in IE. Remove if desired*/
	
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #FFFFFF;


}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #333333;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #FFCC00;
}