.nav {
	font-family:fntYekan;	
	font-size:large;
	margin: 5px auto;		 
}

.nav ul ul 
{
	color:Yellow;
	display:none;
}

.nav ul li:hover > ul {
	display: block;
}

.nav ul 
{	    
	background:#42a4f5; 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 5px;
	border-radius: 10px;
	list-style: none;
	position:relative;
	display:block;
	top: -4px;
	right: 7px;
	height: 368px;
	width: 850px;
}
.nav ul:after {
	content: "";
	clear: both;
	display: block;
}

.nav ul li 
{
	text-align: right;
	background: #a70101;
	float: right;
	position: relative;
	font-weight: bold;
	border-style:solid;
	border-color:#0b6dbd;
	border-width:2px;
	border-radius:5px;
	width:600px;
}

.nav ul li:hover {
	background:#f27f74 /* #a70101;*/
}

.nav ul li:hover a {
	color: #fff;
}

.nav ul li a {
	display: block;
	padding: 15px 5px; /*32px;*/
	color:Yellow;/*  #4e4e4e;*/
	text-decoration: none;
}

.nav ul ul {
	background:#90ccfc; /* #9c0000;*/
    border-radius:5px;
	padding: 0;
	position: absolute;
	top: 100%;
	right: 0;
	width: 220px;
}
.nav ul ul li {
	float: none;
	border-top: 1px solid #940000;
	border-bottom: 1px solid #940000;
	position: relative;
}
.nav ul ul li a {
	padding: 15px 20px;
	color: #fff;
}	
.nav ul ul li a:hover {
	background: #f27f74; /* #112f44;*/
}
		
.nav ul ul ul {
	position: absolute;
	right: 100%;
	top:0;
}
.Comments {        
}
		
