.chromestyle{
	width: 946px;
	font-weight: bold;
	background-color: #F36F3A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 1px;
	
	
}



.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/

content: ".";

display: block;

height: 0;

clear: both;

visibility: hidden;

}



.chromestyle ul{
	width: 95%;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	background-color: #F36F3A;
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0;



}



.chromestyle ul li{

display: inline;

}



.chromestyle ul li a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	font-size: 12px;
	background-image: url(../images/orange_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top:5px;
	padding-right:4px;
	padding-bottom:5px;
	padding-left:7px;

}



.chromestyle ul li a:hover{
	background-position: left center;
	color: #01009A;
	text-decoration: underline;
	background-image: url(../images/blue_arrow.jpg);

}



.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	text-decoration: none;

/*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*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #F36F3A;
	width: 200px;
	visibility: hidden;
	text-align:left;



filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

}





.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/orange_arrow.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 7px;

}



* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	text-decoration: underline;

}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F36F3A;
	color: #02008F;
	text-decoration: underline;
	background-image: url(../images/blue_arrow.jpg);

}
