#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/chromebg5.gif) center center repeat-x;
	font: normal 12px Verdana;
	
	float: left;
	text-indent: 3px;
	top: 0px;

	margin-left: 0;
	padding-left: 0;
	margin: 0;

		
}


#chromemenu ul li{
	display: inline;
	
}

#chromemenu ul li a{
float: left;
color: #FFFFFF;
font-weight: bold;
padding: 3px 15px 3px 15px;

text-decoration: none;
background: url(divider5.gif) center right no-repeat; /*Theme Change here*/


text-align: center;


}

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

#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;
/*background: url(../images/menu_back.gif) center center repeat; */
margin-top: -2px;
*margin-top: -2px;
margin-left: 0px;
border-top: 0px solid #FF3366; /*Theme Change here*/
border-left: 1px solid #e4e4e4;
border-right: 1px solid #e4e4e4;
border-bottom: 1px solid #e4e4e4;
font:normal 12px Arial;
line-height:16px;
z-index:100;
background-color: #cccccc; 
width: 160px;
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 #cccccc; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #333333;


}

.dropmenudiv a:hover{ /*Theme Change here*/
/*background: url(../images/menu_back.gif) center center repeat; */
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #666666;
}