.chromestyle{width: 620px;font-size: 12px;margin-top: 18px;float: right;height: auto;}
.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%;margin: 0;text-align: center; /*set value to "left", "center", or "right"*/padding-top: 0px;padding-right: 0;padding-bottom: 0px;padding-left: 0;}
.chromestyle ul li{display: inline;float: left;height: auto;width: auto;list-style-image: none;	list-style-type: none;overflow: hidden;padding-right: 12px;text-align: center;padding-left: 10px;}
.chromestyle ul li a{padding: 0;margin: 0;text-decoration: none;color: #FFFFFF;font-weight: bold;	font-size: 12px;line-height: 20px;}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{color:#FF0000;line-height: 20px;}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{position:absolute;top: 0;line-height:18px;z-index:100;width:100px;visibility: hidden;text-align:left;background-color: #1856a3;filter: Alpha(Opacity=80);color: #FFFFFF;}
.dropmenudiv a{filter: Alpha(Opacity=100);width: auto;display: block;text-indent: 3px;	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/padding: 2px 0;text-decoration: none;	font-weight: normal;color: #FFFFFF;font-size: 12px;}
* html .dropmenudiv a{ /*IE only hack*/width: 100%;}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/background-color: #0081cc;}