.chromestyle{
width:900px; height:36px; font-family:Arial;font-size:13px; color:#fff}
#current{float:left;line-height:24px; color:#666; background:#fff; display:block;padding:6px 17px;}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width:900px;
margin: 0; 
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;float:left;line-height:24px;
}

.chromestyle ul li a{
float:left;line-height:24px;color:#fff; padding:6px 26px 5px 26px;}

.chromestyle ul li a:hover{float:left;line-height:24px; color:#666; background:#fff; display:block; padding:6px 26px;}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	padding-left:20px;
	border: 4px solid #C00000; /*THEME CHANGE HERE*/
	font:normal 12px arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 244px;
	font-family:Arial, Helvetica, sans-serif;







filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	visibility: hidden;
}


.dropmenudiv a{
background:url(../imgcssjs/jiantou3.gif) left center no-repeat;
width: auto;
display: block;
line-height:24px;
padding:2px 0 2px 10px;
font-weight: bold;
color:#666;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#b1252e; background:url(../imgcssjs/jiantou3.gif) left center no-repeat #f2f2f2;
}
