@charset "utf-8";
/* CSS Document */

.menu_list {
	width : 100%;
	direction:rtl;
	}
	.menu_head {
	padding : 4px;
	cursor : pointer;
	margin : 1px;
	padding-right : 20px;
	font-weight : bold;
	color : #fff;
	background :#333 url(images/left.png) no-repeat right;
	}
	.menu_body {
	display : none;
	}
	.menu_body a:link {
	display : block;
	color : #006699;
	background-color : #efefef;
	padding-right : 30px;
	font-weight : bold;
	text-decoration : none;
	}
	.menu_body a:visited {
	display : block;
	color : #006699;
	background-color : #efefef;
	padding-right : 30px;
	font-weight : bold;
	text-decoration : none;
	}
	.menu_body a:hover {
	color : #000000;
	text-decoration : underline;
	
	}	
	
	.most_line1{
    padding-right:14px;
	padding-bottom:4px;
	padding-top:4px;
	background:#EAEAEA;
	font-size:9px;
	direction:rtl;
	}
	.most_line2{
    padding-right:14px;
	padding-bottom:4px;
	padding-top:4px;
	background: #DBDBDB;
	font-size:9px;
	direction:rtl;
	}
	
.main_box{
	border:solid 1px #b5ce8b; border-top:none; direction:rtl}
