.chromestyle{
width:940px;
margin-left: auto ;
margin-right: auto;
position: relative;
font:normal small-caps 17px Tahoma, Geneva, sans-serif;
color:#584e43;

}

.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%;
padding: 13px 0;
margin:0px 0px 0px 28px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin:0px 0px 0px 28px;
}

.chromestyle ul li a{
text-decoration: none;
color:#584e43;
padding: 13px 0px;
/*margin: 0;*/
margin:0px 0px 0px 28px;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#ffffff; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #BBB; /*THEME CHANGE HERE*/*/
border-bottom-width: 1px;
border-bottom-color:#A7CA1F;
font:normal  16px Tahoma, Geneva, sans-serif;line-height:18px;
margin-top:-5px;
z-index:100;
background-color:#A7CA1F;
width: 175px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #584e43; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
color:#584e43;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #FFF;

}
