/* SECONDARY PAGE POSITIONING STYLES !!! CAREFUL HERE !!! */
#body_aqip { width: 796px; height: auto; background-color: #ffffff; position:relative }
#header_aqip { height:35px; border-bottom:1px solid #C90; }
#left_aqip { float:left; width:170px;}
#mid_aqip { float:left; width:455px; margin:6px 0px 10px 8px;}
#right_aqip { float:right; width:155px; margin:6px 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:#FC0}

.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:#fc0;
	border-top:1px solid #666
}

.main_menu .item .header{
 padding: 5px;
 font-size:13px;
 border-left:2px solid #999;
}

.main_menu .item .header:hover{
 color:#000;
 text-decoration:underline;
 cursor:pointer;
 border-left:2px solid #999;
 background:#FC0
}

.main_menu .item .body{
 overflow:hidden;
 font-size:12px;
 color:#999999;
 padding-bottom:6px;
 background:#404040;
 border-bottom:1px solid #999;
 border-left:2px solid #999;
}

.main_menu .item .body .submenu{
 border-bottom:1px solid #999;
 border-left:2px solid #999;
 background:#f1f0f0;
 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 #ffc82e;
 background:#ffeaae;
 padding-top:4px;
 padding-bottom:4px;
 line-height:12px;

}

.main_menu .open .body{
 display:block;
}

.main_menu .closed .body{
 display:none;
}
