/* POSITIONING */
#wrapper_sab_content { width:796px; height:auto; background-color:#FFF; overflow:hidden }
	#menu_hz_sab { width:796px; height:auto; background:#000}
	#top_content_sab { width:796px; background:#fff; overflow:hidden}
		#top_content_sab_left { width:170px; background-color:#f0ede8; border-right:1px solid #D6D6D6; float:left}
		#top_content_sab_main { width:617px; background-color:#FFF; margin:8px 0px 8px 0px; float:right; overflow:hidden}
	#footer_content_sab { clear:both}
	#header_content_sab { width:796px; background:#ffc000; position:relative;}

#top_content_sab_left, #top_content_sab_main { padding-bottom:32000px; margin-bottom:-32000px; }

.menu_sab_roll tr td {}
.menu_sab_roll tr td:hover { background:#FFF}

/* 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:#ece8e2;}

.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:#ece8e2
}

.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;
}
