.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 141px; /* Main Menu Item widths */
list-style-type: none;
direction:rtl;
right:141px;
}
 
.ddsmoothmenu-v ul li{
position: relative;
direction:rtl;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	direction:rtl;
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Verdana","Arial","Helvetica","sans-serif";
	PADDING-TOP: 2px;
	PADDING-Bottom: 2px;
	BORDER: #b9b091 1px solid;
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	background: #c9c1aa;
	font-weight:bold;
	white-space:nowrap;
}


.ddsmoothmenu-v ul li a:hover
{
	background: #e0dac2; /*background of menu items during onmouseover (hover state)*/
	color: #333333;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
top: 0;
visibility: hidden;
}

 
/* Holly Hack for IE \*/
html .ddsmoothmenu-v ul li { float: left; height: 1%; }
html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
