.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{
border: 1px solid #E3D9B3;
border-right: 0px solid #E3D9B3;
width: 100%;
background: url(chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 2px 0px 2px 0px ;
margin: 0px 0px 0px 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.menubg_kiran {
background: url(chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.rescom{
border: 1px solid #E3D9B3;
border-left: 0px solid #E3D9B3;
width: 100%;
font-weight: bold;
background: url(chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 2px 0px ;
margin: 1px 0px 0px 0px;
text-align: right; /*set value to "left", "center", or "right"*/
}

.menubak{

background: url(chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/

}

.chromestyl{
display: inline;
}

.chromestyl a{
color: #333333;
padding: 4px 6px;
margin-right:-3px; 
text-decoration: none;
border-right: 1px solid #D5C68C; /*THEME CHANGE HERE*/
}

.chromestyl a:hover{
background: url(chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyl a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
content: " " ; /*uncomment this line to use an image instead*/
}



.chromesty{
display: inline;

}

.chromesty a{
color: #990000 ;
padding: 4px 6px;
margin-right:-3px; 
text-decoration: none;
border-right: 1px solid #D5C68C; /*THEME CHANGE HERE*/
background: url(chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/

}

.chromesty a:hover{
background: url(chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromesty a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
content: " "; /*uncomment this line to use an image instead*/
}




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

.dropmenudiv{
	position:absolute;
	top: 0px;
	border: 1px solid #EBE4CD;
	border-bottom-width: 0;
	font:normal 12px arial;
	line-height:17px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: progid;
	left: 285px;
:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 4px;
border-bottom: 1px solid #EBE4CD; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #5C4F21;
}

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