.chromestyle{

	width: 100%;

	height: 40px;

	background-image: url(../images/navbar.gif);

	background-position: left center;

	vertical-align: middle;

	list-style-type: none;

}



.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/

content: "."; 

display: block; 

height: 0; 

clear: both; 

visibility: hidden;

list-style-type: none;

}



.chromestyle ul{

	text-align: left; /*set value to "left", "center", or "right"*/

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #FFFFFF;

	padding-right: 0px;

	padding-bottom: 9px;

	padding-left: 0px;

	vertical-align: middle;

	margin: 0;

	padding-top: 8px;

	list-style-type: none;

}



.chromestyle ul li{

	display: inline;

	list-style-type: none;


}



.chromestyle ul li a{

	color: #FFFFFF;

	margin: 0;

	text-decoration: none;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 13px;

	padding-top: 0px;

	padding-right: 6px;

	padding-bottom: 0px;

	padding-left: 6px;

	border-right-width: 1px;

	border-right-style: solid;

	border-right-color: #CC0000;

	list-style-type: none;

}



.chromestyle ul li a:hover{

	padding-bottom: 10px;

	list-style-type: none;

	padding-top: 8px;

	margin: 0px;

	background-color: #e90000;

	color: #FFFFFF;

}



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

content: " ";

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/

}





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



.dropmenudiv{

	position:absolute;

	line-height:8px;

	z-index:100;

	background-color: #4c4c4c;

	width: 215px;

	visibility: hidden;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	border-right-width: 1px;

	border-left-width: 1px;

	border-right-style: solid;

	border-left-style: solid;

	border-right-color: #636363;

	border-left-color: #636363;

	list-style-type: none;

	margin-top: 14px;

	margin-left: 0px;

	color: #4c4c4c;

	list-style-position: inside;

	text-align: left;

	text-indent: 0px;

	padding: 0px;

}





.dropmenudiv a{

	display: block;

	text-decoration: none;

	color: #FFFFFF;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	background-color: #4c4c4c;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #636363;

	list-style-type: none;

	text-align: left;

	margin-left: -5px;

	padding-top: 6px;

	padding-right: 0;

	padding-bottom: 4px;

	padding-left: 0;

	text-indent: 6px;

	height: 18px;

}



* html .dropmenudiv a{ /*IE only hack*/

width: 100%;

}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

	background-color: #B50911;

	color: #FFFFFF;

	list-style-type: none;

	

}

