﻿#menuak {
	margin: 0;
	padding: 0;
	z-index: 30;
	background: url(menu.jpg) repeat-x 0px -84px;
	width:100%;
	height:40px;
}
#menuak li {
	list-style: none;
	font:bold 11px Tahoma;
	float:right;
	height: 40px;
	background:url(menu.jpg) top left no-repeat;
	direction:rtl;
	width:108px;
}
#menuak li.current {
	list-style: none;
	font: bold 11px Tahoma;
	float:right;
	height: 40px;
	background:url(menu.jpg) no-repeat 0px -42px;
	direction:rtl;
	width:108px;
}
#menuak li a {
	display: block;
	margin:0;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-family:Tahoma;
	height:28px;
	padding-top:12px;
}
#menuak li a:hover {
	background:  url(menu.jpg) repeat-x 0px -42px;
	height:28px;
	font-family:Tahoma;
	padding-top:12px;
	}
#menuak div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #71b9f2;
	font: 11px Tahoma;
	width:160px;
	z-index:999;
	background:#71b9f2;
}
#menuak div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	white-space: nowrap;
	text-align: right;
	text-decoration: none;
	background: #5888c8;	
	font-weight:bold;
	color: #fff;
	height:20px;
	padding-top:8px;
}
#menuak div a:hover {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	padding-top:8px;
	white-space: nowrap;
	text-align: right;
	text-decoration: none;
	font-weight:bold;
	color: #fff;
	height:20px;
}
.subup
{
	background:url(menu.jpg) repeat-x 0px -127px;
	height:8px;
}
.subcolor
{
		background: #5888c8;
}
.subbottom
{
	background:url(menu.jpg) bottom repeat-x;
	height:8px;
}
