#deviantMenu-main-conatiner
{
    overflow: hidden; 
	width: 180px;
	height: auto;
	background-color: #4FADEC;
	position: relative;
	/*direction: rtl;*/
	visibility: hidden;
	border: solid 4px #FF3300;
}
.warpper1
{
	position: relative; 
}
.deviantMenu-menu-item
{
    position: absolute;
    width: 200px;/*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: 32px;
	margin: 0;
	padding: 5px;
	color: #000000;
	cursor: pointer;
	/*background: #4FADEC;*/
	background: url('../images/menuback.png');
	border-bottom: solid 1px #FF3300;
}

.menuList li a
{
    color: #800000;
}

.left
{
    position: absolute;
    right: 3px;
    top: 6px;
    background: url('../images/rarrow.png');
    background-repeat: no-repeat; 
    float: right;
    width: 8px;
    height: 10px;   
}
.right
{
    position: absolute;
    left: 3px;
    top: 6px;
    background-image: url('../images/larrow.png');
    background-repeat: no-repeat;
    float: left;
    width: 8px;
    height: 10px;  
}
.back
{
    display: block;
    cursor: pointer;
    height: 32px;
    padding: 5px 15px 5px 15px;    
    color: #009900;
    background: #1d1d2d;
    width: 169px;
    font-weight: bold;
    border-bottom: solid 1px #FF3300;
}
.back:hover
{
    color: #3399FF;
    text-decoration: none;    
}
.back:active
{
    color: #3399FF;
}