/* ================================================================ 
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/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menuh {
	width: 550px;
	height: 29px;
	background:url(/images/hor-nav/nav-bg.jpg) repeat-x;
	z-index:999;
	font-weight: bold;
	clear: both;
	background-color:#366;
	}
	

/* remove all the bullets, borders and padding from the default list styling */
#menuh ul { padding:0 0 0 0px; margin:0; list-style-type:none; 	z-index:999;}
#menuh ul ul { width:170px; padding: 0;	z-index:999; }

#menuh ul li { position:relative; color: #fff;	z-index:999;}


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menuh li { float:left; position:relative; 	z-index:999; width: 110px;}
/* IE6 hack to give the menus a fixed width */
* html #menuh li { width: 110px; }

/* style the links for the top level */
#menuh a, #menuh a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	height:29px;
	padding-left: 15px;
	padding-right: 15px;
	line-height:35px;
	z-index: 999;
	text-align:center;
	
	}
/* make the second level visible when hover on first level list OR link */
#menuh ul li:hover ul,
#menuh ul a:hover ul{visibility:visible; 	z-index:999;}

/* style the second level background */
#menuh ul ul a.drop, #menuh ul ul a.drop:visited { background-color: #585753; z-index:999;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menuh ul ul {visibility:hidden;position:absolute;height:0;top:46px;left:0; width:170px; }

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menuh table {position:absolute; top:0; left:0; border-collapse:collapse; }

/* style the second level links */
#menuh ul ul a, #menuh ul ul a:visited {background:#585753; color:#fff; height:auto; line-height:1.4em; padding:5px 10px; width:170px;border-bottom: 1px solid #999; }

/* style the top level hover */
#menuh a:hover {color:#fff; background: url(/images/hor-nav/nav-hover-bg.jpg) repeat-x;}
#menuh :hover > a {color:#fff;background: url(/images/hor-nav/nav-hover-bg.jpg) repeat-x;}

/* style the second level links */
#menuh ul ul a:hover { background-color:#e09524; background-image: none; }

/* make the second level visible when hover on first level list OR link */
#menuh ul li:hover ul,
#menuh ul a:hover ul{visibility:visible; }






