.chromestyle{
width:99%;
float:right;

font:normal 12px Verdana;
}
.font_big{


font:normal 12px Verdana;
}

.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%;
/*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
 /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
background-image:url(chromebg.gif)
color:#003399;
padding: 0px 7px;
margin: 0;
text-decoration: none;

border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#5d9999;
text-decoration:underline;/*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #E3E8EE; /*THEME CHANGE HERE*/
text-align:left;
font:normal 10.5px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
float:right;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
 /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;

background-repeat:repeat-x;

color: #003399;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-image:url(img_01.jpg);
color:#003399;
text-decoration:none;
}

.dropmenudiv a:visited
{
	color: #003399;
}