a {text-decoration: none;}
a:link {color: navy;}
a:visited     {color: navy;}
a:hover       {color: #800000;}
a:active {color: navy;}

#menu-wrapper {
	width: 100%;
	height: 45px; // was 40
	border-bottom: 0px solid blue;
	margin: 0 0 20px 0;
	background: maroon url('z-images/backgrounds/fade6.jpg'); 
	padding: 0;
	color: white;
	text-align: center;
	border-bottom: 0px solid #333333;
	}

div#navcontainer {
	width: 1100px; /* was 1000 */
	height: 45px;
	border: 0;
	background-color: transparent;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0px 0 0px 0;
	}

ul.cssmenu {
	margin: 0 0 0 0px;
	padding: 0;
	text-align: left;
	list-style: none; /* No bullet points */
	display: block;
	color: white;
	font-size: 105%;
	font-weight: normal;
	font-variant: small-caps;
	padding: 0 0 0 0;
	}
	
div.clearboth {
	clear: both;
	}

ul.cssmenu li {
	position: relative;
	z-index: 1000;
	height: 40px; /* was 40 */
	line-height: 35px; /* was 35 */
	display: block;
	padding: 0 2px 0 2px;
	color: white;
	margin: 0;
	border-right: 0px dotted #cccccc;
	}

ul.cssmenu a:active, ul.cssmenu a:focus {outline-style: none;}

ul.cssmenu li a, ul.cssmenu li.thisone {
	display: block;
	height: 40px; /* was 35 */
	vertical-align: middle;
	background-color: transparent;
	border: 0;
	text-align: left;
	text-decoration: none;
	padding: 0px 20px 0 20px; /* was 0 33 0 33 */
	margin: 0;
	color: white;
	font-weight: normal;
	cursor: default;
	}

ul.cssmenu li.thisone {
	background: #600000;
	}

ul.cssmenu span{overflow: hidden;}

ul.cssmenu li {float: left;}

/* -------- */
/* HOVERING */
/* -------- */

ul.cssmenu li:hover {position: relative;}

ul.cssmenu li:hover>a {
	background-color: #600000;
	color: white;
	text-decoration:none;
	}

ul.cssmenu li a:hover {
	position: relative;
	background-color: #600000;
	color: white;
	text-decoration: none;
	}