.chromestyle{
	width: 100%;
	font-weight: bold;
	font-size: 11px;
	color: #444E7E;


}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: visible;
}

.chromestyle ul{
	width: 100%;
	padding: 0px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	font-family: arial;
	font-weight: bold;
	color: #444E7E;
	
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	padding: 0px 0px;
	margin: 0;
	text-decoration: none;
	font-family: arial;
	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;
	top: 0;
	border: 1px solid #FFF;
	border-bottom-width: 1;
	font:normal 10px/18px Arial;
	z-index:100;
	background-color: #FcFcfc;
	width: 123px;
	visibility: hidden;
	color: #000000;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: Black;
	font-family: arial;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #DCDCDC;
}
.menleft {
	background-image: url(../images/index_r3_c1.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	left: 3px;
	padding: 3px 3px 3px 6px;




}
.blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
