/* NAVIGATION
********************************************************************************************************/

#navlist {
	text-align: left;
	font-size: 14px;
	width: 260px;
}

ul#navlist {
	list-style-type: none;
	position: relative;
}

ul#navlist ul {
	position: absolute;
	top: 0px;
	left: 4em;
}
ul#navlist li a {
	text-decoration: none;
	color: #857D79;
	line-height: 20px;
}

ul#navlist li a:hover, ul#navlist li a.current {
	color: #FFF;
}

/* SUB NAVIGATION
*********************************************** */
.subnavlist {
	display: none;
	text-align: left;
}

ul.subnavlist li {
	list-style-type: none;
	padding-left: 40px;
}

.subnavlist a {
	text-decoration: none;
	color: #857D79;
}

.subnavlist a:hover, ul.subnavlist li a.current {
	color: #FFF;
}

.active {
	display: block;
}


/* SITEMAP
*********************************************** */

ul.sitemaptoplevel {
	clear: left;
	list-style-type: none;/* note! */
	margin-right: 20px;
}

ul.sitemaptoplevel li {
	display: block;
	float: left;
	text-align: left;
	margin-bottom: 5px;
	margin-right: 15px;
	width: 120px;
}

* html ul.sitemaptoplevel li {
       width:105px;
}
	
ul.sitemaptoplevel a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background: url(../img/createvent_icon.gif);
	background-repeat: no-repeat;	
	background-position: 0 2px;
	padding-left: 18px;
}

ul.sitemaptoplevel a:hover {
 	color: #5D6F00;
}
ul.sitemapsecondlevel {
	margin-left: 18px;
        list-style-type: none;/* note! */
}

ul.sitemapsecondlevel a{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background: none; 
        padding-left: 0px;
}

ul.sitemapsecondlevel li {
	float: none;
	text-align: left;
	margin: 5px 0 5px 0;
}
