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

.menu {width:940px; margin:0 auto; height:22px; font-size:12px; position:relative; z-index:100; font-family:Verdana, Arial, Helvetica, sans-serif; background:url(../images/nav_bg.gif) repeat-x;}
/* hack to correct IE5.5 faulty box model 
* html .menu {width:746px; w\idth:745px;}*/
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding: 0 0 0 84px;margin:0;list-style-type:none;}
.menu ul li .first, .menu ul li .end { height:auto }
.menu ul ul {width:62px;}
.menu ul ul { padding:0px }

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:62px;position:relative; background:url(../images/menu_sep.gif) left center no-repeat;}
.menu li.left-item {float:left;width:62px;position:relative; background:none;}
.menu li.wide {float:left;width:106px;position:relative; background:url(../images/menu_sep.gif) left center no-repeat;}
.menu li.wide2 {float:left;width:98px;position:relative; background:url(../images/menu_sep.gif) left center no-repeat;}
.menu li.wide3 {float:left;width:120px;position:relative; background:url(../images/menu_sep.gif) left center no-repeat;}
.menu li.wide4 {float:left;width:78px;position:relative; background:url(../images/menu_sep.gif) left center no-repeat;}
.menu li.wide5 {float:left;width:52px;position:relative; background:url(../images/menu_sep.gif) left center no-repeat;}
.menu li.wide6 {float:left;width:80px;position:relative; background:url(../images/menu_sep.gif) left center no-repeat;}
.menu li.wide7 {float:left;width:66px;position:relative; background:url(../images/menu_sep.gif) left center no-repeat;}
.menu li.wide8 {float:left;width:128px;position:relative; background:url(../images/menu_sep.gif) left center no-repeat;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:100%; height:20px; text-align:center; line-height:20px;}
/* a hack so that IE5.5 faulty box model is corrected 
* html .menu a, * html .menu a:visited {width:99px; w\idth:88px;}*/

/* style the second level background */
.menu ul ul a.drop1, .menu ul ul a.drop1:visited {background:#772016 url(../images/arrow_o.gif) center right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop1:hover{background:#772016 url(../images/arrow_o.gif) center right no-repeat; color:#FFFFFF;}
.menu ul ul :hover > a.drop1 {background:#772016 url(../images/arrow_o.gif) center right no-repeat; color:#FFFFFF;}

/* style the second level background */
.menu ul ul a.drop2, .menu ul ul a.drop2:visited {background:#0D3B7A url(../images/arrow_o.gif) center right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop2:hover{background:#0D3B7A url(../images/arrow_o.gif) center right no-repeat; color:#FFFFFF;}
.menu ul ul :hover > a.drop2 {background:#0D3B7A url(../images/arrow_o.gif) center right no-repeat; color:#FFFFFF;}

/* style the second level background */
.menu ul ul a.drop3, .menu ul ul a.drop3:visited {background:#ef7308 url(../images/arrow_b.gif) center right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop3:hover{background:#FF9900 url(../images/arrow_b.gif) center right no-repeat; color:#FFFFFF; color:#333333;}
.menu ul ul :hover > a.drop3 {background:#FF9900 url(../images/arrow_b.gif) center right no-repeat; color:#FFFFFF; color:#333333;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8; text-align:left;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:20px;left:0; width:199px;border-top:1px solid #fff;}
.menu ul ul li{width:199px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:20px;t\op:20px;}

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

/* style the third level background */
.menu ul ul ul.level1 a, .menu ul ul ul.level1 a:visited {background:#772016;}
.menu ul ul ul.level1 a:hover {background:#FF9900;}

/* style the third level background */
.menu ul ul ul.level2 a, .menu ul ul ul.level2 a:visited {background:#0D3B7A;}
.menu ul ul ul.level2 a:hover {background:#FF9900;}

/* style the third level background */
.menu ul ul ul.level3 a, .menu ul ul ul.level3 a:visited {background:#ef7308;}
.menu ul ul ul.level3 a:hover {background:#FF9900;}

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

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

/* style the top level hover */
.menu a:hover{color:#000; background:none;}
.menu :hover > a {color:#000; background:none;}
.menu ul ul a:hover{color:#333333; background:#FF9900;}
.menu ul ul :hover > a {color:#333333; background:#FF9900;}

.menu ul ul a.orange{background-color:#ef7308; width:250px;}
.menu ul ul a:visited.orange{background-color:#ef7308; width:250px;}
.menu ul ul a:hover.orange{background-color:#FF9900; width:250px;}
.menu ul ul a.blue{background-color:#0D3B7A; width:250px;}
.menu ul ul a:visited.blue{background-color:#0D3B7A; width:250px;}
.menu ul ul a:hover.blue{background-color:#FF9900; width:250px;}
.menu ul ul a.red{background-color:#772016; width:250px;}
.menu ul ul a:visited.red{background-color:#772016; width:250px;}
.menu ul ul a:hover.red{background-color:#FF9900; width:250px;}

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