/* ================================================================ 
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/padding.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/*

#7891a6 - blueish grey

*/

/* style the outer div to give it width */
.hMenu {width:100px; padding-left: 1px; z-index:100; font: italic bold 24px Arial, Helvetica, sans-serif;}
/* remove all the bullets, borders and padding from the default list styling */
.hMenu ul {padding:0;margin:0;list-style-type:none; height:36px; background:transparent; z-index:100}
/* style the sub-level lists */
.hMenu ul ul {width:113px;}
/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.hMenu ul li {float:left;height:36px;line-height:36px; display:block; text-align:right;  z-index:100}
/*.hMenu ul li ul li{text-align:left}*/
/* style the sub level list items */
.hMenu ul ul li {display:block;width:173px;height:auto; line-height:36px;}
/* style the links for the top level */
.hMenu a, .hMenu a:visited {
	display:block;
	float:left;
	height:100%; 
	width:178px; 
	color:#fff;
	background:transparent;
	padding: 1px 5px 0px 0px; 
	/*border-left:2px solid #FFF;*/
	font-weight:bold;
	text-decoration:none; z-index:100
}

/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .hMenu a, * html .hMenu a:visited {width:178px; w\idth:178px;}
/* style the sub level links */
.hMenu ul ul a, .hMenu ul ul a:visited {
	display:block;
	background:#7891a6 ; 
	color:#b3ac89;
	width:178px;
	height:100%;
	line-height:20px; 
	padding: 1px 5px 5px 0px; 
	/*padding:5px 5px 5px 5px;*/
	border-bottom:1px solid #ddd;
	font-weight:normal;
	font: italic bold 14px Arial, Helvetica, sans-serif;
}
* html .hMenu ul ul a, * html .hMenu ul ul a:visited  {width:123px; w\idth:116px;}
/* style the table so that it takes no part in the layout - required for IE to work */
.hMenu table {border-collapse:collapse; padding:0; margin:-1px; width:0; height:0;  z-index:1;}
/* style the third level background */
.hMenu ul ul ul a, .hMenu ul ul ul a:visited {background:#F4F4F2}
/* style the fourth level background */
.hMenu ul ul ul ul a, .hMenu ul ul ul ul a:visited {background:#F4F4F2 url(sub_grad.html);}
/* style the sub level 1 background */
.hMenu ul :hover a.sub1 {background:#F4F4F2;}
/* style the sub level 2 background */
.hMenu ul ul :hover a.sub2 {background:#F4F4F2;}
/* style the level hovers */
/* first */
* html .hMenu a:hover {
	color:#000;
	background:#49637e; 
	position:relative; 
	z-index:100;
}
.hMenu li:hover {position:relative;}
.hMenu :hover > a {color:#fff;background:#49637e;}
/* second */
* html .hMenu ul ul a:hover{color:#fff;background:#49637e; position:relative; z-index:110;}
.hMenu ul ul li:hover {position:relative;}
.hMenu ul ul :hover > a {color:#fff;background:#49637e;}
/* third */
* html .hMenu ul ul ul a:hover {background:#49637e; position:relative; z-index:120;}
.hMenu ul ul ul :hover > a {background:#49637e;}
/* fourth */
.hMenu ul ul ul ul a:hover {background:#49637e; position:relative; z-index:130;}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.hMenu ul ul {visibility:hidden;position:absolute;height:0;top:36px; left:0; width:113px;}
/* position the third level flyout menu */
.hMenu ul ul ul{left:12em;top:0;width:113px;}
/* make the second level visible when hover on first level list OR link */
.hMenu ul :hover ul{visibility:visible; height:auto; /*padding:0 3em 3em 0em;*/ background:transparent url(images/trans.html);}
/* keep the third level hidden when you hover on first level list OR link */
.hMenu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.hMenu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.hMenu ul :hover ul :hover ul{visibility:visible; left:113px;}
/* make the fourth level visible when you hover over third level list OR link */
.hMenu ul :hover ul :hover ul :hover ul {visibility:visible;}
