.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: 0px solid #000000;
width: 100%;
height: 30px;
background: url(images/mmenubody_01.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 2px 0; /*  menu height*/
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff; /* menu text*/
padding: 3px 7px;
margin: 0;
text-decoration: none;
font-size:12px;


}

.chromestyle ul li a:hover{
background: url(bg/menu_bar2.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(zero.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
top: 0;
border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 1;
font:normal 12px Verdana;
font-style:inherit;
line-height:20px;
z-index:50;
background-color: white;
width: 50px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=1); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 115px;
display: block;
text-indent: 7px;
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #2AB7FF;
}