
/*
 *  Copyright 2009, Mj Azani [www.azani.ir]
 *  mj_azani@hotmail.com
 */

a:link, a:visited, a:hover, a:active { text-decoration: none;color:#fff;}

#menu{
	direction:rtl;
	margin:0 auto;
	font: 12px tahoma,Georgia, serif;
	z-index: 5;
	width: 931px;
	height: 52px;
	background: #ffb35a url(nav-bg.jpg) top right no-repeat;
}

#menu ul.tabs{
	display: table;
	margin: 0;
	padding: 0;
	height:52px;
	list-style: none;
	position: relative;
}

#menu ul.tabs li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	float: right;
	position: relative;
}

#menu ul.tabs a{
	position: relative;
	display: block;
}

#menu ul li.parent , #menu ul li.static {
	height:52px;
}

#menu ul li.parent h4 a ,#menu ul li.static h4 a{
	font-weight:bold;
	font-size:11px;
	height:33px;
	padding:19px 10px 0 10px;
	background:url( nav-left-border.jpg) top left no-repeat;
	text-shadow:1px 1px #000; 
}

#menu ul li.parent h4 a:hover ,#menu ul li.static h4 a:hover{
	background:#ff1545;
	height:33px;
	padding:19px 10px 0 10px ;
	background: url(nav-m-hover.jpg) top right repeat-x;
}

#menu ul.dropdown{
	background: url(drop-bg.jpg) top right repeat-x ;
	overflow:hidden;
	border-right: 1px solid #59daeb;
	border-left: 1px solid #59daeb;
	border-bottom: 1px solid #59daeb;
	width: 200px;
	position: absolute;
	z-index: 999;
	right:0;
	display: none;
	padding:0;
}

#menu  ul.dropdown li{
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	display: block;
	clear:both;
	width:200px;
}


#menu ul.dropdown li a{
	line-height: 30px;
	overflow: hidden;
	display: block;
	height: 30px;
	padding:0 10px 0 0 ;
	color:#ffffdf;
	text-shadow:1px 1px #000; 
}

#menu ul.dropdown li a:hover{
	background: #3f829b ;
	border-right:1px solid #59daeb;
	border-left:1px solid #59daeb;
	padding:0 10px 0 0 ;
}

#menu  #home a:hover , #menu  #home a:active{
	background: url(nav-home-hover.jpg) top right no-repeat ;
}








