.chromestyle{
width: 900px;
font-weight: bold;
margin:0 auto;
}

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

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
height:47px;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
padding-top:34px;
color:#ffffff;
}

.chromestyle ul li{
display: inline;
height:83px;
color:#ffffff;
}

.chromestyle ul li a{
height:83px;
color:#ffffff;
padding: 4px 18px;
margin: 4px;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover{ 
 height:83px;  color: #000000; background-image:url(images/bg_hover.jpg);  background-position:left top; background-repeat:repeat-x; text-decoration:none; padding-top:35px; padding-bottom:35px;
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #131213; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
color: #000000;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}

.dropmenudiv {  color: #ffffff; }

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

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