.chromestyle{

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/

}

.chromestyle ul{

}

.chromestyle ul li{

}

.chromestyle ul li a{

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
 /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #003871; /*THEME CHANGE HERE*/
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color:#0055A6;
width: 120px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 6px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
color: #FFFFFF;
}

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

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