/* NAVIGATION MODULE */

#menu a  {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display : block; 
    text-decoration : none;  
    height : 17px; 
    padding-left : 8px; 
    padding-top : 3px; 
    background-color : #E2DEDE; 
    border-left : 1px solid #999999; 
    border-right : 1px solid #999999; 
	border-bottom : 1px solid #999999; 
}

#menu a:hover {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
}

#menuoff {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display : block; 
    color : #000000; 
    height : 20px; 
    padding-left : 8px; 
    padding-top : 5px; 
    background-color : #E2DEDE; 
    border: 1px solid #999999; 
}
