a.menuLink {
	display: block;
	padding: 3px 10px;
	border-top: 2px solid #cccccc;
	width:auto;
	border-right:10px solid #eae4ef;
	font-size:90%;
	}

a.menuLink:link {
	color: #3d0011;
	text-decoration: none
	}

a.menuLink:visited {
	color: #000000;
	text-decoration: none
	}

a.menuLink:hover {
	color: #cccc99;
	background-color: #3d0011;
	text-decoration: none;
	border-right: #009933 solid 10px;
		}

a.menuLink:active {
	color: #cccc99;
	text-decoration: none;
	background-color: #3d0011;
	}

.menuDrop {
	position: absolute;
	z-index: 3;
	visibility: hidden;
	color: #3d0011;
	font-size: 90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #eae4ef;
	margin: 0;
	padding-right: 0px;
	left: 0;
	height: auto;
	width:auto;
	}

