.chromestyle{
color: #485c6b;
font-weight: 100;
}

.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%;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
height: 100%;
text-align: center;

}

.chromestyle ul li a{
display:block;
color: #FFFFFE;
text-decoration: none;
height: 100%;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #666;/*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
background: url(../images/menu_border.gif) right top no-repeat;
position:absolute;
color: #666;
margin: -3px -2px 0 -2px;
padding: 2px 0 0 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: #FFF;
width: 190px;
visibility: hidden;
border-left: 2px solid #484b4e;
border-bottom: 2px solid #484b4e;
border-right: 2px solid #484b4e;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
color: #666;
display: block;
text-indent: 3px;
text-decoration: none;
padding: 5px 0 5px 20px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #DDD;
color: #000;
}
