#deviantMenu-main-conatiner
{
    overflow: hidden; 
	width: 211px;
	height: auto;
	background-color: #000;
	position: relative;
	/*direction: rtl;*/
	visibility: hidden;
	border: solid 4px #000000;
}
.warpper1
{
	position: relative; 
}
.deviantMenu-menu-item
{
    position: absolute;
    width: 211px;/*should be as width in deviantMenu-main-conatiner*/
}
.hide
{
    display: none;
}

.menuList
{
    list-style-type: none;
	margin: 0;
	padding: 0;
}
.menuList li
{
	position: relative;
	font-weight: bold;
	padding-top:3px;
	padding-bottom:3px;
	margin: 0;
	padding: 5px;
	color: #000;
	cursor: pointer;
	background: #F90;
	border-bottom: solid 1px #000000;
}

.menuList li a
{
    color: #000;
	text-decoration:none;
	display:block;
	width:200px;
}

#deviantMenu-main-conatiner .left
{
    position: absolute;
    right: 3px;
    top: 6px;
    background: url('../images/rarrow.png');
    background-repeat: no-repeat; 
    float: right;
    width: 8px;
    height: 10px;   
}
#deviantMenu-main-conatiner .right
{
    position: absolute;
    left: 3px;
    top: 6px;
    background-image: url('../images/larrow.png');
    background-repeat: no-repeat;
    float: left;
    width: 8px;
    height: 10px;  
}
#deviantMenu-main-conatiner .back
{
    display: block;
    cursor: pointer;
    height: 22px;
    padding: 5px 15px 5px 15px;    
    color: #fff;
    background: #333;
    width: 209px;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
}
.back:hover
{
    color: #FFFFFF;
    text-decoration: none;    
}
.back:active
{
    color: #FFFFFF;
}