/* menus */
.menu_background {
	width: 230px;
	overflow: hidden;

	background-color: #84ab18;
	border-top: 1px solid cf4d3a;
	border-bottom: 1px solid #cf4d3a;	

	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;

	z-index: 999;
}

.menu_container {
	width: 230px;
	overflow: hidden;
	
	border-top: 1px solid #cf4d3a;
	border-bottom: 1px solid #cf4d3a;

	z-index: 999;
}

.sub_menu_container {
	width: 200px;
	overflow: hidden;
	z-index: 999;
}

.menu_entry_default {
	text-align: left;
	width: 230px;
	padding: 2px 5px 2px 5px;

	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	/*text-transform:uppercase;*/
	font-family: arial;

	cursor: hand;
}

.menu_entry_hover {
	text-align: left;
	width: 230px;
	padding: 2px 5px 2px 5px;
	
	background-color: #6faed4;

	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	/*text-transform: uppercase;*/
	font-family: arial;
	
	cursor: hand;
}