.NavParent a {
font-size:10px;
color: #333;

font-family: Arial, Helvetica, sans serif;
}

.NavParent a:hover {
color: #e57602;

}

.selected, .selected a, .selected a:hover
{
	color: #e57602 !important; 
	
}

.chromestyle {
	width: 1019px;
	font-size:10px;
	color: #333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans serif;
	margin-bottom:5px;
	border: 0px dashed #ccc;
}

.chromestyle a  	   { color: #333; }
.chromestyle a: hover  { color: #e57602; }

.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%;
padding: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
margin: 0;
padding:0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { 
/*script dynamically adds a class of "selected" to the current active menu item*/
color: #e57602 !important; 
}

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

.dropmenudiv{

margin:0;
padding-left: 3px;
position:absolute;
top: 0;
font-family: Arial, Helvetica, sans serif;
width: 175px;
font-size:10px;
z-index:100;
color: #000000;
background-color: white;
border:0px solid #333;
visibility: hidden;
}

.dropmenudiv a{
padding-right: 0px;
font-weight: bold;
text-transform:uppercase;
white-space:nowrap;
text-indent: 0px;
background-color: white;
text-decoration: none;
font-size:10px;
color: #000000;
border:0px solid #333;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#5e8e0f;
font-weight: bold;

}
