.chromestyle{
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight: normal;
	background-image: url(../Images/design_images/BG-extramenu-brown.jpg);
	background-repeat: no-repeat;
	font-size: 0.7em;
	height: 20px;
	background-position: left;
	margin-left: 20px;
	line-height: 20px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	height: 0;
	visibility: hidden;
}

.chromestyle ul{
 	background: url../images/footer-bg.jpg center center repeat-x; /*THEME CHANGE HERE*/
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.chromestyle  ul  li a{
	display: inline;
	color: #FFFFFF;
	clear: both;
	margin-left: 10px;
}

.chromestyle ul li a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	padding: 0px;
}

.chromestyle ul li a:hover{
	/*background: #405c01 center center repeat-x repeat-y; THEME CHANGE HERE*/
	color: #FFFFFF;
	background-image: url(../Images/CStar.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	color: #333333;

}


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

.dropmenudiv{
	position:absolute;
	top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-color: #ffffff;
	line-height:20px;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#405c01,direction=35,strength=2);*/
	background-repeat: repeat-x;
	background-position: left top;
	color: #969686;
	background-color: #FFFFFF;
	right: 0px;
	visibility: hidden;
}

.dropmenudiv a{
	display: block;
	text-decoration: none;
	color: #555658;
	padding: 0px;
}

.dropmenudiv a:hover{
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8B8B7C;
}
	
