﻿/* ---------------------- Menu - Horizontal - RTL */
ul.dropdownh {
	/*position: relative;*/
	clear: both;
	list-style-type:none;
}
ul.dropdownh li {
	font-weight: bold;
	float: right;
	list-style: none;
	direction: rtl; /* Important - jQuery needs this (Do NOT Remove it) */
}
* html ul.dropdownh li {
	font-weight: bold;
	float: right;
	list-style: none;
	direction: rtl; /* Important - jQuery needs this (Do NOT Remove it) */
	display: inline-block;
}
ul.dropdownh span:hover {
	color: #ef0101;
}
ul.dropdownh span:active {
	color: #ef0101;
}
ul.dropdownh li span {
	display: block;
	padding:5px 42px 7px 40px;
	color: #fff;
	background:url(../Images/line-menu.gif) no-repeat left top;
	text-decoration: none;
	font:bold 11px tahoma;
}
* html ul.dropdownh li span {
	display: block;
	width: 100%;
	display: inline-block;
	padding:5px 42px 7px 40px;
	color: #fff;
	background:url(../Images/line-menu.gif) no-repeat left top;
	text-decoration: none;
	font:bold 11px tahoma;
}
ul.dropdownh > li > a span {
	padding:5px 42px 13px 40px;
}
ul.dropdownh > li > span {
	padding:5px 42px 13px 40px;
}
ul.dropdownh li span img {
}
* html ul.dropdownh li span img {
	border: 0;
}
ul.dropdownh ul li span {
	background:none;
}
/* Doesn't work in IE */
ul.dropdownh li.hover, ul.dropdownh li:hover {
	position: relative;
}
ul.dropdownh .havesub {
	background: url(../Images/left.png) no-repeat 15px 11px;
}
ul.dropdownh ul {
	width: 220px;
	position: absolute;
	top: 100%;
	right: 0;
	border: 1px solid #5d6065;
	z-index: 1;
	background-color:#808182;
}
ul.dropdownh ul li {
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #5e6166;
	float: none;
}
ul.dropdownh > li.havesub {
	background: url(../Images/down.png) no-repeat 13px 11px;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdownh ul li span {
	border-left: none;
	width: 140px;
	display: block;
}
* html ul.dropdownh ul li span {
	border-left: none;
	width: 140px;
	display: block;
	display: inline-block;
}
ul.dropdownh ul ul {
	right: 100%;
	top: -1px;
}
ul.dropdownh li:hover > ul {
	visibility: visible;
}
ul.dropdownh li.hover > a span {
	color: #ef0101;
}
ul.dropdownv li.hover > span {
	color: #ef0101;
}
/* ---------------------- :) */
