.lvl0 {
	background: none repeat scroll 0 0 #FF8A00;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.lvl0 ul {
	margin: 0 -3px 0 -30px;
}
.lvl0 li {
	line-height: 14px;
	margin: 1px 3px;
	padding: 0;
	list-style: url(none) none inside;
}
.lvl0 li a {
	color: #334714;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 2px;
	text-decoration: none;
	background: #FFD5A3;
}
.lvl0 li a:hover {
	background-color: #FF8A00;
	color: #red;
	text-decoration: underline;
}
li.open a {
	/* [disabled]list-style-image: url("images/3.gif");
*/
	background: #FFD5A3 url(images/openclose.png) no-repeat right top;
}
li.close a {
	/* [disabled]list-style-image: url("images/2.gif");
*/
	background: #FFD5A3 url(images/openclose.png) no-repeat right bottom;
}
.open ul {
	display: block;
}
.close ul {
	display: none;
}
li.singleurl a {
	background: #FFD5A3 url(none);
}
.menu {
	padding-left: 5px;
}
.menu, .menu:link, .menu:active, .menu:visited {
	color: #45485C;
	font-family: Verdana;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
}
.menu:hover {
	color: #000000;
	text-decoration: none;
}
.current {
	font-weight: bold;
}
