.chromestyle{
    margin              :   -40px 0 0 195px;
    padding             :   0;
    position            :   absolute;
    width               :   770px;
    list-style          :   none;
    font                :   normal 11px Verdana;
    border-style: none;
}

.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: 3px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
text-decoration: none;
border-style: none;
vertical-align:top;
}

.chromestyle ul li{
display: inline;
text-decoration: none;
border-style: none;
vertical-align:top;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 3px 5px;
margin: 0;
text-decoration: none;
border-style: none;
vertical-align:top;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #ffcc33;
border-style: none;
text-decoration: none;
}



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

.dropmenudiv{
list-style: none;
position:absolute;
top: 0;
border-bottom-width: 0;
border:none;
text-decoration: none;
font:normal 11px Verdana;
line-height:15px;
z-index:100;
background: url(back.png) 0 100% no-repeat;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 7px;
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
border-style: none;

}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #ffcc33;
border:none;
}


