#menubar {
height: 23px; 
width: 661px; 
background-image: url('/menu_bar.gif');
background-repeat: no-repeat;
padding-top: 2px;
margin-left: 70px;
padding-left:10px;
}
#nav, #nav ul {
list-style-type:none;
margin: 0 -40px 0 20px;
padding-left: 0;
margin: 0;
color: White;
float: left;
list-style: none;
z-index:9999;
}
#nav li {
display:inline;
float:left;
width: 128px;
_width: 120px;
margin: 0;
padding: 0;
}

#nav a {
display:block;
width:128px;
_width: 120px;
font-size: 9pt;
font-weight: bold;
padding: 0 0 0 10px;
text-decoration: none;
color: black;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
       padding-top:5px;
}
#nav li:hover ul, #nav .sfhover ul {
	left: auto;
}
#nav li ul li a {
display:block;
width:147px;
font-size: 9pt;
font-weight: bold;
padding: 0 0 0 37px;
text-decoration: none;
color: #000;
background-color: #fff;
line-height: 20px;
filter:alpha(opacity=80);
opacity: 0.8;
}
#nav li ul li a:hover {
background: #333;
color:#fff;
font-weight:bold;
}
#nav .menu_bar_item:link {
color:black;
}
#nav .menu_bar_item:visited {
color:black;
}
#nav .menu_bar_item:hover {
color: #993333;
text-decoration: underline;
}
#nav .menu_bar_item:active {
color: white;
}
#nav .menu_bar_item_active {
font-size: 9pt;
font-weight: bold;
text-decoration: none;
color: white;
}
#nav .menu_bar_item_active:link {
color: white;
}
#nav .menu_bar_item_active:visited {
color: white;
}
#nav .menu_bar_item_active:hover {
color: #993333;
}
#nav .menu_bar_item_active:active {
color: white;
}
