chromestyle{ float:left; width:100%}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#c6346e!important; background:url(../images/menu_hv.jpg) repeat-x 0 0;height:30px;
}

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

.dropmenudiv{
position:absolute;
top:0;
border: 1px solid #87113f; /*THEME CHANGE HERE*/
border-bottom:none;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
background:url(../images/submenu_bg.jpg) repeat-x 0 -28px; height:22px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #87113f; /*THEME CHANGE HERE*/
padding: 4px 0 2px;
text-decoration: none;
font-weight: bold;
color: #fff;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:url(../images/submenu_bg.jpg) repeat-x 0 0; height:22px; color:#333
}