
.chromestyle
{
font-weight:100;
font:"Arial"; 
font-size:14px;
}

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

.chromestyle{
width:500px!important; width:500px;
border: 0px solid #BBB;
padding: 0px 0;
margin: 0;
text-align:right!important; text-align:right; /* value to "left", "center", or "right"*/
}

.chromestyle li
{
display: inline;
}

.chromestyle li a
{
color: #000;
text-decoration: none;
}
.chromestyle li a:hover, .chromestyle li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/ /*THEME CHANGE HERE*/
color:#F00;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #2A1FAA; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px 'Arial';
line-height:18px;
z-index:1000;
background-color: white;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 0px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

.footertable
{
	font-family:'Verdana';
	text-align:center;
	width:945px;
	font-size:10px;
	border:none;
	color:#333;
	font-weight:bold;
}
.active a
{
	color:#F00;
}