#menu{
width: 100%;
}

#menu:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#menu ul{
width: 100%;
background: url(/css/img/menu_gradient.gif) center center repeat-x;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 10pt Arial;
}


#menu ul li{
display: inline;
}


#menu ul li a{
float: left;
color: #333333;
font-weight: bold;
width: 130px;
padding: 0px;
text-decoration: none;
text-align: center;
background: url(/css/img/menu_divider.gif) center right no-repeat;
}


#menu ul li a:hover{
color: #662222;
}


#menu ul li a[onMouseover]:after{
content: " v";
}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 250px;
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #333333;
}

.showborder {
border-bottom: 1px solid #BBB;
}

.dropmenudiv a:hover{
background-color: #F0F0F0;
}
