#head_swf{width: 994px;height:230px;border:3px #ccc solid;border-top:0;}
.head_logo{margin-top:0px;position:absolute;z-index:9999;}
.head_space{height:30px;}
.chromestyle
{
	width: 994px;	
	font-family:Arial;
	border:3px #ccc solid;
	border-bottom:0;	
}
.chromestyle a{font-family:Arial;text-decoration: none;}
#chromemenu a{font-weight:bold;font-size:16px;}
*{margin:0;padding:0;list-style:none;}
.chromestyle:after
{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul
{
	
	background:#99CCFF; /*THEME CHANGE HERE*/
	padding:5px 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	padding-left:80px;
}

.chromestyle ul li
{
	display: inline;
}

.chromestyle ul li a
{
	color:#374D98;
	padding: 5px 20px;	
	border-right: 3px solid #DADADA;
}

.chromestyle ul li a:hover
{
	background:#99CCFF; /*THEME CHANGE HERE*/
}



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

.dropmenudiv
{
	position:absolute;
	top:0;	
	border:1px solid #BBB; /*THEME CHANGE HERE*/
	font:normal 13px Arial;
	line-height:18px;
	z-index:1;
	background: #fff;
	width: 200px;
	visibility: hidden;
}
.dropmenudiv a
{
	width: auto;
	display: block;
	text-indent: 3px;	
	padding: 2px 0;
	text-decoration: none;
	color: black;
	background:#99CCFF;
}

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

.dropmenudiv a:hover
{ /*THEME CHANGE HERE*/
	background-color: #fff;
}
#dropmenu1, #dropmenu2, #dropmenu3, #dropmenu4,#dropmenu5{margin:0 0 0 -4px;}
*+html #dropmenu1, *+html #dropmenu2, *+html #dropmenu3, *+html #dropmenu4,*+html #dropmenu5{margin:3px 0 0 -1px;}
*html #dropmenu1, *html #dropmenu2, *html #dropmenu3, *html #dropmenu4,*html #dropmenu5{margin:3px 0 0 -1px;}