@charset "utf-8";
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float : right;
	width : 200px;
}
#nav li {
	position : relative;
	float : right;
	line-height : 28px;
	margin-bottom : -1px;
	width: 200px;
	height:30px;
	background-color: #002570;
	direction:rtl;
}
#nav li ul {
	position : absolute;
	right: -999em;
	margin-right : 200px;
	margin-top : 0px;
}
#nav li ul ul {
	right: -999em;
}
#nav li a {
	width: 200px;
	display : block;
	color : #002570;
	font-weight : normal;
	text-decoration : none;
	background-color : white;
	border : 1px solid #eeeeee;
	font-family: Faruma;
	font-size: 16px;
	height: 30px;
	text-indent: 10px;
}
#nav li a:hover {
	color : white;
	background-color : #002570;
	border : 1px solid #002570;
}
#nav .sm {
	background-image: url(Images/darrowg.gif);
	background-position:left;
	background-repeat: no-repeat;
}
#nav .sm:hover {
	background-image: url(Images/darroww.gif);
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.mnuhover ul ul, #nav li.mnuhover ul ul ul {
	right:-999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.mnuhover ul, #nav li li.mnuhover ul, #nav li li li.mnuhover ul {
	right:1px;
	top:0px;
}
