/* ================================================================ 
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.
=================================================================== */
	.menu_h {width:745px; height:15px; position:relative; z-index:100;border-right:0px solid #000; font-family:Verdana, Arial; padding-left:20px; font-weight:bold;}

	/* hack to correct IE5.5 faulty box model */
	* html .menu_h {width:746px; w\idth:745px; }

	/* remove all the bullets, borders and padding from the default list styling */
	.menu_h ul {padding:0; margin:0;list-style-type:none;}
	.menu_h ul ul {}
	/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
	
	.menu_h li {float:left;position:relative;}
	/* style the links for the top level */
	.menu_h a, .menu_h xxx, .menu_h a:visited {display:block;font-size:12px;text-decoration:none; color:#fff;  height:15px; border:0px solid #000; border-width:0px 0 0px 0px; background:#0066cc; padding-left:10px;padding-right:10px;padding-top:5px; padding-bottom:5px; line-height:29px font-weight:bold;}
	/* a hack so that IE5.5 faulty box model is corrected */
	* html .menu_h a, * html .menu_h a:visited { w\idth:80px;}
	* html .menu_h a, .menu_h xxx, * html .menu_h a:visited { w\idth:80px;}

	/* style the second level background */
	.menu_h ul ul a.drop, .menu_h ul ul a.drop:visited {background:#0066cc url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}

	/* style the second level hover */
	.menu_h ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
	.menu_h ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
	/* style the third level background */
	.menu_h ul ul ul a, .menu_h ul ul ul a:visited {background:#0066cc;}
	/* style the third level hover */
	.menu_h ul ul ul a:hover {background:#000099;}


	/* hide the sub levels and give them a positon absolute so that they take up no room */
	.menu_h ul ul {visibility:hidden;position:absolute;height:0;top:25px;left:0; border-top:0px solid #000}
	/* another hack for IE5.5 */
	* html .menu_h ul ul {top:14px;t\op:25px;}

	/* position the third level flyout menu */
	.menu_h ul ul ul{left:149px; top:-1px; }

	/* position the third level flyout menu for a left flyout */
	.menu_h ul ul ul.left {left:-149px;}

	/* style the table so that it takes no ppart in the layout - required for IE to work */
	.menu_h table {position:absolute; top:0; left:0; border-collapse:collapse;;}

	/* style the second level links */
	.menu_h ul ul a, .menu_h ul ul a:visited {background:#0066cc; color:#fff; height:auto; line-height:1em; padding:5px 10px;;border-width:0 0px 0px 0px;width:130px;}
	/* yet another hack for IE5.5 */
	* html .menu_h ul ul a, * html .menu_h ul ul a:visited {}

	/* style the top level hover */
	.menu_h a:hover, .menu_h ul ul a:hover{color:#ffffff; background:#000099;}
	.menu_h :hover > a, .menu_h ul ul :hover > a {color:#ffffff; background:#000099;}

	/* make the second level visible when hover on first level list OR link */
	.menu_h ul li:hover ul,
	.menu_h ul a:hover ul{visibility:visible; }
	/* keep the third level hidden when you hover on first level list OR link */
	.menu_h ul :hover ul ul{visibility:hidden;}
	/* make the third level visible when you hover over second level list OR link */
	.menu_h ul :hover ul :hover ul{ visibility:visible;}

