@charset "utf-8";





#nav {
	height: 25px;
	width: auto;
	color: #FFFFFF;
	background-image: url(../pics/nav_back.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #5A5A5A;
	border-right-color: #757575;
	border-left-color: #757575;
	border-right-width: 0px;
	border-left-width: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4A4A4A;
}
#navcontainer {
	width: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-weight: bold;
	background-position: center;
	padding-top: 5px;
	position: relative;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
}
#navcontainer  ul li {
	display: inline;
	border-right-style: hidden;
	border-right-width: 0.1em;
	border-right-color: #FFFFFF;
	padding:1.2em;
	list-style-type: none;
}
#navcontainer     ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
}
#navcontainer ul li a:hover {
	color: #AEAEAE;
	text-decoration: none;
}

#navcontainer  ul li.last {
	border: none;
}
#navcontainer  ul li a.nav-sel {
	text-decoration: underline;
	color: #CCCCCC;
}
