.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{
	width: 970px;
	color: #fff;
	list-style:none;
	
	margin: 0 0 0 0px;
	position:absolute;
	
/*	background-color: #1e6285;*/
}
.chromestyle ul li.first a{
	float:left;
	background-repeat:no-repeat;
	background: url(images/top_links_01.jpg) no-repeat;
	height:42px;
	width:175px;

	}
	.chromestyle ul li.first a:hover{
	float:left;
	background-repeat:no-repeat;
	background: url(images/top_links_01.jpg) no-repeat;
	height:42px;
	width:175px;
	}
	.chromestyle ul li.last a{
	float:left;
	background-repeat:no-repeat;
	background: url(../images/rightbtn.jpg) no-repeat;
	color:#fff;
	height:25px;
	width:64px;
	border-right:solid 1px #fff;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	margin:0;
	padding-top: 10px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	vertical-align:middle;
	}
	.chromestyle ul li.last a:hover{
			float:left;
	background-repeat:no-repeat;
	background: url(../images/rightbtn.jpg) no-repeat;
	color:#fff;
	height:25px;
	width:64px;
	border-right:solid 1px #fff;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	margin:0;
	padding-top: 10px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	vertical-align:middle;
	}
.chromestyle ul li.sec a{
	float:left;
	background-repeat:no-repeat;
	background: #1e6285;
	color:#fff;
	height:25px;
	width:94px;	
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	margin:0;
	padding-top: 10px;
	
	padding-right:18px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	vertical-align:middle;
	}
.chromestyle ul li.seclast a{
	float:left;
	background-repeat:no-repeat;
	background: #1e6285;
	color:#fff;
	height:25px;
	width:164px;	
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	margin:0;
	padding-top: 10px;
	padding-left:15px;
	padding-right:15px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	vertical-align:middle;
	}

.chromestyle ul li{
	float:left;
	display:block;
	margin:0x 0 0 0;
	text-align:center;
	background-repeat:no-repeat;
}

.chromestyle ul li a{
	float:left;
	background-repeat:no-repeat;

	color:#fff;
	font-weight:normal;

	font-size:11px;
	font-weight:bold;

	text-decoration:none;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	
}

.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*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 10;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
margin-top:10px;
background-color: #d00000;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #b30000;
}
