.chromestyle{
width: 100%;
font-weight: bold;
}

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

.chromestyle ul{
border: none;
width: 100%;
padding: 4px 0 0 0;
margin: 0 0 0 0;
height: 20px;
text-align: center;
list-style-type: none;
list-style-position: outside;
}

.chromestyle ul li {
display: inline;
text-align: center;
font-size: 11px;
font-weight: 900;
color: #ffffff;
}

.chromestyle ul li a {
font-size: 11px;
font-weight: 900;
color: #ffffff;
padding-right: 10px;
padding-left: 10px;
margin: 0;
text-decoration: none;
}

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

.dropmenudiv{
background-color:#2975EF;
position: absolute;
top: 0px;
border: none;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
visibility: hidden;
width: 200px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #ffffff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #ffffff;
}

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