﻿/* ---------------------- Menu - Horizontal - LTR */
ul.dropdownh {
	clear: both;
	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/bgs37q.gif) no-repeat right 7px;
	z-index:9999 !important;
    font-size:13px;
}
* html ul.dropdownh li {
	font-weight: bold;
	float: left;
	list-style: none;
	direction: ltr; /* Important - jQuery needs this (Do NOT Remove it) */
 	display: inline-block;
	background: url(../Images/bgs37q.gif) no-repeat right 7px;
	padding: 0 10px;
        font-size:13px;
}
ul.dropdownh > li a span:hover {  color: #5dcfff !important;background-color:#0b2445;border-radius:5px; }
ul.dropdownh a:active span { color: #5dcfff; }
ul.dropdownh li span {
	display: block;
    margin: 0 5px;
    padding: 8px 11px 8px 10px;
	color: #c7c7c7;
	text-decoration: none;
}
* html ul.dropdownh li span {
	display: block;
	width: 100%;
	display: inline-block;
    margin: 0 5px;
    padding:8px 11px 8px 10px;
	color: #c7c7c7;
	text-decoration: none;
}
* html ul.dropdownh li a img {  border: 0;}
ul.dropdownh li a.last-child { border-right: none; /* Doesn't work in IE */ }
ul.dropdownh li.hover, ul.dropdownh li:hover {
	color: #5dcfff !important;
	position: relative;
}
ul.dropdownh li.hover > a span { color: #5dcfff !important; }
ul.dropdownh ul {
	width: 220px;
	position: absolute;
	top: 100%;
	left: 0;
	border: 1px #999 solid;
	z-index:9999 !important;
	/*box-shadow: -1px 1px 5px #ccc;*/
}
ul.dropdownh ul li {
	font-weight: normal;
	color: #fff;
	border-bottom: 1px solid #ccc;
	float: none;
	background: url(../Images/bg-li.gif) no-repeat 5px center #102d52;
}
ul.dropdownh li.havesub > span {
	background: url(../Images/bgs54q.gif) no-repeat right 14px;
}
ul.dropdownh li.havesub > a span {
	background: url(../Images/bgs54q.gif) no-repeat right 14px;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdownh ul li span {
	border-right: none;
	display: block;
	color: #fff !important;
	padding: 4px 20px !important;
    margin:0;
}
ul.dropdownh ul li span:hover
{
    background-color:#1f4a82;
    border-radius:0;
    margin:0;
}
* html ul.dropdownh ul li span {
	border-right: none;
 	display: inline-block;
	color: #fff !important;
	padding: 4px 20px !important;
}
ul.dropdownh ul li:hover { background-color: #102d52; }
ul.dropdownh ul li a span:hover { color: #102d52; }
ul.dropdownh ul ul {
	left: 100%;
	top: -1px;
}
ul.dropdownh li:hover > ul { visibility: visible; }
ul.dropdownh ul li.havesub > span {
	background: url(../Images/rtss2.png) no-repeat right center;
}
ul.dropdownh ul li.havesub > a span {
	background: url(../Images/rtss2.png) no-repeat right center;
}
/* ---------------------- :) */
