#chromemenu{

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

#chromemenu ul{
width: 100%;
margin-left: 0;
padding-left: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
font: normal 14px Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-decoration:none;
padding: 6px 12px 6px 7px;
text-decoration: none;
}

#chromemenu ul li a:hover{
color: #D3DEDA;
}

#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-width: 0;
font: 12px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:200;
background-color: #57547C;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
padding-left: 10px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #C7C6D9;
color: #57547C;
text-decoration: none;
}
/* ######### Style for Drop Down Menu Two ######### */