﻿#menuak {
	margin: 0;
	padding: 0;
	z-index: 1000;
	background: url(MenuBar.png) repeat;
	width:100%;
	height:39px;
}
/*titr	*/
#menuak li {
 	list-style: none;
	font-size: 8.5pt;
	font-family:tahoma, arial, verdana;
	font-weight:bold;
	float:right;
	height: 39px;
	background:url(MenuBar.png) repeat;
	direction:rtl;
	width: 96px;
}
#menuak li.current {
	list-style: none;
	/*font-size: 15pt;
	font-family:tahoma, arial, verdana;
	font-weight:bold;
	float:center;
	height: 49px;*/
	background:url(MenuItemAct.png) repeat ;
	direction:rtl;
	width:96px;
	text-decoration: none;
}
/*titr	*/
#menuak li a {
	display: block;
	font-size: 8.5pt;
	font-family:tahoma, arial, verdana;
	margin:0;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-family:tahoma, arial, verdana;
	font-weight:normal;
	height:25px;
	padding-top:12.5px;
	border-right:#8D8D8D .5px solid;
}
#menuak li a:hover {
	background:  url(MenuItemAct.png) repeat; 
	height:25px;
	font-family:tahoma, arial, verdana;
	font-weight:normal;
	padding-top:12px;
	text-decoration: none;
    color: #ffffff;
	}
	/*abshar	*/
#menuak div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	padding-top:10px;
	/*border: 1px solid #ffffff;*/
	font-size: 8pt;
	font-family:tahoma, arial, verdana;
	width:150px;
	z-index:1000;
}
/*abshar	*/
#menuak div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	white-space: nowrap;
	text-align: right;
	text-decoration: none;
	background: #D9D9D9; /*#5888c8;	*/
	border-bottom:#ffffff 1px solid;
	font-weight:normal;
	font-size: 8pt;
	color: #5E5E5E;
	height:15px;
	padding-bottom:5px;
}
#menuak div a:hover {
	height:15px;
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	padding-top:5px;
	white-space: nowrap;
	text-align: right;
	text-decoration: none;
	font-weight:normal;
	    color: #ffffff;
	background:  url(MenuItemAct.png) repeat; 
}
.subup
{
	background:url(MenuBar.png) repeat;
	
	height:8px;
}
.subbottom
{
	background:url(MenuBar.png) repeat;
	height:8px;
}



