.chromestyle{
width: 99%;
font-family: Verdana; font-size: 12px; font-weight: bold; color:#231f20; margin: 5px 0px 0px 335px;
}

.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: 0px;
font:normal 22px Tahoma;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
margin: 0px 6px 0px 6px;
font:nornal 22px Tahoma;
display: inline;
}

.chromestyle ul li a{
color: #000000;
font:bold 12px Verdana;
margin: 0px 0px 0px 0px;
text-decoration: none;
}

.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;
color:#000000;
top: 0;
margin: 13px 0px 0px 0px;
border: 1px solid #497db7; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Tahoma;
line-height:18px;
z-index:100;
background-color: white;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
text-align: left;
}


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

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

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