/* ----- CSS main navigation----- */


div.menu {
	background: url("page-images/menubgspace.gif") repeat-x 0% 100% #FFFFFF;
	line-height: 1.5;
	position: absolute;
	text-align: center;
	width: 1000px;
	height: 24px;
	/*z-index: 3;*/
	margin-top: 85px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	left: 0px;
	top: 5px;
	}

li.menu {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	}
	
	
li.menu a {

	text-decoration: none;
	color: #000000;
}

li.menu a:hover {
	color: #0066CC;
}

/*li.menu a:visited { color: #000000; } */


ul.menu  {
	display: inline;
	margin: auto;
	padding: 0px 0px 0px 0px;
	font-size: 0.7em;
	letter-spacing: 0.3em;
	font-weight: lighter;
	font-family: sans-serif, Arial, verdana, Garamond;
	/*font-family: Tahoma, Arial, sans-serif, Garamond;*/

	}
	
/*
ul {
	list-style-image: url("page-images/bullet.gif");
	margin: 10px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
	}*/

/*ul.lb {
	list-style-image: url("page-images/bullet.gif");
	margin: 20px 20px 20px 70px;
	padding:0px;
	}


li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}

a.menu {
	background: transparent;
	color: #004E9E;
	font-weight: bold;
	text-decoration: none;
	}*/
	



/*
#navcontainer ul {
	list-style-type: none;
	font-size: 0.7em;
	letter-spacing: 0.3em;
	font-weight: lighter;
	font-family: Tahoma, Arial, sans-serif, Garamond;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #99FF00;
	border-bottom-color: #99FF00;
	background-color: #996633;
	height: 30px;
	width: 1000px;

}

#navcontainer li {
	display: inline;
}

#navcontainer li a {
	text-decoration: none;
	color: #000000;
}

#navcontainer li a:hover {
	color: #cccccc;
}
*/
