﻿#cssmenu span {
	text-align: right;
	padding-right: 40px;
	padding-top: 10px;
	background: none;
	float:right;
}
#cssmenu ul {
	list-style: none;
	font-family: tahoma;
	font-size: 12px;
	width: 200px;
	float: right;
	color: #e0dfdd;
	position: relative;
	z-index:2000;
	}
#cssmenu {
	width: 200px;
	margin: 10px 10px 20px 10px;
	float: right;
		z-index:2000;

}
#cssmenu:after, #cssmenu ul:after {
	display: block;
	clear: both;
	background-image: url('../images/rightcont.jpg');
	background-position: right top;	background-repeat: repeat-x-y;
	width: 200px;
	background:#000;
	height: 40px;
		z-index:2000;

}
#cssmenu a {
	font-family: tahoma;
	font-size: 12px;
	color: #fff;
	width: 200px;
	height: 40px;
	text-decoration: none;
		z-index:2000;

}
#cssmenu ul {
	list-style: none;
	width: 200px;
		z-index:2000;

}
#cssmenu > ul {
	width: 200px;
	float: right;
		z-index:2000;

}
#cssmenu > ul > li {
	font-family: tahoma;
	font-size: 12px;
	width: 200px;
	float: right;
	height: 40px;
	margin: 0 auto;
	text-align: right;
		z-index:2000;

}
#cssmenu > ul > li:hover:after {
	background-image: url('../images/menuhover.png');
	background-position: center center;
	background-repeat: no-repeat;
	width: 196px;
	float: right;
	text-align: right;
	height: 40px;
	direction: rtl;
	color: #e0dfdd;
		z-index:2000;

	position: absolute;
	right: 200px;
}
#cssmenu > ul > li:first-child > a {
	width: 200px;
		z-index:2000;

	height: 40px;
}
#cssmenu > ul > li:last-child > a {
	width: 200px;
	height: 40px;
		z-index:2000;

}
#cssmenu > ul > li.active a {
	width: 200px;
	height: 40px;
		z-index:2000;

}
#cssmenu > ul > li:hover > a {
	background-image: url('../images/menuhover.png');
	background-position: center center;
	background-repeat: no-repeat;
	width: 196px;
	float: right;
	text-align: right;
	height: 40px;
	direction: rtl;
	color: #e0dfdd;
		z-index:2000;

}
#cssmenu .has-sub {
	background-image: url('../images/rightcont.jpg');
	background-position: right top;	background-repeat: repeat-x-y;

	z-index:2000;
	width: 200px;
	height:40px;
}
#cssmenu .has-sub:hover > ul {
	z-index:2000;

	display: block;
	right: 200px;
	width: 200px;
	height:40px;
}
#cssmenu .has-sub ul {

	z-index:2000;

	display: none;
	position: absolute;
	width: 200px;
	height:40px;
	top: 0;
}
#cssmenu .has-sub ul li {
	z-index:2000;

	width: 200px;
	height:40px;
	top: 0;
}
#cssmenu .has-sub ul li a {
	width: 200px;
	height: 40px;
	filter: none;
	font-size: 12px;
	z-index:2000;
	display: block;
	top: 0;
}
#cssmenu .has-sub ul li:hover a {
	background-image: url('../images/menuhover.png');
	background-position: center center;
	background-repeat: no-repeat;
	width: 196px;
	float: right;
	text-align: right;
	height: 40px;
	direction: rtl;
	color: #e0dfdd;
	top: 0;
		z-index:2000;

}
#cssmenu .has-sub .has-sub:hover > ul {
	width: 200px;
	display: block;
		z-index:2000;

}
#cssmenu .has-sub .has-sub ul {
	z-index:2000;

	display: none;
	position: absolute;
	top: 0;
	width: 200px;
}
#cssmenu .has-sub .has-sub ul li a {
	width: 200px;
	height: 40px;
		z-index:2000;

}
#cssmenu .has-sub .has-sub ul li a:hover {
	background-image: url('../images/menuhover.png');
	background-position: center center;
	background-repeat: no-repeat;
	width: 196px;
	float: right;
	text-align: right;
	height: 40px;
	direction: rtl;
	color: #e0dfdd;
		z-index:2000;

}
