/* ================================================================ 
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/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.vertmenu {width:770px; height:32px; color:#fff; text-align:center; font-size:11px; position:relative; z-index:100; margin:5px 0px 0px 0px; }
/* hack to correct IE5.5 faulty box model */
* html .vertmenu {width:770px; w\idth:770px;}
/* remove all the bullets, borders and padding from the default list styling */
.vertmenu ul {padding:0; margin:0; list-style-type:none;}
.vertmenu ul ul {width:200px;}
.vertmenu ul ul ul {width:200px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.vertmenu li {float:left; width:107px; position:relative;}
/* style the links for the top level */
.vertmenu a, .vertmenu a:visited {display:block; font-size:11px; text-decoration:none; padding:6px 0px 6px 0px; color:#fff; width:107px;  border:1px solid #b28e2e; background:#000; line-height:18px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .vertmenu a, * html .vertmenu a:visited {width:107px; w\idth:106px; font-size:11px;}

/* style the second level background */
.vertmenu ul ul a.drop, .vertmenu ul ul a.drop:visited { background-color:#000; color:#fff;  text-decoration:none; font-size:11px;}
/* style the second level hover */
.vertmenu ul ul a.drop:hover{ background-color:#b28e2e;  color:#fff;  text-decoration:none; font-size:11px;}
.vertmenu ul ul :hover > a.drop { background-color:#b28e2e;  color:#fff;  text-decoration:none; font-size:11px;}
/* style the third level background */
.vertmenu ul ul ul a, .vertmenu ul ul ul a:visited {background:#000; color:#fff;  text-decoration:none; font-size:11px;}
/* style the third level hover */
.vertmenu ul ul ul a:hover {background:#b28e2e; color:#fff;  text-decoration:none; font-size:11px;}
/* style the fourth level background */
.vertmenu ul ul ul ul a, .vertmenu ul ul ul ul a:visited {background:#000; color:#fff;  text-decoration:none; font-size:11px;}
/* style the fourth level hover */
.vertmenu ul ul ul ul a:hover {background:#b28e2e; color:#fff;  text-decoration:none; font-size:11px;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.vertmenu ul ul.first {visibility:hidden; position:absolute; height:0; top:-278px; left:0; width:205px; }
.vertmenu ul ul.second {visibility:hidden; position:absolute; height:0; top:-203px; left:0; width:205px; }
.vertmenu ul ul.third {visibility:hidden; position:absolute; height:0; top:-87px; left:0; width:205px; }
.vertmenu ul ul.fourth {visibility:hidden; position:absolute; height:0; top:-173px; left:0; width:205px; }
.vertmenu ul ul.fifth {visibility:hidden; position:absolute; height:0; top:-230px; left:0; width:205px; }
.vertmenu ul ul.sixth {visibility:hidden; position:absolute; height:0; top:-162px; left:0; width:205px; }
.vertmenu ul ul.seventh {visibility:hidden; position:absolute; height:0; top:-87px; left:0; width:205px; }

.vertmenu ul ul ul {visibility:hidden; position:absolute; height:0; top:-31px; left:0; width:205px; }
.vertmenu ul ul ul.oneone {visibility:hidden; position:absolute; height:0; top:-58px; left:200; width:205px; }
.vertmenu ul ul ul.onetwo {visibility:hidden; position:absolute; height:0; top:-175px; left:200; width:205px; }
.vertmenu ul ul ul.twotwo {visibility:hidden; position:absolute; height:0; top:-115px; left:200; width:205px; }
.vertmenu ul ul ul.fourone {visibility:hidden; position:absolute; height:0; top:-104px; left:200; width:205px; }
.vertmenu ul ul ul ul{visibility:hidden; position:absolute; height:0; top:-31px; left:0; width:205px; }
/* another hack for IE5.5 */
* html .vertmenu ul ul {top:-30px; t\op:31px;}
* html .vertmenu ul ul ul {top:-30px; t\op:0px;}
* html .vertmenu ul ul ul ul{top:-30px; t\op:0px;}

/* position the third level flyout menu */
.vertmenu ul ul ul{left:227px; top:-1px; width:205px;}
/* position the fourth level flyout menu */
.vertmenu ul ul ul ul{left:227px; top:-1px; width:205px;}

/* position the second level flyout menu for a left flyout */
.vertmenu ul ul.left {left:-118px;}
/* position the third level flyout menu for a left flyout */
.vertmenu ul ul ul.left {left:-118px;}
/* position the fourth level flyout menu for a left flyout */
.vertmenu ul ul ul ul.left {left:-118px;}


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

/* style the second level links */
.vertmenu ul ul a, .vertmenu ul ul a:visited {background:#000; color:#fff; height:auto; line-height:17px; padding:5px 10px; width:205px;  text-decoration:none; font-size:11px;}
/* yet another hack for IE5.5 */
* html .vertmenu ul ul a, * html .vertmenu ul ul a:visited {width:205px; w\idth:205px;  text-decoration:none; font-size:11px;}

/* style the top level hover */
.vertmenu a:hover{color:#fff; background:#b28e2e;  text-decoration:none; font-size:11px;}
.vertmenu ul ul a:hover{color:#fff; background:#b28e2e; text-decoration:none; font-size:11px;}
.vertmenu :hover > a {color:#fff; background:#b28e2e; text-decoration:none; font-size:11px;} 
.vertmenu ul ul :hover > a {color:#fff; background:#b28e2e; text-decoration:none; font-size:11px;}

/* make the second level visible when hover on first level list OR link */
.vertmenu ul li:hover ul,
.vertmenu ul a:hover ul{visibility:visible;  text-decoration:none; font-size:11px;}
/* keep the third level hidden when you hover on first level list OR link */
.vertmenu ul :hover ul ul{visibility:hidden; text-decoration:none; font-size:11px;}
/* make the third level visible when you hover over second level list OR link */
.vertmenu ul :hover ul :hover ul{ visibility:visible; text-decoration:none; font-size:11px;}

/* keep the fourth level hidden when you hover on first level list OR link */
.vertmenu ul :hover ul :hover ul ul{visibility:hidden; text-decoration:none; font-size:11px;}
/* make the fourth level visible when you hover over second level list OR link */
.vertmenu ul :hover ul :hover ul :hover ul{ visibility:visible; text-decoration:none; font-size:11px;}
