/* ================================================================ 
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/menuz1s/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.
=================================================================== */

.menuz1 {width:600px; position:relative; z-index:100;border-right:0px solid #000; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menuz1 {width:600px; w\idth:601px;}
/* remove all the bullets, borders and padding from the default list styling */
.menuz1 ul {padding:0;margin:0;list-style-type:none;}
.menuz1 ul ul {width:99px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menuz1 positon */
.menuz1 li {float:left;width:99px;position:relative;}
/* style the links for the top level */
.menuz1 a, .menuz1 a:visited {display:block;font-size:12px;text-decoration:none; border:1px solid #000; border-width:0px 0 1px 1px; padding-left:10px; width:99px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menuz1 a, * html .menuz1 a:visited {width:99px; w\idth:88px;}


/* style the second level background */
.menuz1 ul ul a.drop, .menuz1 ul ul a.drop:visited {background:#cccccc;width:99px;}
/* style the second level hover */
.menuz1 ul ul a.drop:hover{background:#cccccc;}
.menuz1 ul ul :hover > a.drop {background:#cccccc;}
/* style the third level background */
.menuz1 ul ul ul a, .menuz1 ul ul ul a:visited {background:#cccccc;}
/* style the third level hover */
.menuz1 ul ul ul a:hover {background:#cccccc;}


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

/* position the third level flyout menuz1 */
.menuz1 ul ul ul{left:99px; top:-1px; width:99px;}

/* position the third level flyout menuz1 for a left flyout */
.menuz1 ul ul ul.left {left:-99px;}

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

/* style the second level links */
.menuz1 ul ul a, .menuz1 ul ul a:visited {background:#cccccc; color:#000; height:auto; line-height:1em; padding:5px 10px; width:78px; border-width:0px 0px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menuz1 ul ul a, * html .menuz1 ul ul a:visited {width:100px;w\idth:78px;}

/* style the top level hover */
.menuz1 a:hover, .menuz1 ul ul a:hover{color:#000; background:#cccccc;}
.menuz1 :hover > a, .menuz1 ul ul :hover > a {color:#000; background:#cccccc;}

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