#chromemenu{
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu a:hover{ /*Theme Change here*/
}

#chromemenu ul{
width: 100%;
background-color:#;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: normal 11px Verdana;
font-weight:bold;
color: #FFFFFF;
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
float: left;
color: #FFFFFF;
font-weight: normal;
padding: 11px 14px 11px 14px;
text-decoration: none;
background: url(images/divider.png) top right no-repeat; /*Theme Change here*/

}

#chromemenu ul li a:hover{
background-image:url(Images/button_over.png);
color: #FFFFFF;
text-decoration: none;

}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom: 1px solid #48c376;
border-left: 1px solid #48c376;
border-right: 1px solid #48c376;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:0px;
z-index:100;
background-color: #49a06a;
color:#FFFFFF;
width:auto;
visibility: hidden;
FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=97); opacity: 0.97;
width:160px;
}

.dropmenudiv a{

display: block;
text-indent: 0px;
background-color: #49cb7a;
border-bottom: 1px solid #49a06a; /*Theme Change here*/
padding: 3px 3px 3px 3px;
font:normal 11px Verdana;
text-decoration: none;
font-weight: normal;
color:#FFFFFF;
width:auto;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #79ce99;
color:#000000;
width:auto;
}