.chromestyle{
font:Arial;
font-weight: normal;
font-size:12px;
color: #10275d;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 600px;
font:Arial;
background: url(../Images/Redirect_Menu/chromebg.gif) no-repeat; /*THEME CHANGE HERE*/
padding: 2px 15px 10px 3px;
margin: 0;
text-align: left;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #10275d;
font:Arial;
padding: 4px 7px;
margin: 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*/
font: Arial;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 10px Arial;
line-height:22px;
z-index:100;
width: 10px;
visibility: hidden;
background:#ededed;
}

.dropmenudiv a{
width: 160px;
display: block;
text-indent: 7px;
padding: 2px 0;
text-decoration: none;
color: #10275d;
font-size:12px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 144px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #E0E0E0;
width: 100%;
font:Arial, Helvetica, sans-serif;
}
test
{
	font-family: Arial;
	font-size: 14px;
	color:#00FFFF;
}
.testing
{
	font-family: Arial;
	font-size: 14px;
	color:#FF0000;
}
#testing
{
	font-family: Arial;
	font-size: 14px;
	color:#FF0000;