#main_menu {
	width: 200px;	
	float: left;
	margin-right: 10px;
	margin-left: 5px;
	height:100%;
	text-align: left;	
	margin-bottom: 24px;
	border: dotted #000000;
	border-width:0px 0px 1px 0px;		
}

.menu_list {	
	width: 200px;
}

.menu_head {
	padding: 5px 5px;
	cursor: pointer;
	font-family: Verdana; 
	font-size: 10px;
	font-weight: bold;
	margin:0px;   	
	text-align: left;
	color: #171796;
	background: #F3F3F3;
	border: dotted #000000;
	border-width:1px 1px 0px 1px;
}

.menu_head:hover {
	text-decoration:none;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

.menu_body {
	display:none;
}

.menu_body a{
	display:block;
	color:#006699;
	background-color:#FFDEAD;
	padding-left:20px;
	padding-bottom:6px;
	padding-top:2px;  
	font-family: Verdana; 
	font-size: 10px;
	font-weight: bold;  
	text-decoration:none;
	text-align: left;
	border-bottom: 1px solid #fff;
}

.menu_body a:hover{
	text-decoration:none;
	background-color:#FA9E0D;
}