/* ACCORDIONATION */

/*Level 1 menu*/
.menu_list {
	width: 229px;
	height:24px;
	padding-top:45px;
}

.menu_head {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:26px;
	margin-right:9px;
	margin-left:11px;
	cursor: pointer;
	position: relative;
	color:#02462f;
	font-size:11px;
	text-decoration:underline;
    background-image:url(/public/images/menu_level1_out.jpg);
	background-position:center left;
	background-repeat:no-repeat;
}

.menu_head_top{
	background-repeat:no-repeat;
	margin-left:11px;
	height:4px;
}

.menu_head_bottom{
	background-repeat:no-repeat;
	margin-left:11px;
	height:4px;
}

.menu_head a{
	color:#02462f;
}

/*Level 2 menu*/
#level2_menu{
	left:230px;
	z-index:100000;
	position:absolute;
	display:none;
	width:204px;
}

#level2_menu a .level2_cont{
	margin-left:10px;
	margin-top:2px;
	margin-bottom:2px;
	text-decoration:underline;
	min-height:16px;
}

#level2_menu a{
	margin-top:5px;
	margin-bottom:5px;
	margin-left:16px;
	margin-right:5px;
	display:block;
	color:#02462f;
	margin-bottom:5px;
	font-size:11px;
	background-color:#edf3cc;
	text-decoration:none;
	cursor:pointer;
}

#level2_menu a:hover {
	font-weight:bold;
	background-color:#c5cd9b;
	text-decoration:none;
}

.level2_top{
	background-repeat:no-repeat;
	height:4px;
}

.level2_bottom{
	background-repeat:no-repeat;
	height:4px;
}

.menu_body {
	background-color:#edf3cc;
}

/*Line to split menu buttons*/
.menu_lines{
	border-top:1px solid #c5cd9b;
	margin-left:11px;
	margin-right:9px;
	margin-top:2px;
	margin-bottom:2px;
}