
/* menu Stylesheet */ 

ul {
	margin:10px;
	padding:0px;
	list-style: none;
	line-height:2em;
	border: 0px solid #fff;
	background:	 #cc3300;
	color:#fff;
 font-weight:bold;
 text-align:left;

	}
	
	   ul li {
	
	 border-bottom:1px solid #AE2B00;
	  
	background:#cc3300;
	
	}
	
	ul li a {
	display: block;
	text-decoration: none;
	color: #fff;}
	
	
	ul li a:hover {
	background:	 #812000;
	text-decoration: none;
	color: #ffc;
	border-right:1px solid #fff;
	}
	
