
/* Real menu */
ul, li
{
	font-size: small;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
}

ul
{
	

	padding: 0px;
}

li ul
{
	margin-top: -20px;
	display: none;
	margin-left: -165px;
	position: absolute;
	background-color: #c6cff7;
	border: solid 1px #161966;
	border-top: solid 1px #161966;
	border-right: solid 1px #161966;
}

li a
{
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	font-size: 12px;
	padding-bottom: 0px;
	width: 100%;
	color: #000000;
	direction: rtl;
	text-indent: 10px;
	padding-top: 6px;
	border-bottom: #161966 1px solid;
	font-family: tahoma;
	height: 30px;
	text-decoration: none;
}

li a:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	border-bottom: #161966 1px solid;
	background-color: #161966;
	text-decoration: none;
}

li
{	
	float: left;
	width: 100%;
}

a.hassubmenu
{
	background-position: 15px center;
	background-image: url(img/lay_dmnuhassub.gif);
	background-repeat: no-repeat;
}

#mainmenu
{
	float: left;
	margin: 0px 0px 100%;
	border-bottom: #333333 0px solid;
	}