#chromemenu{
width: 99%;
}

#chromemenu:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{

width: 100%;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font-size: 12px;
font-family: "Times New Roman", Times, serif;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #626262;
font-weight: bold;
padding: 6px 20px 6px 20px;
text-decoration: none;
background: url(divider.gif) center right no-repeat; 
margin-top:13px;
}

#chromemenu ul li a:hover{
color: #E04914;
background-color:#FFFFFF;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font-size: 12px;
font-family: "Times New Roman", Times, serif;
font-weight: bold;
line-height:18px;
z-index:100;
background-color:#ECECEC;
width: 229px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); 
}

.dropmenudiv a{
width: 224px;
display: block;
text-indent: 3px;
border-bottom: 1px dashed #ffffff; 
padding: 5px 0 5px 5px;
text-decoration: none;
font-weight: bold;
color: #626262;
}

.dropmenudiv a:hover{ 
background-color: #E04914;
color: #ffffff;
}
