.chromestyle{
width: 100%;
font-weight:bold;
font-family:Arial;
font-size:13px;
color:#FFFFFF;
line-height:28px;
/*text-shadow: 0px 0px 0px #FFFFFF; 
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#FFFFFF')";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#FFFFFF');*/}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(http://www.himachaltourguide.net/css/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding:0;
margin:0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #565752;
padding:8px 18px 9px 18px;
margin:0px 0px 0px -5px;
text-decoration: none;
background:url(../images/menu-bg.jpg) repeat-x;
border:1px solid #E0E0E0;
 
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

background:url(../images/menu-bg-o.jpg) repeat-x;
color:#015198;

}



.dropmenudiv{
position:absolute;
margin:-3px 0 0 0px;
padding:3px 0 3px 0;
border-bottom-width: 0;
font:normal 12px "arial";
border:1px solid #E0E0E0;
/*text-shadow: 1px 1px 1px #032D51; */
line-height:18px;
z-index:100;
background-color:#FFF;
/*color:#339EFD;*/
width: 200px;
visibility: hidden;

  filter:alpha(opacity=85);
-moz-opacity:0.85;
opacity:0.85;
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px dotted #144874; /*THEME CHANGE HERE*/
padding: 5px 0px 5px 6px;
text-decoration: none;
color:#339EFD;

}

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

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

}


.dropmenudiv2{
position:absolute;
margin:-2px 0 0 0px;
padding:3px 0 3px 0;
border-bottom-width: 0;
font:bold 12px "arial";
/*text-shadow: 1px 1px 1px #032D51; */
line-height:18px;
z-index:100;
background-color:#EBEBEB;
color:#003d76;
width: 200px;
visibility: hidden;

  filter:alpha(opacity=95);
-moz-opacity:0.95;
opacity:0.95;
}


.dropmenudiv2 a{
width: auto;
display: block;
/*border-bottom: 1px dotted #144874;*/ /*THEME CHANGE HERE*/
padding: 5px 0px 5px 6px;
text-decoration: none;
color:#003d76;

}

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

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
color:#0A7EE4;
background-color:#DDDDDD;
/*-moz-border-radius: 10px;*/ /* Firefox */
 /* -webkit-border-radius: 10px;*/ /* Safari, Chrome */
 /* border-radius: 10px;*/ /* CSS3 */
}