﻿ul.dropdownh {
	clear: both;
	font:11px tahoma;
}
ul.dropdownh > li {
	line-height:1.2;
}
ul.dropdownh li {
	float: right;
	list-style: none;
	direction: rtl;
}
* html ul.dropdownh li {
	float: right;
	list-style: none;
	direction: rtl;
	display: inline-block;
}
ul.dropdownh span:hover {
	color: #d94213;
}
ul.dropdownh span:active {
	color: #ffa500;
}
ul.dropdownh > li > span {
	background:url(../Images/divider.gif) no-repeat left center;
	padding:15px 31px 16px 30px !important;
	margin-right:-1px;
	color:#fff;
}
ul.dropdownh > li > a span {
	background:url(../Images/divider.gif) no-repeat left center;
	padding:15px 31px 16px 30px !important;
	margin-right:-1px;
	color:#fff;
}
ul.dropdownh li span {
	display: block;
	padding: 5px 20px 5px 21px;
	color:#fff;
	text-decoration: none;
	text-transform:uppercase;
}
* html ul.dropdownh li span {
	display: block;
	width: 100%;
	display: inline-block;
	padding: 5px 20px 5px 21px;
	color:#171717;
	text-decoration: none;
	text-transform:uppercase;
}
ul.dropdownh li span img {
}
* html ul.dropdownh li span img {
	border: 0;
}
ul.dropdownh li.hover, ul.dropdownh li:hover {
	position: relative;
}
ul.dropdownh .havesub {
	background: url(../Images/left-menh.gif) no-repeat 10px 10px;
}
ul.dropdownh > li > ul {
	padding-top:10px;
}
ul.dropdownh ul {
	width: 220px;
	position: absolute;
	top: 100%;
	right: 0;
	border: 1px solid #000;
	z-index: 1;
	background:url(../Images/bgmenuh-ul.gif) repeat-x left top #8f0303;
}
ul.dropdownh > li > ul {
	background:url(../Images/bgmenuh.gif) repeat-x left top #8f0303;
	border-top:none;
}
ul.dropdownh > ul {

}
ul.dropdownh ul li {
	font-weight: normal;
	color: #fff;
	border-bottom: 1px solid #560000;
	float: none;
}
ul.dropdownh > li.havesub {
	background:url(../Images/down.gif) no-repeat 10px 21px;
}
ul.dropdownh ul li span {
	border-left: none;
	display: block;
}
* html ul.dropdownh ul li span {
	border-left: none;
	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: #d94213 !important;
}
ul.dropdownh li.hover > span{
	color: #d94213 !important;
}