/* ================================================================ 
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 {margin: 0 12px 0 auto; width:960px; height:40px; position:relative; z-index:100; font-family:arial, sans-serif;}*/
#menuh {margin: 0 12px 0 auto; width:1100px; height:40px; position:relative; z-index:100; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html #menuh {width:961px; w\idth:960px;}
/* remove all the bullets, borders and padding from the default list styling */
#menuh ul {padding:0;margin:0;list-style-type:none;}
#menuh ul ul {width:119px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menuh li {float:left;width:119px;position:relative;}
/* style the links for the top level */
#menuh a, #menuh a:visited {display:block;font-size:12px;text-decoration:none; color:#656d58; width:109px; padding-left: 10px; height:38px; background:transparent url("images/bg_nav_h_1.jpg") no-repeat center; /*line-height:29px;*/ font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html #menuh a, * html #menuh a:visited {width:119px; w\idth:98px;}

/* style the second level background */
#menuh ul ul a.drop, #menuh ul ul a.drop:visited {background:#e5ffd8 url("images/menu-hover-inactive.png") no-repeat right;}
/* style the second level hover */
#menuh ul ul a.drop:hover{background:#8dde2a url("images/menu-hover.png") no-repeat right;}
#menuh ul ul :hover > a.drop {background:#8dde2a url("images/menu-hover.png") no-repeat right;}
/* style the third level background */
#menuh ul ul ul a, #menuh ul ul ul a:visited {background:#caf696;}
/* style the third level hover */
#menuh ul ul ul a:hover {background:#8dde2a;}


/* 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:38px;left:0; width:119px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html #menuh ul ul {top:37px;t\op:38px;}

/* position the third level flyout menu */
#menuh ul ul ul{left:119px; top:-1px; width:119px;}

/* position the third level flyout menu for a left flyout */
#menuh ul ul ul.left {left:-119px;}

/* 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:#e5ffd8; color:#000; height:auto; line-height:1em; padding:10px 0 10px 10px; width:109px; border: #808080 solid; border-width:0 0 1px 0;}
/* yet another hack for IE5.5 */
* html #menuh ul ul a, * html #menuh ul ul a:visited {width:141px;w\idth:119px;}

/* style the top level hover */
#menuh a:hover, #menuh ul ul a:hover{color:#000; background: #e5ffd8;}
#menuh :hover > a, #menuh ul ul :hover > a {color:#000; background: #8dde2a;}
#menuh :hover > a {background:transparent url("images/bg_nav_h_2.jpg") no-repeat 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; }
/* keep the third level hidden when you hover on first level list OR link */
#menuh ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#menuh ul :hover ul :hover ul{ visibility:visible;}

