
.menuHeader {
	border:1px #990000 solid;
	font-weight:bold;
	background-color:#CC6666;
	color:white;
	padding-left:5px;
	width:130px;
	/* 135-5*/
	margin-bottom:2px;
	
}

a.menu {
	/* properties that are the same for all types */
	display:block;
	padding:1px;
	color: White;
	font-family : Verdana;
	text-decoration:none;
	font-weight:bold;
	width:265px;
	/* 135-1-1 */
	margin:2px 6px 0px 0px;
	font-size : 13px;
}

a.menu:link {
	margin:2px 0px 0px 0px;
	color: White;
}
a.menu:visited {
	color: White;
}
a.menu:hover {
	color:#940202;
	background-color: White;
}
a.menu:active {
	color:#CC0000; 
	}


