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

.menu1 {width:929px; height:34px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu1 {width:929px; w\idth:929px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu1 ul {padding:0;margin:0;list-style-type:none;}
.menu1 ul ul {width:199px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu1 li {float:left;position:relative;}
/* style the links for the top level */
.menu1 a, .menu1 a:visited {display:block;font-size:11px;text-decoration:none; color:#E9E9E9; height:34px; line-height:34px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu1 a, * html .menu1 a:visited {width:60px; w\idth:60px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu1 ul ul {visibility:hidden;position:absolute;height:0;top:34px;left:-2px; width:150px;}
/* another hack for IE5.5 */
* html .menu1 ul ul {top:34px;t\op:35px;}

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

/* style the second level links */
.menu1 ul ul a, .menu1 ul ul a:visited {color:#000; height:auto; line-height:1em; padding:5px 10px; width:180px;text-align:left;background: transparent url(/images/menu/menubg.png) no-repeat left top;}
/* yet another hack for IE5.5 */
* html .menu1 ul ul a, * html .menu1 ul ul a:visited {width:199px;w\idth:200px;}
.menu1 ul ul .menubot {width:199px;height:22px;background:transparent url(/images/menu/menubot.png) no-repeat left top;}

/* style the top level hover */
.menu1 a:hover, .menu1 ul ul a:hover{color:#93181d; }
.menu1 :hover > a, .menu1 ul ul :hover > a {color:#93181d;}

/* make the second level visible when hover on first level list OR link */
.menu1 ul li:hover ul, .menu1 ul a:hover ul{visibility:visible;}


