﻿/* ---------------------- Menu - Horizontal - LTR */
ul.dropdownh {
	/*position: relative;*/
	clear: both;
	list-style-type:none;
}
ul.dropdownh li {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("/files/line.jpg");
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-size: auto auto;
  
  float: left;
  font-weight: bold;
  list-style: outside none none;
  padding: 3px 0;
}
* 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;
}
ul.dropdownh span:hover {
	color: #ef0101;
}
ul.dropdownh span:active {
	color: #ef0101;
}
ul.dropdownh li span {
	color: #014681;
  display: block;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
}
* html ul.dropdownh li span {
	display: block;
	width: 100%;
	display: inline-block;
	padding:5px 40px 7px 42px;
	color: #fff;
	background:url(../Images/line-menu.gif) no-repeat right top;
	text-decoration: none;
	font:bold 11px tahoma;
}
ul.dropdownh > li > a span {
	padding:4px 29px 6px 29px;
}
ul.dropdownh > li > span {
	padding:5px 40px 13px 42px;
}
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/right.png) no-repeat 195px 11px;
}
ul.dropdownh ul li span {
	background:none;
}
ul.dropdownh ul {
	width: 220px;
	position: absolute;
	top: 100%;
	left: 0;
	border: 1px solid #5d6065;
	z-index: 1;
	background-color:#808182;
}
ul.dropdownh ul li {
  background-color: #0a366e;
  background-image: url("/files/menu.gif");
  background-repeat: repeat-y;
  border-bottom: 1px solid #1a467e;
  color: #fff;
  float: none;
  font-weight: normal;
}
ul.dropdownh > li.havesub {
	background: url(../Images/down2.png) no-repeat right 11px;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdownh ul li span {
	border-right: none;
	width: 140px;
	display: block;
}
* html ul.dropdownh ul li span {
	border-right: none;
	width: 140px;
	display: block;
	display: inline-block;
}
ul.dropdownh ul ul {
	left: 100%;
	top: -1px;
}
ul.dropdownh li:hover > ul {
	visibility: visible;
}
ul.dropdownh li.hover > a span {
	color: #fff;
}
ul.dropdownv li.hover > span {
	color: #fff;
}
ul.dropdownh li:hover {
	background:#1A467E;	
}
/* ---------------------- :) */
