.chromestyle{
width: 994px;
/*background:#CC0000;*/
}

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

.chromestyle ul{
border: 0;
width: 994px;
padding: 4px 10px 6px 10px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font: bold 11px Arial, Helvetica, sans-serif;
text-transform:lowercase;
color:#fff;
padding: 5px 10px 5px 10px;
margin:0;
border:0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background: #6f0;
color: #039;
margin: 0;
border:0;
}

.chromestyle ul li a[rel]: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;
font:bold 11px Arial, Helvetica, sans-serif;
line-height:1;
z-index:100;
background-color: #6f0;
width: auto;

visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
display: block;
padding: 3px 15px 3px 8px;
text-decoration: none;
}

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

.dropmenudiv a:hover{ 
background: #06f;
color: #6f0;
}