#chromemenu{
height:26px;
margin-left: 0;
padding-left: 0;
color:#737573;
}

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

#chromemenu ul{

width: 101%;
background: url("../images/menubgblue.gif") center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px impact;
}


#chromemenu ul li{
color: #737573;
display: inline;
}


#chromemenu ul li a{
float: left;
color: #737573;
font-weight: bold;
text-decoration: none;
background: url(../images/sep.gif) center right no-repeat; /*Theme Change here*/

}

#chromemenu ul li a:hover{
color: #color: #737573;
background: url("../images/menuback.gif") center center repeat-x; /*Theme Change here*/
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/


/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

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

.dropmenudiv{
position:absolute;
color:#color: #737573;
top: 0;
font:normal 12px impact;
line-height:18px;
z-index:100;
background: url("../images/menubgblue.gif");
width: 100px;
visibility: hidden;
}

.dropmenudiv a{
color:#737573;
width: 100%;
display: block;
text-indent: 3px;
text-decoration: none;
background: url("../images/menubgblue.gif");
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #F0F0F0;
background: url("../images/menuback.gif");

}