.chromestyle{
width: 99%;
font-weight: bold;
}
.chromestyle {
background: #0033CC url(http://www.fisme.org.in/enews_july09/images/glossyback.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color:#FFFFFF;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 0px;
text-decoration: none;
/*set value to "left", "center", or "right"*/
}

.chromestyle  li{
display: inline;
}

.chromestyle  li a{
color: #494949;
padding: 0px 4px;
margin: 0;
text-decoration: none;
border-right: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
}

.chromestyle li a:hover, .chromestyle ul li a.selected{ 
background: url(http://www.fisme.org.in/enews_july09/images/glossyback2.gif) center center repeat-x; 
}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #B5E2FE; 
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:0px;
z-index:100;
background-color: white;
width: 100px;
visibility: hidden;
filter: Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
}