	.chromestyle{
width: 99%;
	color:#ffffff;
	text-decoration:none;
	font-family: Tahoma, Arial;
	font-size: 20px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 0px solid #BBB;
	width: 100%;
	padding: 0px 0;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
	background-image: url(../Uploads/Userfiles/Images/Website/drop_menu.gif);
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
	background-image: url(../Uploads/Userfiles/Images/Website/drop_menu.gif);
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #ffffff; /*THEME CHANGE HERE*/
	background-image: url(../Uploads/Userfiles/Images/Website/drop_menu.gif);
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 0px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	color:#ffffff;
	text-decoration:none;
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-align:left;
	z-index:100;
	background-color: #38479a;
	height:25px;
	width: 280px;
	visibility: hidden;
	background-image: url(../Uploads/Userfiles/Images/Website/drop_menu_bg.gif);
	background-repeat: no-repeat;
}


.dropmenudiv a{
height:25px;
width: auto;
display: block;
text-indent: 0px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding:4px 0;
	color:#ffffff;
	text-decoration:none;
	font-family: Tahoma, Arial;
	font-size: 12px;
		background-image: url(../Uploads/Userfiles/Images/Website/drop_menu_bg.gif);
	background-repeat: no-repeat;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
	background-image: url(../Uploads/Userfiles/Images/Website/drop_menu_bg.gif);
	background-repeat: no-repeat;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	height:25px;
	background-color: #273372;
	color:#ffffff;
	text-decoration:none;
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-align:left;
	background-image: url(../Uploads/Userfiles/Images/Website/drop_menu_over.gif);
}
