.chromestyle{
width: 99%;
font-weight: bold;
}

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

.chromestyle ul{
/*
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; 
padding: 4px 0;
margin: 0;
text-align: center;
*/
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left:0px;
	text-align:center;
}

.chromestyle ul li{
/*display: inline;*/
	width: 70px;	
	display:inline;		
	float:left;
	padding-left:7px;
	font-size:11px;
	font-family:tahoma;
	margin-left:5px;
}

.chromestyle ul li a{
/*
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
*/
	width: 70px;	
	height:19px;
	float:left;
	padding-top:2px;
}

.chromestyle ul li a:hover, .chromestyle UL LI#current A{
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
	COLOR: #FFF;
	TEXT-DECORATION: none; 
	background: url(../images/nav_bg_a.gif) no-repeat;
	font-weight:bold;
}

.chromestyle UL LI A:link, .chromestyle UL LI A:visited, .chromestyle UL LI A:visited {
	COLOR: #fff; 
	TEXT-DECORATION: none;
	font-weight:bold;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	Z-INDEX: 100;
	VISIBILITY: hidden;
	FONT: bold 11px Tahoma,Arial,Verdana;
	WIDTH: 140px;
	POSITION: absolute;
	padding-left: 0px;
	float: left;
	color:#FFF;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv A, .dropmenudiv A:link , .dropmenudiv A:visited {
	padding:3px 10px 4px 10px;
	BORDER-LEFT: #002344 1px solid;
	BORDER-RIGHT: #002344 1px solid;
	COLOR: #FFF;
	display:block;
	BORDER-BOTTOM: #002344 1px solid;
	TEXT-DECORATION: none;
	/*background: url(../images/subnav.gif) repeat-x;*/
	background-color: #1A4B7A;
}


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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background: url(../images/subnav_a.gif) repeat-x;
	COLOR: #FFF;
	TEXT-DECORATION: none;
}