#menu {
	background-image: url(../images/menubkgr.gif);
	background-repeat: repeat-x;
	display: block;
	width: 800px;
	height: 25px;
	padding-left: 140px;
	margin: 0px;
	font-size: 16px;
}
#menu ul { margin: 0px; padding: 0px; }
#menu li {
	list-style-type: none;
	float: left;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}

/* first level */
#menu a {
	display: block;
	text-decoration: none;
	color: #505A36;
	float: left;
	width: auto;
	margin-right: 10px;
	_margin-right: 5px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	white-space: nowrap;
}
#menu a:hover,#menu a.menu_open {
	color:#000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../images/li_over.gif);
	background-repeat: repeat-x;
}

/* second level and up */
#menu ul {
	visibility: hidden;
	position: absolute;
	width: auto;
	font-size: 14px;
	background-color: #e6f0cc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	_padding-top: 16px;
	_padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 0px;
}
#menu ul a {
	color: #505A36;
	padding-bottom: 5px;
	padding-top: 5px;
	_padding-bottom: 0px;
	_padding-top: 0px;
	margin-right: 0px;
	float: none;
}
#menu ul a:hover,
#menu ul a.menu_open {
	color: #72804D;
	background:none;
}
#menu ul li {
	display:block;
	float:none;
}

/* third level (colors) */
#menu ul ul {
	margin-top: -10px;
	_margin-top: -16px;
	_padding-bottom: 10px;
	_padding-top: 10px;

}
#menu ul ul li {
	width: 320px;
}
#menu ul ul a {
	_padding-bottom: 6px;
	_padding-top: 6px;
}
#menu ul ul a:hover {color: #ac6268;}
#menu a.selected,#menu a.selected:hover {
	background-color: #a7bc70;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: default;
	background-image:url(../images/a_selected.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

