.chromestyle{
	width: 100%;
	font-weight: bold;
}

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

.chromestyle ul{
	width: 100%;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background-image: url(../images/menu_bg_.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFC9D2;
	margin: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 11px;
	padding-bottom: 4px;
	padding-left: 11px;
}

.chromestyle ul li a:hover{
	background-image: url(../images/menu_bg_over.jpg);
	background-repeat: repeat-x;
	padding-bottom: 8px;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
	position:absolute;
	top: 10px;
	border: 1px solid #892034;
	z-index:100;
	width: 165px;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;

}


.dropmenudiv a{
	width: auto;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #FFC9D2;
	background-image: url(../images/menu_bg_.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 7;
	height: 25px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #FFFFFF;
	background-image: url(../images/menu_bg_over.jpg);
	background-repeat: repeat-x;
}

