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

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

.chromestyle ul{
border: 0px solid #cfc096;
width: 100%;
padding: 0px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 0px;
margin: 1px;
text-decoration: none;
border-right: 0px 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*/

}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #cdcdcd; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal;
font-color:#666;

letter-spacing:+0.5px;
line-height:22px;
z-index:100;
background-color: #fff;
width: 140px;
visibility: hidden;

font-family: "century gothic", Arial, verdana, sans-serif;
font-weight: none;
font-size:11px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #cdcdcd; /*THEME CHANGE HERE*/
padding: 2px 5px 0px 5px;
text-decoration: none;
font-weight: ;
color: #666;
text-align:left;

}

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

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



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

.dropmenudiv2{
position:absolute;
top: 0;
border: 1px solid #cdcdcd; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal;
font-color:#666;

letter-spacing:+0.5px;
line-height:22px;
z-index:100;
background-color: #fff;
width: 172px;
visibility: hidden;

font-family: "century gothic", Arial, verdana, sans-serif;
font-weight: none;
font-size:11px;
}


.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #cdcdcd; /*THEME CHANGE HERE*/
padding: 2px 5px 0px 5px;
text-decoration: none;
font-weight: ;
color: #666;
text-align:left;
}

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

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #f9f9f9;
color: #454545;
}




