/* Navigation CSS Document - Floribunda*/

/* Top navigation*/

#navlist {
	width: 100%;
	float: left;
	background: transparent;
	}

#navlist ul {
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: inherit;
	font-size: 80%;
	font-weight: bold;
	}

#navlist ul li {
	display: inline;
	}

#navlist ul li a {
	padding: 10px 12px;
	background: #8d8d57 url(../images/l1_down.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #94B473;
	}

#navlist a:hover, #navlist a:active,
#active a:link, #active a:visited,
#active a:hover, #active a:active {
	background-color: #f9f6d0;
	background-image: url(../images/l1_over.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #626330;
	text-decoration: none;
	}

/* Bottom navigation*/

#navlist2 {
	width: 100%;
	padding: 12px 0;
	background: transparent;
	margin: 30px auto 10px auto;
	text-align: center;
	clear: both;
	}

#navlist2 ul {
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: inherit;
	font-size: 80%;
	font-weight: bold;
	}

#navlist2 ul li {
	display: inline;
	}

#navlist2 ul li a {
	padding: 10px 12px;
	background: #8d8d57 url(../images/l1_down.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #fff;
	text-decoration: none;
	border: 1px solid #94B473;
	}

#navlist2 li a:hover, #navlist2 li a:active,
#active2 a:link, #active2 a:visited,
#active2 a:hover, #active2 a:active {
	background-color: #f9f6d0;
	background-image: url(../images/l1_over.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #626330;
	text-decoration: none;
	}

