.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
float:left; padding:17px 15px 0 15px; background:url(../images/menu_hvr_bg.jpg) repeat-x 0 0;
}

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

.dropmenudiv{
position:absolute!important;
border-bottom-width: 0;
line-height:16px;
z-index:100;
width: 190px;
visibility: hidden;
font-family: Arial, Helvetica, sans-serif;
font-size:13px; font-weight:bold; top:0; margin:-1px 0 0 0
}


.dropmenudiv a{
width: auto;
display: block;
padding:6px 0 8px 12px;
text-decoration: none;
color:#fff;
background:url(../images/dropdown_bg.png) repeat 0 0;border-top: 1px solid #35393e;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#fff; text-decoration:underline
}