

.menu {
	font-size: 11px;	
	text-decoration:none;
	font-weight: normal;
	font-style:normal;
	color: #CBF53B;
	width: 135px;
	line-height: 13px;
	display: block;
	padding-left: 3px;
	padding-bottom: 1px;
	border-top: 1px solid #B8C8C4;
	border-left: 1px solid #B8C8C4;
	border-right: 2px solid #646464;
	border-bottom: 2px solid #646464;
	background: #8C9473;
}

.menu:hover {
	font-weight: normal;
	font-size: 11px;
	font-style:italic;
	text-decoration:none;
	display: block;
	border-top: 1px solid #C4E53C;
	border-left: 1px solid #C4E53C;
	border-right: 2px solid #717951;
	border-bottom: 2px solid #717951;
	padding-left: 3px;
	color: #ffffff;
}

.active, .active:hover {
	font-size: 11px;	
	text-decoration:none;
	font-weight: normal;
	font-style:italic;	
	color: #434341;
	width: 135px;
	line-height: 13px;
	display: block;
	padding-left: 3px;
	padding-bottom: 1px;
	border-top: 1px solid #B8C8C4;
	border-left: 1px solid #B8C8C4;
	border-right: 2px solid #646464;
	border-bottom: 2px solid #646464;
	background: #AABE5B;
}

.sub {
	font-size: 11px;	
	text-decoration:none;
	font-weight: normal;
	font-style:normal;
	color: #403E43;
	width: 135px;
	line-height: 13px;
	display: block;
	padding-left: 3px;
	padding-bottom: 1px;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 2px solid #AAC35B;
	border-bottom: 2px solid #AAC35B;
	background: #C4D3A1;
}

.sub:hover {
	font-weight: normal;
	font-size: 11px;
	text-decoration:none;
	font-style:italic;	
	display: block;
	border-top: 1px solid #C4E53C;
	border-left: 1px solid #C4E53C;
	border-right: 2px solid #717951;
	border-bottom: 2px solid #717951;
	padding-left: 3px;
	color: #646464
}

.subactive, .subactive:hover {
	font-size: 11px;	
	text-decoration:none;
	font-weight: normal;
	font-style:italic;
	color: #403E43;
	width: 135px;
	line-height: 13px;
	display: block;
	padding-left: 3px;
	padding-bottom: 1px;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 2px solid #AAC35B;
	border-bottom: 2px solid #AAC35B;
	background: #C4D3A1;
}
