#chromemenu {

}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
text-align: center;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;

}

#chromemenu li {
display: inline;
}
#chromemenu li a, #chromemenu li span {
float: left;
text-decoration: none;
color: #eee;
font-weight: bold;
padding: 6px 12px 6px 7px;
background: url(divider.gif) center right no-repeat;
}
#chromemenu li span {
cursor: pointer;
}


#chromemenu li a:hover{
color: #494949;
background-color: #f0f0f0;
}

#chromemenu li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


.dropmenudiv{
position: absolute;
top: 0px;
border: 1px solid #BBB;
border-bottom-width: 0;
line-height: 14px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv li {
	display: inline;
	list-style-type: none;
}

.dropmenudiv a{
width: 190px;
display: block;
border-bottom: 1px solid #BBB;
padding: 3px;
padding-left: 5px;
text-decoration: none;
color: black;

}

.dropmenudiv a:hover{ 
background-color: #e5e5e5;
color: black;
}