.chromestyle{
width: 99%;
}

.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%;
padding: 0;
margin: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
padding: 0;
margin: 0;
text-decoration: none;
font-weight: bold;
color:#FFFFFF;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
font-size:14px:
}


.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;
top: 0;
font:normal 11px Verdana;
line-height:13px;
z-index:100;
width: 220px;
height:120px;
visibility: hidden;
background-color:#9a343f;
border-top:#9a343f 4px solid;
border-bottom:#9a343f 6px solid;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 20px;
padding: 0;
text-decoration: none;
color:#FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#DDDDDD;
}