/* ================================================================ 
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-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.nav {width:764px;height:37px;font-size:0.8em;position:relative; z-index:10; margin: 0px auto; background: #ffffff url(images/Menu_NOarrow.gif) repeat-x bottom;padding: 0px;}
/* hack to correct IE5.5 faulty box model */
* html .nav {width:764px; w\idth:764px;}
/* remove all the bullets, borders and padding from the default list styling */
.nav ul {padding:0;margin:0;list-style-type:none;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.nav li {float:left;position:relative;margin: 0px;padding: 0px 10px 0px 10px;}
/* style the links for the top level */
.nav a, .nav a:visited {display:block;font-size:13px; letter-spacing:1px; font-family: "Arial Black", Gadget, sans-serif; text-decoration:none;color:#ffffff;padding: 6px 5px 15px;text-transform: uppercase;}
.nav a.current, .nav a.current:visited {display:block;font-size:14px;text-decoration:none;color:#ffffff;font-weight: bold;padding: 6px 10px 15px;text-transform: uppercase;}
.nav a.current:hover {color:#fff; background: url(images/rollover.gif) repeat center bottom;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .nav a, * html .nav a:visited {width:auto; w\idth:auto;}

/* style the second level background */
.nav ul ul a.drop, .nav ul ul a.drop:visited {background:#fffa1c url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.nav ul ul a.drop:hover{background:#fffa1c url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
.nav ul ul :hover > a.drop {background:#fffa1c url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
/* style the third level background */
.nav ul ul ul a, .nav ul ul ul a:visited {background:#fffa1c;}
/* style the third level hover */
.nav ul ul ul a:hover {background:#ffffff;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.nav ul ul {visibility:hidden;position:absolute;height:0;top:20px;left:0;z-index:20;}
/* another hack for IE5.5 */
* html .nav ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.nav ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.nav ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.nav table {position:absolute; top:0; left:0; border-collapse:collapse; z-index:20px;}

/* style the second level links */
.nav ul ul a, .nav ul ul a:visited {background:#cccccc;color:#000;height:auto;line-height:1em;padding:5px 10px;width:135px;border-top: 0 solid #e6e6e6;border-right: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;border-left: 1px solid #e6e6e6;text-transform: none;z-index:20px; position:relative;}
.nav ul ul a.current, .nav ul ul a.current:visited {background:#cccccc;color:#000;height:auto;line-height:1em;padding:5px 10px; width:128px; border-top: 0 solid #e6e6e6; border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; border-left: 1px solid #e6e6e6;text-transform: none; z-index:20px; position:relative;}
.nav ul ul a:hover {background: #e6e6e6 url(none); color:#ffffff;}
.nav ul ul :hover > a {background: #e6e6e6 url(none); color:#ffffff;}
.nav ul ul a.current:hover {background: #e6e6e6 url(none); color:#ffffff;}
.nav ul ul :hover > a.current {background: #e6e6e6 url(none); color:#ffffff;}

/* yet another hack for IE5.5 */
* html .nav ul ul a, * html .nav ul ul a:visited {width:150px;width:128px;}

/* style the top level hover */
.nav a:hover {color:#fffa1c; background:#012839 url(images/rollover.gif) no-repeat center bottom;}
.nav :hover > a {color:#fffa1c; background:#012839 url(images/rollover.gif) no-repeat center top;}

/* make the second level visible when hover on first level list OR link */
.nav ul li:hover ul,
.nav ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.nav ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.nav ul :hover ul :hover ul{ visibility:visible;}
