.chromestyle{
float:left;
background:url(../images/top_menu_bg.jpg);
color:#b6b6b6;
height:27px;
width:100%;
*width:980px;
*margin:-2px 0px 0px 0px;
}

/*.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
/*content: "."; */
/*display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}*/

.chromestyle ul{
float:right;
margin:7px 30px 0px 0; /*set value to "left", "center", or "right"*/
*margin:7px 15px 0px 0; 
}

.chromestyle ul li{
display:inline;
float:left;
height:20px;
}

.chromestyle ul li a{
color:#FFFFFF;
font-size:12px;
margin:3px 6px 6px;
text-decoration:none;
}
.chromestyle h1{
color:red;
font-size:12px;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
font-size:13;
color:#FFFFFF;
margin:3px 6px 6px;
background-color:#FF0000;
text-decoration:none; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
/*top: 0;*/
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-size:12px;
line-height:18px;
z-index:100;
background-color: white;
width: 210px;
color:red;
visibility: hidden;
}

.dropmenudiv h1{
color:red;
font-size:12px;
padding-left:4px;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

html .dropmenudiv a{ /*IE only hack*/
background:#e2e0d4;
border:1px solid #e9e6df;
color:#3e3e3e;
text-decoration:none;
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#3e3e3e;
text-decoration:none;
background:#f7f6f2;
}