.chromestyle{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}



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

content: ".";

display: block;

height: 0;

clear: both;

visibility: hidden;

}



.chromestyle ul{
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	background-color: #046EA8;
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 4px;
	padding-right: 60px;
	padding-bottom: 4px;
	padding-left: 0;



}



.chromestyle ul li{
	display: inline;
	margin-right: 4px;
}



.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: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 10px;

}



.chromestyle ul li a:hover{
	background-position: left center;
	color: #FFFFFF;
	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; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #046EA8;
	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;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;

}





.dropmenudiv a{
	display: block;
	text-indent: 3px;
	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;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}



* html .dropmenudiv a{ /*IE only hack*/
	text-decoration: underline;

}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #046EA8;
	color: #FFFFFF;
	text-decoration: underline;
	background-image: url(../images/blue_arrow.jpg);

}

#dropmenu1{
	width: 145px;
}
#dropmenu2{
	width: 145px;
}
#dropmenu3{
	width: 145px;
}
#dropmenu4{
	width: 145px;
}
#dropmenu5{
	width: 145px;
}
