.chromestyle{
	width: 100%;
	margin:0px;
	padding:15px 0px 8px 20px;
	list-style:none;
	font-family: Tahoma, arial, verdana;
	font-size:11px;
	color:#565656;
	position:relative;
	z-index: 100000000;
}

/*.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: 0px 0;
	margin: 0;
	text-align: center; set value to "left", "center", or "right"
}

.chromestyle ul li{
	display: inline;
	float:left;
}*/

.chromestyle a{
	text-decoration:none;
	color:#565656;
	padding:0px 12px 0px 12px;
	font-weight: bold;

}
.chromestyle a:hover{
	color: #C71444;
}

.chromestyle ul li a:hover{
	color: #C71444;
	background-color: #000066; /*THEME CHANGE HERE*/
}

.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{
	position:absolute;
	top: 0;
	/*border: 1px solid #BBB; /*THEME CHANGE HERE*/
	font:normal 10px Tahoma, Arial, Verdana;
	z-index:100000000;
	background-color: #e5921b;
	width: 230px;
	visibility: hidden;
	text-align: left;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#959595,direction=135,strength=3); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv ul{
	padding:0px;
	margin:0px;
}
.dropmenudiv li{
	margin: 0px;
	background-color:#89A050;
	background-image:url(../images/dd_bg.jpg);
	background-repeat:repeat-x;
	background-position:left center;
	list-style:none;
	border-bottom: 1px solid #bebebe;
}


.dropmenudiv li a{
	display: block;
	padding: 8px 14px;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
	background-image:url(../images/icon_03.gif);
	background-repeat:no-repeat;
	background-position:4px 14px;
	color:#a3a3a3;
}
.dropmenudiv li a:hover{
	background-color: #f4f5f5;
	color:#a3a3a3;
}

