.chromestyle{
width: 100%;
font-weight: bold;
}

.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%;
text-align: left; /*set value to "left", "center", or "right"*/
margin: 0;
}

.chromestyle ul li{
display: inline;
vertical-align:top;
height:34px;
border-bottom: solid 5px transparent;
}

.li-selected
{
	display: inline;
	background-color:red;
	height:35px;
	vertical-align:top;
}

.li-unselected
{
	display: inline;
	background-color: transparent;
	vertical-align:top;
}

.chromestyle ul li a{

color: #000000;
margin: 0;
vertical-align:center;
text-decoration: none;
font-weight: bold;
font-family: arial;
font-size: 11px;
padding-left:7px;
padding-right:7px;
}

.chromestyle ul li a:hover{
 /*THEME CHANGE HERE*/
 text-decoration: none;
color:white;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
margin-top:10px;
padding-top:10px;
position:absolute;
line-height:16px;
z-index:100;
background-color: #056a96;
background-image:url(/images/drop-down-manu-bottom.png);
background-repeat:repeat-x;
background-position:bottom;
visibility:hidden;
padding-bottom:4px;
border-right:solid 1px#4b6171;
border-left:solid 1px#4b6171;

}
.dropmenudiv a{
Font-family:Arial;
color:white;
Font-size:11px;
width: auto;
display: block;
text-decoration: none;
padding: 3px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: auto;
padding-left:7px;
padding-right:7px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #2079a0;
text-decoration: none;
color:white;
}

.separator
{
	
	background-image:url(/images/menu-seperator.gif);
	height:30px;
	background-repeat:no-repeat;
	width:1px;
}


