/* Menu */

#menuline {
	position: relative;
	list-style-type: none;
	margin: 0px;
	padding-left: 100px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	float:left;
}

#menuline a.menu {
	padding: 5px 8px 0px 8px;
	margin: 0px;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	color: #7d7d7d;
}

#menuline a.menu:hover {
	color: #578141;
	line-height: 24px;
}

#menuline a.menu:chosen {
	color: #578141;
	line-height: 24px;
}

#menuline a.menu:active {
	color: #578141;
	line-height: 24px;
}

.undermenudiv {
	filter: alpha(opacity=90);
	display: block;
	width:90px;
	text-align:left;
	color: #333333;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	background-color: #FFFFFF;
	position: relative;
	font-weight: bold;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.undermenudiv a:link,.undermenudiv a:visited {
	filter: alpha(opacity=90);
	width:100%;
	display: block;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	padding:2px;
	float:left;
	font-weight: bold;
}
.undermenudiv a:active {
	filter: alpha(opacity=100);
	display: block;
	color: #578141;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
}
.undermenudiv a:hover {
	filter: alpha(opacity=100);
	display: block;
	color: #578141;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
	padding:inherit;
}