#topmenu
{
	background-color: #efefe0;
	position: absolute;
	margin: 30px 0pt 0pt 0pt;
	width: 872px;
	font-size: 70%;
	list-style-type: none;
	padding: 0pt;
	z-index: 2000;
}

#topmenu a
{
	display: block;
	text-decoration: none;
	color: #006500;
	padding: 5px;
	font-weight: bold;
}

#topmenu a:hover {
	background-color: #7FBE39;
	color: #fff;
	text-decoration: none;
}

#topmenu li {
	cursor: default;
	float: left;
	margin: 2px 8px;
}

#topmenu li ul {
	width:auto;
	background-color: #fff;
	border: 1px solid #7FBE39;
	display: none;
	padding: 0pt;
	margin: 0pt;
	position: absolute;
	font-weight: normal;
	list-style-type: none;
}

#topmenu li li {
	display: block;
	float: none;
}

#topmenu li:hover ul, #topmenu li.mover ul, li.over ul {
	font-weight: normal;
	display: block;
	float: none;
}

#member
{
	position: absolute;
/*	width: 175px;
	height: 38px;*/
	top: 38px;
}
* html #memberlogin input#pass {
	width: 101px;
}


#memberlogin .btn
{
	color: #F2FFE1;
	font-weight: bold;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 0.8em;
	background-color: #006500;
}
#quickSearch
{
	position: absolute;
	/*width: 175px;
	height: 38px;*/
	top: 188px;

}

#quickSearch input.txt
{
	border: 1px solid #006500;
	width: 175px;
/*	margin: 0;
	padding: 0;
	padding-left: 5px;*/
	font-size: 70%;
}

#quickSearch .btn
{
	color: #F2FFE1;
	font-weight: bold;
/*	margin: 0;
	padding: 0;*/
	font-size: 90%;
	background-color: #006500;
}

#leftmenu
{
	padding: 0;
	margin: 0 0 0.5em;
	width: 100%;
	font-size: 70%;
}

#leftmenu li
{
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
}

#leftmenu a
{
	display: block;
	text-decoration: none;
	color: #006500;
	padding: 6px;
	border-bottom: 1px solid #EFEFE0;
}

#leftmenu a:hover
{
	background-color: #7FBE39;
	color: #fff;
}

.selected {
	display: block;
	width: auto;
	background: #7FBE39;
}
