#menu a, #menu a:visited {
position: relative;
display: block;
width: 130px;
line-height: 16px;
text-align: left;
padding: 2px 2px 0px, 8px;
margin: 0;
border-top: 2px solid #000;
border-left: 2px solid #000;
border-right: 2px solid #000;
text-decoration: none;
color: #FFF;
background: #C30E10;
}
#menu {
clear: left;
float: left;
width: 130px align: left;
margin: 0 0 0 0;
padding: 0;
font-size: 11px;
background: #C30E10;
color:#FF9933;
border-bottom:2px inset #000; border-left:3px inset #000; border-right:3px solid #000;
}

#menu ul {	
font: bold 11px arial;
list-style: none;
width: 130px;
margin: 0 0 -9px 0;
padding: 0;
}	

#menu li {
margin-top: 1px;
}

#menu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #FFF;
display: block;
padding: 2px 2px 0 8px;
background: #C30E10;
border-left: 2px solid #000000;
border-right: 2px solid #000000;

}	
	
#menu li a:hover {
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 2px solid #000000;
border-right: 2px solid #000000;
padding: 1px 2px 0 8px;
background: #fff url(menuimages/xp_redon.gif)
}	
	

#menu li span {display: none;}

#menu li:hover span {
display: block;
position: absolute;
top: 0px;
line-height: 16px;
font:98%;
left: 151px;
width: 275px;
margin: 0px;
color: #fff;
border: 2px solid #000000;

padding: 5px;
background: #ffeec2;
text-align: left;
}
