/* SECONDARY PAGE POSITIONING STYLES !!! CAREFUL HERE !!! */
#body_ahu { width: 796px; height:auto; background-color: #ffffff; position:relative }
#header_ahu { height:35px; border-bottom:1px solid #C90; }
#left_ahu { float:left; width:155px;}
#mid_ahu { float:left; width:460px; margin:6px 0px 10px 16px;}
#mid_ahu2 { float:left; width:629px; margin:6px 0px 10px 6px;}
#right_ahu { float:right; width:150px; margin:0px 0px 10px 0px;}

/* ACCORDIAN MENU Styles */
.main_menu{
 width: 100%;
 color:#000000;
}

.main_menu a{
 color:#000000;
}

.main_menu a:hover{
  text-decoration:underline;
}
.main_menu .item{ background:#FFF; border-bottom:1px dashed #E5E5E5}

.main_menu .item:hover{ background:#d9d6cc}

.main_menu .item .image{
 float:right;
 margin-top:6px;
 width: 12px;
 height: 12px;
}

.main_menu .item .image:hover{
	cursor:pointer;
}

.main_menu .closed .image{
 background-image: url('/images_mk/menu_open.png');
 background-repeat: no-repeat;
 margin-right:2px
}

.main_menu .open .image{
 background-image: url('/images_mk/menu_close.png');
 background-repeat: no-repeat;
 margin-right:2px
}


.main_menu .open{
	background:#ffc82e;
	border-top:1px solid #000
}

.main_menu .item .header{
 padding: 5px;
 font-size:13px;
 border-left:2px solid #a3a098;
}

.main_menu .item .header:hover{
 color:#000;
 text-decoration:underline;
 cursor:pointer;
 border-left:2px solid #000;
 background:#d9d6cc
}

.main_menu .item .body{
 overflow:hidden;
 font-size:12px;
 color:#999999;
 padding-bottom:6px;
 background:#000;
 border-bottom:1px solid #a3a098;
 border-left:2px solid #a3a098;
}

.main_menu .item .body .submenu{
 border-bottom:1px solid #a3a098;
 border-left:2px solid #a3a098;
 background:#fff;
 display:block;
 padding-left:5px;
 padding-right:2px;
 padding-top:4px;
 padding-bottom:4px;
 line-height:12px;
}

.main_menu .item .body .submenu div{ padding-bottom:5px}

.main_menu .item .body .submenu:hover{
 border-left:2px solid #000000;
 background:#fff;
 padding-top:4px;
 padding-bottom:4px;
 line-height:12px;

}

.main_menu .open .body{
 display:block;
}

.main_menu .closed .body{
 display:none;
}


/* TAP PANEL */
.tabpanel{
	width: 100%;
}
.tab_menu {
	width: 100%;
	padding:0px;
	margin:0px;
}
.tab_content{
	clear:both;
	width: 100%;
	padding:0px;
	margin:10px 0px 0px 0px;
	background:#0F0
}

.tab_menu div{
	float: left;
	font-size: 14px;
	font-weight:bold;
	padding: 5px;
	margin: 0px 5px 0px 0px;
	cursor:pointer;
}

.active_tab{
	color: #FFF;
	background:#000;
}
.active_tab:hover{
	text-decoration: underline;
}
.inactive_tab{
	color: #000000;
	font-weight:bold;
	background-color: ;	
}
.inactive_tab:hover{
	text-decoration: underline;
}

.show_content{ 
}
.hide_content{
	display:none;
}


