.chromestyle{font-weight: bold; float:right;}
.chromestyle:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.chromestyle ul{ padding: 11px 0; margin:6px 0;}
.chromestyle ul li{display: inline; margin-left:}
.chromestyle ul li a{color: #490049; padding: 14px 12px; text-decoration: none;}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{  background-color:#7CFC00; color:#fff;}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{ position:absolute;top: 0; border: 1px solid #fff; /*THEME CHANGE HERE*/border-bottom-width:0; font-size:11px;line-height:18px;z-index:100;
background-color: #007 ;width: 200px;visibility: hidden; margin-left:-1px}
.dropmenudiv a{width: auto;display: block;text-indent: 3px;border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/padding: 5px 9px;text-decoration: none;font-weight: bold;color: #fff;}
* html .dropmenudiv a{ /*IE only hack*/width: 100%;}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/background-color: #FF00FF;}