#main {
	//border: 1px solid #BDE75A;
	border: none;
	clear: both;
	background: #BDE75A;
	padding-top: 2em;
}

#contents {
	padding:1.3em;
	background: #F3F3F3;
	min-height: 350px;
}

#contents ul#clist li{
	padding:4px;
}

#contents ul#clist a, ul#flist a{
	text-decoration:none;
}

#contents ul#clist a:hover, ul#flist a:hover{
	text-decoration:underline;
}

#contents ul#flist li{
	padding:4px;
	list-style:none;
}

#header {
	position: relative;
	width: 100%;
	height: 3em;
//	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
/*	width: 8em; */
	display: block;
	float: left;
	padding: 0px;
/*	margin: 1px 2px 0 0; */
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 90%;
	text-decoration: none;
	color: #333;
}

//#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #BDE75A;
	padding-bottom: 6px;
	margin-top: 0;
}


#header ul#primary a {
	color: #000;
	background: #DEF79C url(img/nnavl.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
}

#header ul#primary a span
{
	background: url(img/nnavr.gif) right top no-repeat;
	padding-right: 10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:11px;
	cursor:pointer;
}

#header ul#primary a:hover {
	color: #fff;
	background: #BDE75A url(img/nnavlh.gif) left top no-repeat;
	padding-left: 10px;
}

#header ul#primary a#current {
	background: #BDE75A url(img/nnavlh.gif) left top no-repeat;
	padding-left: 10px;
}

#header ul#primary span#current{
	color: #000;
	font-weight:bold;
	background: #BDE75A url(img/nnavrh.gif) right top no-repeat;
	padding-right: 10px;
}


#header ul#primary a:hover span{
	background: url(img/nnavrh.gif) right top no-repeat;
	padding-right: 10px;
}
#header ul#secondary {
	font-size: 12px;
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 0px;
	width: 800px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

ul#third  li a {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#header ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#header ul#secondary li a.scurrent {
	color: #333333;
	text-decoration: none;
}
#header ul#secondary li a.scurrent:hover {
	color: #333333;
	text-decoration: none;
}
#header ul#secondary li a:hover {
	color: #333333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#header ul#secondary li a:active {
	color: #000000;
	background: transparent;
}

#header ul#secondary li:last-child a { border: none; }

