#deviantMenu-main-conatiner
{
    overflow: hidden; 
	width: 250px;
	height: auto;
	background-color: #EEEEEE;
	position: relative;
	/*direction: rtl;*/
	visibility: hidden;
	border: solid 2px #BBBBBB;
	
}
.warpper1
{
	position: relative; 
}
.deviantMenu-menu-item
{
    position: absolute;
    padding: 5;
    width: 250px;/*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;*/
	height: 18px;
	margin: 0;
	padding: 5px;
	color: #3F3F3F;
	cursor: pointer;
	background: #EEEEEE;
	border-bottom: solid 1px #DDDDDD;
}

.menuList li a
{
    color: #888888;
}
.menuList li a:hover
{
    color: #000000;
}


.left
{
    position: absolute;
    right: 5px;
    top: 9px;
    background: url('../images/rarrow.png');
    background-repeat: no-repeat; 
    float: right;
    width: 8px;
    height: 10px;   
}

.right
{
    position: absolute;
    left: 5px;
    top: 9px;
    background-image: url('../images/larrow.png');
    background-repeat: no-repeat;
    float: left;
    width: 8px;
    height: 10px;  
}
.back
{
    display: block;
    cursor: pointer;
    height: 18px;
    padding: 7px 15px 5px 22px;    
    color: #1D1D20;
    background: #CCCCCC;
    width: 250px;
    font-weight: bold;
    border-bottom: solid 1px #BBBBBB;
}
.back:hover
{
    color: #FF0000;
    text-decoration: none;    
}
.back:active
{
    color: #FF0000;
}
