#menu:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#menu ul{
border: 1px solid #BBB;
width: 747px;
background: url(chromebg.gif) center center repeat-x; 
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 11px Verdana;
}


#menu ul li{
display: inline;
background-color: #ff0000 !important;
z-index: 400 !important;
}


#menu ul li a{
float: left;
color: #000000;
font-weight: bold;
padding: 6px 12px 6px 6px; /* top right bottom left */
text-decoration: none;
width: 130px;
border-right: 1px solid #959596;
background-color: #ffffff;
}

#menu ul li a.last{
	border-right: none;
}
#menu ul li a:hover{
background-color: #E8EEF8;
color:#000000;
}

#menu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/*ontent: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}



.dropmenudiv{
position:absolute;
top: -200px;
border: 1px solid #BBB; 
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
text-align: left;
width: 100%;
display: block;
margin-left: 0px;
border-bottom: 1px solid #BBB; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #000000;
text-decoration: none;
}

.dropmenudiv a:hover{ 
background-color: #E8EEF8;
color: #000000;
text-decoration: none;
}

.dropmenudiv a:hover{ 
background-color: #E8EEF8;
color: #000000;
}
