
.chromestyle{
width: 100%;
font-weight: bold;

}
.chromestyle {
border: 1px solid #BBB;
width: 100%;
background: url(../orissarent,Images/menu_bag.gif) center center repeat-x; /*THEME CHANGE HERE*/
margin: 0;
height: 23px; 
text-align: center; /*set value to "left", "center", or "right"*/
}


.chromestyle a{
color: #ffffff;
font-family:verdana;
margin: 0;
width:100%;
padding:3px 0 0 0;
height: 20px; 
display:block;
text-decoration: none;
background:url(../orissarent,Images/menu_bag.jpg);

}

.chromestyle a:hover { /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(../orissarent,Images/menu_bg.jpg)  repeat-x; /*THEME CHANGE HERE*/
	width:100%;
	padding:3px 0 0 0;
	height:20px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top:0;
border: 1px solid #0033CC; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:15px;
z-index:150;
text-align:left;
background-color: white;
width: 150px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #003399; /*THEME CHANGE HERE*/
padding: 3px 0 0 0;
text-decoration: none;
font-weight: bold;
color: red;
height:20px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
padding:5px 0 0 0 ;
height:20px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:url(../orissarent,Images/menu_bg.jpg);
color:#FFFFFF;
}


.chromestyle1{
width: 100%;
font-weight: bold;

}

.chromestyle1:after{ /*Add margin between menu and rest of content in Firefox*/

display: block; 
height: 25px; 
visibility: hidden;
}

.chromestyle1 {
border: 1px solid #BBB;
width: 100%;
background: url(../orissarent,Images/menu_bag.gif) center center repeat-x; /*THEME CHANGE HERE*/
margin: 0;
height: 23px; 
text-align: center; /*set value to "left", "center", or "right"*/
}


.chromestyle1 a{
color: #ffffff;
font-family:verdana;
margin: 0;
width:100%;
padding:3px 0 0 0;
height: 20px; 
display:block;
text-decoration: none;
background: url(../orissarent,Images/menu_bg.jpg)  repeat-x;

}

.chromestyle1 a:hover { /*script dynamically adds a class of "selected" to the current active menu item*/
	 /*THEME CHANGE HERE*/
	width:100%;
	padding:3px 0 0 0;
	height:20px;
	background:url(../orissarent,Images/menu_bag.jpg);
}