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

.dropmenu {width:350px; text-align:center; height:20px; position:relative; z-index:100; border-right:0px solid #000;}
/* hack to correct IE5.5 faulty box model */
* html .dropmenu {width:351px; w\idth:350px;}
/* remove all the bullets, borders and padding from the default list styling */
.dropmenu ul {padding:0; text-align:left; margin:0;list-style-type:none;}
.dropmenu ul ul {width:94px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown

menu positon */
.dropmenu li {float:right; width:94px; position:relative;}
/* style the links for the top level */
.dropmenu a, .dropmenu a:visited {display:block; font:11px arial, sans-serif; text-decoration:none; color:#000;
width:80px; height:15px; background:#fff; padding-left:12px; line-height:10px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .dropmenu a, * html .dropmenu a:visited {width:109px; w\idth:85px;}

/* style the second level background */
.dropmenu ul ul a.drop, .dropmenu ul ul a.drop:visited {background-color:#eee;}
/* style the second level hover */
.dropmenu ul ul a.drop:hover{background:#d7d7d7;}
.dropmenu ul ul :hover > a.drop {background:#eee;}
/* style the third level background */
.dropmenu ul ul ul a, .dropmenu ul ul ul a:visited {background:#777;}
/* style the third level hover */
.dropmenu ul ul ul a:hover {background:#eee;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.dropmenu ul ul {visibility:hidden;position:absolute; height:0; top:15px; left:-56px; width:150px;
border-top:0px solid #000;}
/* another hack for IE5.5 */
* html .dropmenu ul ul {top:16px;t\op:15px; left:-2px; l\eft:-2px;}

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

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

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

/* style the second level links */
.dropmenu ul ul a, .dropmenu ul ul a:visited {background:#777; text-align:left; color:#fff;
height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .dropmenu ul ul a, * html .dropmenu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.dropmenu a:hover, .dropmenu ul ul a:hover{color:#fff; background:#777;}
.dropmenu :hover > a, .dropmenu ul ul :hover > a {color:#fff;background:#d7d7d7;}

/* make the second level visible when hover on first level list OR link */
.dropmenu ul li:hover ul,
.dropmenu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.dropmenu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.dropmenu ul :hover ul :hover ul{ visibility:visible;}
#dropfirst {z-index: 200; margin-bottom:-5px;}
#dropsecond {z-index: 150; margin-bottom:-5px;}

