.chromestyle{
width: 99%;
font-size:11pt;
}

.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%;
height: 3.3em;
padding: 0.5em 0.5em;
margin: -1.2em 0.2em;
text-align: left; /*set value to "left", "center", or "right"*/
list-style-type: none;
font-family:Verdana,Arial,sans serif;
font-size:7.5pt;
font-weight:bold;
}
.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 6px 12px;
margin: 0;
text-decoration: none;
border-right: 1px solid #000000;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color:#191919;

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
border-top: 2px solid #4c5860;
color: #ffffff;
position:absolute;
padding: 3px;
top:0;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #4c5860;
width: 142px;
visibility: hidden;
text-align: left; /*set value to "left", "center", or "right"*/
background: transparent url(subMenu.png) left bottom no-repeat;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color:#ffffff;
}

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

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