.chromestyle{
width: 100%;
font-weight: bold;
}

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

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 0px 0px;
margin: 0;
text-decoration: none;
border-right: 0px solid #FFFFFF; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url() center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]: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: 0px;

	left: 0px
	/*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:14px;
	z-index:3;
	width: 10px;
	margin-left:0px;
	margin-top:0px;





	
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#5D5D5D,direction=135,strength=3);
	background-image: url(images/m_bg.jpg);
	height: 69px;
	left: -12px;
	visibility: hidden;
}

.dropmenudiv2{
	position:absolute;
	top: 46px;
	/*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Arial;
	line-height:14px;
	z-index:3;
	width: 229px;
	margin-left:220px;
	margin-top:-25px;
	
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#5D5D5D,direction=135,strength=3);
	background-image: url(images/m_bg.jpg);
	height: 19px;
	left: 37px;
	visibility: hidden;
}

