#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 95%;
}
#menu li {
	font: 100%;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #000;
	color: #ff0000;
	display: block;
	margin: 0;
	padding: 4px 8px;
	text-decoration: none;
 font-size: 12px !important ; 
 font-family: Arial, Helvetica, sans-serif !important ; 
 font-weight: bolder !important ; 


}
#menu a:hover {
	background: #36393D;	
	color: #00ff00;
	padding-bottom: 4px;
 font-weight: bolder !important ; 

}
