body {
    	font-family: "Trebuchet MS","Arial CE",Arial,"sans-serif";
    	font-size: 7.5pt;
}



#menu ul {	
	list-style: none;
	width: 180px;
    	font-size: 8pt;
	}	

#menu li {
	margin-bottom: 4px;
	}
	
a	 {
    font-weight: bold;
    text-decoration: none;
    color: #505050;	
    }

a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #2b54aa;
    }

#menu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0 0 10px;
	background: #f8f8f8;
	border-left: 4px solid #cccccc;
	}	


	
#menu li a:hover {
	margin  : auto;
	border  : none;
	background: #fdfdfd;
	color: #2b54aa;
	border-left: 4px solid #2b54aa;
	}