.chromestyle{
width: 99%;
font:bold 12px Arial,Helvetica,sans-serif; /*Deepali*/
}
.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 #BBB;
width: 900px;
background-image:url("../images/menubar.jpg");
background-repeat:no-repeat;
padding: 10px 0 4px 0;
margin: 0;
height:21px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF; /*Deepali*/
padding: 7px 7px;
height:25px;
margin: 0;
text-decoration: none;
background-image:url(back-normal.png);
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color:#006633;
background-image:url(back-over-sub.png);
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border-left:1px solid #999999;
border-right:1px solid #999999;
border-BOTTOM:3px solid #FF6600;
font:12px 'Tw Cen MT';/*10px Arial,Helvetica,sans-serif;*/
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: black;
}

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

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