#chromemenu{ width: 100%;	}

#chromemenu:after{
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{							
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: normal 11px Arial;
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
float: left;
color: #ffffff;
height: 100%;
text-decoration: none;
padding: 7px 12px 8px 7px;
}

#chromemenu ul li a:hover{ 
color: #000000;
background-color: #C5E47C;
}

/* ######### Style for Drop Down Menu ######### */

/* #### Style DropDown Blue #### */
.dropmenudiv1 {
position:absolute;
top: 0;
font:normal 11px Arial;
line-height: 20px;
z-index:100;
background-image:url(../images/grey.gif);
width: 110px;
visibility: hidden;
color: #033C70;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); */ /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv1 a{ width: 100px; display: block; text-align: left; text-decoration: none; color: #ffffff; background-color: #4D4D4D; border-bottom-color:#FFFFFF; border-bottom-style:solid; border-bottom-width: 1px; }
.dropmenudiv1 a:hover{ background-color: #C5E47C; color: Black; }

