﻿/* ---------------------- Menu - Horizontal - LTR */
ul.dropdownh {
	clear: both;
	/*padding-top: 12px;*/
	z-index:9999 !important;
}
ul.dropdownh li {
	font-weight: bold;
	float: left;
	list-style: none;
	direction: ltr; /* Important - jQuery needs this (Do NOT Remove it) */
	background: url(../Images/line_menu.gif) no-repeat right 7px;
	z-index:9999 !important;
}
/*ul.dropdownh li:last-child  {
	background: none;
}
ul.dropdownh li.havesub ul li:last-child {
    background: none repeat scroll 0 0 #AF8EBE;
    border: medium none;
}*/
ul.dropdownh > li a span:hover { color: #e4d8e5 !important; }
ul.dropdownh a:active span { color: #e4d8e5; }
ul.dropdownh li span {
	display: block;
	padding: 12px 25px 12px;
	color: #2c1133;
	text-decoration: none;
}
ul.dropdownh li a.last-child { border-right: none; /* Doesn't work in IE */ }
ul.dropdownh li.hover, ul.dropdownh li:hover {
	position: relative;
}
ul.dropdownh li.hover > a span { /*color: #E4D8E5  !important; */}
ul.dropdownh ul {
	width: 220px;
	position: absolute;
	top: 100%;
	left: 0;
	border: 1px #2c1133 solid;
	z-index:9999 !important;
	/*box-shadow: -1px 1px 5px #ccc;*/
}
ul.dropdownh ul li {
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #2C1133;
	float: none;
	background: #af8ebe;
}
ul.dropdownh ul li.havesub {
	background: url("../Images/bgs54q_v.gif") no-repeat left center #af8ebe;
}
ul.dropdownh li.havesub > span {
	background: url(../Images/bgs54q_v.gif) no-repeat 5px 11px;
}
ul.dropdownh li.havesub > a span {
	background: url("../Images/bgs54q.gif") no-repeat 55px 19px;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdownh ul li span {
	border-right: none;
	display: block;
	color: #000 !important;
	padding: 4px 20px !important;
}
* html ul.dropdownh ul li span {
	border-right: none;
 	display: inline-block;
	color: #000 !important;
	padding: 4px 20px !important;
}
ul.dropdownh ul li:hover { background-color: #af8ebe; }
ul.dropdownh ul li a span:hover { color: #E4D8E5; }
ul.dropdownh ul ul {
	left: 100%;
	top: -1px;
}
ul.dropdownh li:hover > ul { visibility: visible; }
ul.dropdownh ul li.havesub > span {
	background: url("../Images/bgs54q_v.gif") no-repeat right center #af8ebe;
}
ul.dropdownh ul li.havesub > a span {
	background: url("../Images/bgs54q_v.gif") no-repeat right center #af8ebe;
}
/* ---------------------- :) */
