.suckerdiv ul{
text-align: right; 
margin: 0;
padding: 0;
direction : rtl;
list-style-type: none;
width: 100%;
}
.suckerdiv ul li{
display: inline-block;
list-style-type: none;
display: inline;

position: relative;
float:right;
}

.suckerdiv > ul > li > ul{
position: absolute;
visibility: hidden;
direction:rtl;
opacity: .97;
float:right;
background-color: #EBE8D6;
width:220px;
z-index:20000;
top:0;
}


.suckerdiv > ul > li > ul > li{
border-bottom: 1px dotted #993333;
width:200px;
float:right;
background-color:;
height:32px;
padding-right:10px;
line-height:28px;
}
.suckerdiv > ul > li > ul > li > :hover{
width:200px;
float:right;
height:32px;
line-height:28px;
}
.suckerdiv > ul > li > a{
width:96%;
text-align: center;
margin:auto 10px;
line-height: 28px;
color:#ffffff;
font-family:Tahoma;
font-size:12px;
border: 0px;
padding:4px 10px;

display: block;
direction:rtl;
overflow: visible; /*force hasLayout in IE7 */
text-decoration: none;
}
.suckerdiv > ul > li > a:hover{
width:96%;
color:#ffffff;
text-align: center;
background-color:#d95657;
padding:4px 10px;
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow:inset 1px 1px 0 0 #b33031;
box-shadow:inset 1px 1px 0 0 #b33031;

display: block;
direction:rtl;
overflow:visible; /*force hasLayout in IE7 */
text-decoration: none;
}
.suckerdiv > ul > li > ul > li > a{
color: #804000;	}
.suckerdiv > ul > li > ul > li > a:hover{
color: #985C27;	
	}

.suckerdiv .subfolderstyle
	{
		margin-left:10px;
		background:url('../images/') no-repeat center left;
	}
/* Holly Hack for IE \*/



