a.menu {
	
	
	background: #F2F2F2;
	color: #C8001F;
	padding:4;
	position: Relative;
	text-decoration: None;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #F2F2F2;
	border-bottom-color: #999999;
	border-left-color: #F2F2F2;
	
	display: Block;
	
   }

a:visited.menu {
	text-decoration: None;
	color: #C8001F;
   }   


a:hover.menu {
	
	text-align:right;
	background-color: #C5001E;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: None;
	display: Block;
   }
   
   

