.chromestyle{
	width: 100%;
	
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	/*border: 1px solid #c4bbd0;*/           /*naviagtion border*/  
	width: 100%;
	/*background: url(chromebgnew.gif) center center repeat-x;*/
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	float: right;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF; /*font color in main bar*/
padding: 4px 10px;
margin: 0;
text-decoration: none;
border-right: 1px solid #FFFFFF;                      /*line color in main bar*/
}


.linkon{
	color: #000000; /*font color in main bar*/
	padding: 4px 10px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #c4bbd0;                      /*line color in main bar*/
	font-weight: bold;
}




/*line color in main bar*/


/*
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
background: url(chromebg2-overnew.gif) center center repeat-x; 
}*/









/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #664e91; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-weight: bold;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: #9d8db5;
width: 200px;

visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #664e91; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #664e91;
}

