.chromestyle{
width: 100%;
font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
font-weight: bold;
/*font:bold 10pt Arial;*/

}

.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%;
background: url(http://www.shrimanguesh.com:8080/manguesh/css/images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
/*padding: 4px 0;*/
padding-left:2px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	//color: #FFF;
	color: BLACK;
}
.chromestyle ul li:hover{
	
	color: white;
}


.chromestyle ul li a{
	//color: #FFFFFF;
	color: BLACK;
	padding-left: 2px;
	padding-right: 2px;
	padding-top:10px;
	padding-bottom:7px;
	margin: 0;
	text-decoration: none;
	border-right: none;
}

.chromestyle ul li a:hover{ /*script dynamically adds a class of "selected" to the current active menu item*/
	/*background: url(http://www.shrimanguesh.com:8080/manguesh/css/images/chromebg-over.gif) center center repeat-x; *//*THEME CHANGE HERE*/
	color:white;
	
	/*background-color: #020E64;*/
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	/*border-bottom-width: 0;*/
	font:normal 10pt Arial;
	line-height:18px;
	z-index:100;
	//background-color: #0168B7;
	background-color: #FFF;
	width: 200px;
	visibility: hidden;
	margin-top:-2px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
//color: #FFFFFF;
color: BLACK;
font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
font-weight:normal;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: WHITE;
/*background-color: #0094CE;*/
background-color: #FEB13B;
}