ul.navlist
{
	margin-left: 0;
	padding: 0px;
	margin-top:6px;
	white-space: nowrap;
	
}
.navlist li {
	display: inline;
	list-style: none;
	
	margin: 0px;
	
	
}

.navlist a { 
	padding: 3px 5px;
	margin:0;
	/*background-image:url("../images/layout/subnav_bg.jpg");*/
	background-repeat: repeat-x;
}

.navlist a:link, .navlist a:visited
{
	color: #000;
	text-decoration: none;
}

.navlist a:hover
{
	color: #000;
	/*background-color: #c6ee4d;*/
	/*background-image:url("../images/layout/subnav_bg_grey.jpg");*/
	background-repeat: repeat-x;
	text-decoration: none;
}

.inactive{
	display:none;

}
.active {
	display:inline;
}
#navigation {
	margin: 0;
	padding: 0;

}

#navigation a{
	padding:3px 5px 3px 7px;
	margin-right:6px;
	font-weight:bold;
}

#navigation a:link, #navigation a:visited{
	background-image:url("../images/layout/nav_bg.jpg");
	background-repeat: repeat-x;
	text-decoration: none;
	color:#000;
	
}
#navigation a:hover {
	background-image:url("../images/layout/nav_bg_grey.jpg");
	background-repeat: repeat-x;
	color: #000;
}

/*.subnav_marked {
	background-image:url("../images/layout/subnav_bg_grey.jpg");
	background-repeat: repeat-x;
}
a.nav1_marked{
	background-color: #eee;
}
*/
