
#dropdown ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: #623f04;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	padding: 2px 23px 2px 16px;
}

#nav li li a:hover {
	color: #ab0000;
	padding: 2px 20px 2px 16px;
	border: solid #7a752d;
	border-width: 0 0 0 0;
/*	background: url('images/icons/sep_brown.gif') no-repeat;*/
}

#dropdown li {
	float: left;
	position: relative;
	/*width: 10em;*/
	text-align: left;
	cursor: default;
	/*background-color: white;*/
}

li#left {
/*	border-left-width: 1em;*/
}

li#right {
/*	border-right-width: 1em;*/
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	border: solid #7a752d;
	border-width: 0 1px 1px 1px;
}

li>ul {
	top: auto;
	left: auto;
}

ul#m2 {
/*	background: url('images/menu/menu2_bg.gif') bottom left no-repeat #efefb3; */
	width: 162px;
	margin-left: -12px;
	padding: 0 0 4px 0;
}
ul#m3 {
/*	background: url('images/menu/menu3_bg.gif') bottom left no-repeat #efefb3;*/
	width: 162px;
	margin-left: -12px;
	padding: 0 0 4px 0;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

