.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: 0;
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 #cfc096; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px;
font-color:#640849;

letter-spacing:+1px;
line-height:28px;
z-index:100;
background-color: #fcf7ee;
width: 220px;
visibility: hidden;

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


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

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #f8eddf;
/*color: #82822f;*/
}



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

.dropmenudiv2{
position:absolute;
top: 0;
border: 1px solid #cfc096; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px;
font-color:#640849;
font-family: Arial, Helvetica, sans-serif;
letter-spacing:+1px;
line-height:28px;
z-index:100;
background-color: #fcf7ee;
width: 150px;
visibility: hidden;

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


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

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

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #f8eddf;
/*color: #82822f;*/
}



