.menu ul {
	background: #c8edfe;
	width: 80px;
	color: #000000;
	text-align: right;
	padding: 4px;
}

.menu ul a:link {
	color: #5b8ebd;
	text-decoration: none;
}

.menu ul a:visited {
	color: #5b8ebd;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color:#00F;
	text-decoration: none;
}
.menu2 {
    -moz-transition: all 1.5s ease 0s;
    background: url(../images/toolbar/footer.png) no-repeat scroll center bottom transparent;
    border-radius: 15px 15px 15px 15px;
    color: #000000;
    direction: rtl;
	font-family: yekan;
	font-weight:lighter;
	color:#000;
    font-size: 13px;
	font-weight:lighter;
    padding-bottom: 35px;
    position: fixed;
    right: -225px;
    text-decoration: none;
    width: 257px;
}

.menu2:hover {
    -moz-transition: all 0.6s ease 0s;
    cursor: pointer;
    opacity: 1;
    right: -12px;
}

.menu2 li {
    -moz-transition: all 0.6s ease 0s;
    display: block;
    padding: 4px 25px;
    width: 240px;
}

.menu2 li:hover {
    -moz-transition: all 0.6s ease 0s;
    background: -moz-linear-gradient(left center , rgba(255, 255, 255, 0) 0%, rgba(0, 182, 214, 0.47) 47%, #00B6D6 100%) repeat scroll 0 0 transparent;
    padding: 4px 35px 4px 25px;
}

.menu2 li a {
    color: #545454;
    line-height: 20px;
    text-decoration: none;
}

.menu2head {
    background: url(../images/toolbar/header.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 35px;
    width: 257px;
}

.menu2content {
    background: url(../images/toolbar/content.png) repeat-y scroll 0 0 transparent;
    display: block;
    width: 257px;
}

.menuem {
    background: url(../images/toolbar/emkanat.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 85px;
    position: absolute;
    right: 222px;
    top: 35%;
    width: 25px;
}
