.chromestyle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background:url(background_nav.gif);
	background-repeat:repeat-x;
	padding: 0 5px 0 10px;
	margin: 0px 11px 0px 12px;


}

.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;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
color: #ffffff;
font-weight: bold;
text-decoration: none;
padding: 0 5px 0 10px;
margin: 0;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*THEME CHANGE HERE*/

font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
color: #ffffff;
font-weight: bold;
text-decoration: none;
padding: 0 5px 0 10px;
}

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

.dropmenudiv{
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
color: #ffffff;
font-weight: bold;
text-decoration: none;
position:absolute;
top: 0;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;

}


.dropmenudiv a{
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
color: #ffffff;
font-weight: bold;
text-decoration: none;
display: block;
text-indent: 5px;
margin:0 0 0 5px;
padding:1px;
background-color: #005C99; /* #333333 */
}

* html .dropmenudiv a{ /*IE only hack*/
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
color: #ffffff;
font-weight: bold;
text-decoration: none;
margin:0 0 0 5px;
padding:1px;
width: 100%;
background-color:#666666;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
color: #ffffff;
font-weight: bold;
text-decoration: none;
background-color:#666666;
margin:0 0 0 5px;
padding:1px;

}
