<!--Dropdown CSS starts here-->
#chromemenu{
width:644px;
background-color:#CCCCCC;
height:36px;
}
#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#chromemenu ul{
width:644px;
border: 0px solid #BBB;
margin-left: 0;
padding-left: 0px;
margin-top: 0px;
float: left;
letter-spacing:1px;
font: normal 11px tahoma;
background-color:#e5e5e5;
}
#chromemenu ul li{
display: inline;

}
#chromemenu ul li a{
float: left;
color:#515151;
font-weight: normal;
padding: 17px 15px 16px 15px;
text-decoration: none;
background: url(../images/divider.gif) center right no-repeat;

}
#chromemenu ul li a:hover{
background-color: transparent;
color:#000000;
}
#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;
z-index:200;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 11px tahoma;
background-color: #e5e5e5;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a{
width: 100%;
display: block;
z-index:200;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding:5px 10px 5px 10px;
text-decoration: none;
font-weight: normal;
color:#515151;
background-color: #e5e5e5;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #0067d0;
color:#ffffff;
z-index:200;
}

/* Dropdown CSS ends here */