.chromestyle{
width:100%;
font-weight: bold;
margin-left:auto;
margin-right:auto;
}

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

.chromestyle ul{
background: url(../../images/chromebg2.gif) center center repeat-x;
padding-left:15px;
padding-top:10px;
padding-bottom:5px;
text-align: left; /*set value to "left", "center", or "right"*/
margin-left:0px;/*this keeps the nav from having a margin left in IE only*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#ffffff;
padding: 4px 17px;
margin: 0;
text-decoration: none;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
/*font:normal 12px Verdana;*/
line-height:18px;
z-index:100;
background-color: #7aaaeb;
/*width: 200px;*/
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
color:#ffffff;
}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color:#ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: auto;
color:#ffffff;
}

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