.chromestyle{
width: width:1020px;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
z-index:10;
}

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

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

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
/*padding: 4px 12px;*/
margin: 0;
text-decoration: none;
/*border-right: 1px solid #F90;*/
/*padding-right:-5px;*/
}

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

.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{
margin-left:5px;
position:absolute;
top:0;
border-bottom-width: 0px;
font-size:13px;
line-height:19px;
z-index:100;
background: #333;
width: 200px;
visibility: hidden;
/*filter: Alpha(opacity=90);*/
text-transform: none;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
/*border:#fff 5px solid;*/
padding-bottom:10px;
}



.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #fff; THEME CHANGE HERE*/
padding: 2px 0;
padding-left:6px;
text-decoration: none;
font-weight:bold;
color:#ccc;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #333333;
color:#ff9900;
}
