﻿#nav {
	right: 0;
	list-style: none;
	margin: 0;
	position: fixed;
	top: 37%;
    direction: rtl;
    z-index:9;
    line-height: 45px;
}

#nav li {
	margin-bottom: 2px;
}

#nav a {
	display: block;
	font-size: 14px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
   font-size: 35px;

}

#nav .current a {
   font-size: 60px;
-webkit-transition: all 0.5s;
}

#navi_shadow {
            position: fixed;
            right: 0px;
            top: 50%;
            margin-top: -320px;
            width: 220px;
            height: 640px;
            z-index:8;
            background-image: url('/Images/navi_shadow.png');
}

#nav li a:hover {color: #D9D9D9;}
#nav li a {color: #D9D9D9}

#nav li span{
    position: absolute;
    display:none;
right: 80px;
white-space: nowrap;
font-size: 20px;
line-height: 40px;
color:#ffffff;
padding: 0px 15px;
background-color: rgba(0, 0, 0, 0.5);;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
font-family:FarTitrDF;

}

