.chromestyle{
height:37px;
width: 100%;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
color:#000;
}

.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%;
padding: 2px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display:block;
float:left;
width:109px;
height:40px;
}

.chromestyle ul li a{
display:block;
color: #000;
margin: 0;
background: url(../images/bg_menu.gif) center center repeat-x; /*THEME CHANGE HERE*/
width:109px;
height:37px;
text-decoration: none;
border: 1px solid #8FA3C1; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
color: #ffffff;
background: url(../images/bg_menu_over.gif) center center repeat-x; /*THEME CHANGE HERE*/

}

#date
{
	width: 965px;
	height: 25px;
	/*/
	background-color:#ebf2ed;
	background-repeat:repeat-x;
	/*/
}

/* ######### Style for Drop Down Menu ######### */

.menudiv
{
	height: 35px;
	width: 119px;
	float: left;
	cursor: pointer;
}

.dropmenudiv
{
	border: 1px solid #8FA3C1; /*THEME CHANGE HERE*/
	font:normal 12px Arial;
	line-height: 18px;
	background-color: white;
	width: 115px;
	display: none;
	position: static;
	padding: 0px;
	margin: 3px 0px 0px 4px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	/*/
	float: left;
	visibility: hidden;
	margin: 35px 0px 0px 0px;
	/*/
}


.dropmenudiv a, .dropmenudiv a:active, .dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:hover
{
	background: url(../images/bgmenu.gif) center center repeat-x; /*THEME CHANGE HERE*/
	display: block;
	text-indent: 3px;
	border: 0.5px solid #C7D1E0; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: none;
	color: #000;
}

.dropmenudiv a:hover
{ /*THEME CHANGE HERE*/
	background-image:none;
	background-image: url(../images/bgmenu_revers.gif);
	color: #ffffff;
	color: #000;
}


#menu
{
	width: 960px;
	background: url(../images/bgmenu.gif) repeat-x left bottom;
	height: 31px;
	border: #B9B9B9 solid 1px;
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0px;
	padding: 106px 0px 0px 0px;
}		

.sep
{
	background: url(../images/sep.gif) no-repeat left top;
	height: 30px;
	width: 1px;
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
}
.menuContent, .activeTab
{
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	/*/
	padding: 1px 0px 0px 1px;
	/*/
	width: 119px;
	height: 30px;
}

.menuContent a, .menuContent a:link, .menuContent a:visited, .menuContent a:active, .menuContent a:hover, .activeTab a, .activeTab a:link, .activeTab a:visited, .activeTab a:active, .activeTab a:hover
{
	display: block;
	color: #242E50;
	font-size: 11px;
	font-weight: bold;
	width: 119px;
	height: 20px;
	text-decoration: none;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	/*/
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #003366;
	margin:0 25px 0px 26px;
	/*/
}
.menuContent a:hover, .activeTab a, .activeTab a:link, .activeTab a:visited, .activeTab a:active, .activeTab a:hover
{
	background: url(../images/bgmenu_revers.gif) repeat-x left top;
}