.chromestyle{
width:850px;
}

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

.chromestyle ul{
border:0px;
width:auto;
padding:0px;
margin:0px;;
height:31px;
text-align:left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
float:left;
height:31px;
}

.chromestyle ul li a{
color: #494949;
padding:0px;
margin: 0px;
text-decoration: none;
border:0px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border:0px 0px 1px 0px #CCC dotted;
font:normal 11px Verdana;
z-index:100;
background-color:#002A42;
color:#FFF;
width: auto;
visibility: hidden;
padding:2px;
}


.dropmenudiv a{
width: auto;
display: block;
border:0px;
text-decoration: none;
font-weight: bold;
color:#FFF;
padding:3px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#FFF;
border:0px;
padding:3px;

text-decoration:underline;
font-style:italic;
border-bottom:1px #CCC dotted;
}
