@charset "utf-8";

/* NAVIGATION */


#navcontainer{
	padding-bottom:20px;
	}

#navcontainer ul {
	margin-left: 0;
	padding-left: 10px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	}

#navcontainer a	{
	display: block;
	padding: 3px;
	padding-left:20px;
	width: 80%;
	background-color: #3CB163;
	background-image:url(../gui/navi_a.gif);
	background-repeat:no-repeat;
	background-position: 0px 50%;
	border-bottom: 1px dotted #cecece;
	}

#navlistlast {
	border: none;
	}

#navcontainer a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
	}

#navcontainer a:hover {
	background-color: #7FCC98;
	background-image:url(../gui/navi_a_hover.gif);
	background-repeat:no-repeat;
	background-position: 0px 50%;
	color: #fff;
	}
#navcontainer .SubHeader{
	font-size:0.8em;
	color:#066;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:1px;
	margin-left:4px;}