.chromestyle{
	width: 100%;
	font: normal 12px Arial;
	color: #58595B;
	
	
}

.chromestyle:after{
	content:url();
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	
}

.chromestyle ul{
border: 0px solid ;
width: 100%;
background: url() repeat-x center center; /*THEME CHANGE HERE*/
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
text-align: left; /*set value to "left", "center", or "right"*/


}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #58595B;
padding: 5px 0px;
margin: 0;
text-decoration: none;
border-right: 0px ;
}

.chromestyle a:hover{
/*color: #4DA437;*/
/*content: url(../images/trans.gif) center center repeat-x; THEME CHANGE HERE*/
FONT-WEIGHT: normal; 
FONT-SIZE: 12px; 
COLOR: #4DA437; 
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
TEXT-DECORATION: none 
}

.chromestyle ul li a[rel]:before{ /*HTML to indicate drop down link*/

/*content: "";*/
/*content: url(../images/trans.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:14px;
z-index:100;
background-color: white;
width: 110px;
visibility: hidden;
filter: ; /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
border-bottom:; /*THEME CHANGE HERE*/
padding: 3px 0px;
text-decoration: none;
font-weight: normal;
color: #808284;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffffff;
border-bottom: 1px solid #8DC73E;
font-weight: normal 12px Arial;
color: #F58024;
}

.dropmenudiv2{
position:absolute;
top: 0;
border: 0; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:14px;
z-index:100;
background-color: white;
width: 60px;
visibility: hidden;
filter: ; /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 0px;
border-bottom:; /*THEME CHANGE HERE*/
padding: 3px 0px;
text-decoration: none;
font-weight: normal;
color: #808284;
}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #ffffff;
border-bottom: 1px solid #8DC73E;
font-weight: normal 12px Arial;
color: #F58024;
}
