div.sdmenu {
	width: 200px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;
	font-family:tahoma;
font-size:12px;
direction:rtl;
list-style-type:none;
}

#link span
{
background:url(title.gif);
padding: 5px 25px;
cursor: pointer;
display: block;
border-bottom: 1px solid #ddd;
}

div.sdmenu div {
text-align:right;
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	/*background: url(toptitle.gif) no-repeat;*/
	
}
div.sdmenu div.collapsed {
	height: 25px;
}

div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: #A0C749;
	background: url(down.png) no-repeat 10px center;
	background-position:right;
	
	cursor: default;
	border-bottom: 1px solid #ddd;
}


koko {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: #A0C749;
	background: url(down.png) no-repeat 10px center;
	background-position:right;
	
	cursor: default;
	border-bottom: 1px solid #ddd;
}


div.sdmenu div.collapsed span {
	background-image: url(right.png);
	background-position:right;
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
	text-decoration:none;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #EF8829 url(linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}
div.current  a  {
	padding: 0;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
	text-decoration:underline;
}

li
{
 height:20px;
 padding:0px;

 clear:both;
}
