.chromestyle {
	}

.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%;
	margin: 0;
	text-align: center; padding-left:0; padding-right:0; padding-top:0px; padding-bottom:6px
	text-decoration: none;
	}

.chromestyle ul li{
	display: inline;
	text-decoration: none;
	}

.chromestyle ul li a {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #ffab3d;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	}

.chromestyle a:visited {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #ffab3d;
	margin: 0;
	text-decoration: none;
	}



.chromestyle ul li a:hover{
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	}

.chromestyle ul li a[rel]:after{ 
	}


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

.dropmenudiv {
	border-left:1px solid #0a1e2a; 
	border-right:1px solid #0a1e2a; 
	border-top:1px solid #0a1e2a; 
	border-bottom:0px solid #0a1e2a; 
	position:absolute;
	text-align: left;
	top: 0;
	left: 200px;
	/*THEME CHANGE HERE*/
	line-height:10px;
	z-index:100;
	background: #141414;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#0a1e2a,direction=135,strength=4); font-	style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Verdana
	}


.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #0a1e2a; /*THEME CHANGE HERE*/
	font-family: Verdana, Arial;
	font-size: 10px;
	text-decoration: none;
	color: #248bc5;
	}

.dropmenudiv a:visited {
	width: auto;
	display: block;
	border-bottom: 1px solid #0a1e2a; /*THEME CHANGE HERE*/
	font-family: Verdana, Arial;
	font-size: 10px;
	text-decoration: none;
	color: #248bc5;
	}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/	
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #145b8c;
	text-decoration: none;
	}
