/* menus */
.menu_background {
	width: 135px;
	/*height: 114px;*/
	overflow: hidden;

	background-color: #292E35;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;	

	filter: alpha(opacity=99);
	opacity: 0.9;
	-moz-opacity: 0.9;

	z-index: 999;
}

.menu_container {
	width: 135px;
	/*height: 114px;	*/
	overflow: hidden;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;

	z-index: 999;
}

.image_link {
	position: absolute;
	top: 0px;
	left: 0px;
}

.href_link {
	display: block; 
	height: 39px; 
	width: 100%; 
	position: absolute; 
	top: 0px; 
	left: 0px;
	overflow: hidden;
	
	text-align: center;
	font-family: Arial;
	font-size: 11px;

	line-height: 39px;
	
	color: #ffffff;
	font-weight: normal;
}

.sub_menu_container {
	width: 135px;
	overflow: hidden;
	z-index: 999;
	
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;	
}

.menu_entry_default {
	text-align: left;
	width: 135px;
	
	padding: 0px 20px;
	height: 20px;
	line-height: 20px;
	
	color: #ffffff;
	font-size: 12px;
	font-family: arial;

	cursor: pointer;
}

.menu_entry_hover {
	text-align: left;
	width: 135px;
	
	padding: 0px 20px;
	height: 20px;
	line-height: 20px;	
	
	background-color: #103A4A;
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
	
	cursor: pointer;
}