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

#menu-wrapper {
	width: 100%;
	height: 35px;
	border-bottom: 1px solid blue;
	margin: 0;
	background: #003300 url('z-images/backgrounds/gradient_101.jpg'); 
	padding: 0;
	color: white;
	text-align: center;
	}


div#navcontainer {
	width: 1000px;
	height: 35px;
	border: 0;
	background-color: transparent;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0px 0 0px 0;
	}

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

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

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

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

ul.cssmenu li.thisone {
	background: #675676;
	background: #666699;
	}

ul.cssmenu span{overflow: hidden;}

ul.cssmenu li {float: left;}

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

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

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

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