.NavParent {
font-size:10px;
color: #FFFFFF;
font-family: Arial, Helvetica, sans serif;
}

.NavParent a:hover {
color: #000000;
}


.chromestyle {
	width: 800px;
	font-weight:
	margin-bottom:5px;
	border: 0px dashed #ccc;
}

.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*/

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{

margin:0;
padding:0;
position:absolute;
top: 0;
font-family: Arial, Helvetica, sans serif;
font-size:9px;
z-index:100;
color: #000000;
visibility: hidden;
}

.dropmenudiv a{

padding-right:18px;
text-transform:uppercase;
border-top:2px solid #FFFFFF;
width: auto;
white-space:nowrap;
text-indent: 0px;
background-color: white;
text-decoration: none;
font-weight:
font-size:9px;
color: #000000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#ffffff;
background-color: #000000;
}
.footer {
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
text-decoration:none;
}
.footer a {
color:#ffffff;
text-decoration:none;
}