/*
      Created by Surajit KAYAL of WEBmagix

	  E-Mail: SurajitKayal@WEBmagix.co.in
	  
*/

/* ACCORDION LEFT */
menu_list {
	width: 220px;
}
.menu_head {
	padding: 0px;
	cursor: pointer;
	position: relative;
	margin:1px;
	padding-bottom: 10px;

}
.menu_head:hover {
	color: #4DAEFF;
}
.menu_head em {
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	color: #E7E7E7;
}
.menu_body {
	display:none;
	color: #696969;
	border-bottom: 1px dotted #69D6FF;
	padding-bottom: 10px;

}
.menu_body p {
	padding-bottom: 10px;
	padding-left: 6px;
	font-size: 11px;
	line-height: 18px;
}

.menu_body span:hover{
	background: #69D6FF;
	color: #fff;
}

.menu_head_opened {
	color: #4DAEFF;
	font-family: Georgia;
	font-weight: bold;
}
#opened {
	color: #999;
	padding-left: 6px;
	text-align: justify;
	line-height: 18px;
}
#opened span:hover{
	background: #69D6FF;
	color: #fff;
}
