/* ================================================================ 
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-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* 
light orange: ffcc66
dark  orange: ff9933
*/

/*width:745px; */
.menu {height:35px;/*width:785px;*/ position:relative; z-index:20; font-family:Arial, Helvetica, sans-serif;font-weight:normal;font-style:normal;}
/* hack to correct IE5.5 faulty box model */
* html .menu {/*width:785px; w\idth:785px;*/}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:154px;}
/* 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:154px;*/position:relative;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {/*width:154px; w\idth:154px;*/}

/* 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:35px;left:0; /*width:180px;*/}
/* another hack for IE5.5 */
* html .menu ul ul {top:35px;t\op:36px;}

/* position the third level flyout menu */
.menu ul ul ul{left:179px; top:-1px; width:181px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the links for the top level */
.menu ul a, .menu ul a:visited {/*background:#A8281E;*/ color: #FFF; text-align:right; display:block; font-size:14px; text-decoration:none; /*width:154px;*/ height:35px; /*border:1px solid #FFF;*/ line-height:35px; font-weight:bold; cursor:pointer}

/* style the second level links d4d8bd*/
.menu ul ul a, .menu ul ul a:visited {background:#FFF; color:#000; font-size:14px; text-align:left; height:auto; line-height:1em; padding:5px 10px; width:158px;border-style:solid; border-color:#ccc;border-width:0 1px 1px 1px; font-weight:normal;}
.menu ul ul {border-top:1px solid #ccc; width:180px;}

/* style the third level links ececec*/
.menu ul ul ul a, .menu ul ul ul a:visited {background:#FFF; color:#000; font-size:14px; text-align:left; height:auto; line-height:1em; padding:5px 10px; width:159px;border-style:solid; border-width:0 1px 1px 1px; font-weight:normal;}
.menu ul ul ul {border-top:1px solid #ccc}

/* style the fourth level links F3F4EF*/
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#FFF; color:#000; font-size:14px; text-align:left; height:auto; line-height:1em; padding:5px 10px; width:136px;border-style:solid; /*border-width:0 1px 0 1px;*/ font-weight:normal;}

/* style the top level hover */
.menu ul :hover > a{/*background:#A8281E;*/color:#000}

/* style the second level hover */
.menu ul ul :hover > a{background:#F3F4EF;color:#000}

/* style the third level hover */
.menu ul ul ul :hover > a{background:#F3F4EF;color:#000}

/* style the fourth level hover d4d8bd*/
.menu ul ul ul ul :hover > a{background:#F3F4EF}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:157px;w\idth:120px;}

/* 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;}

/* keep the fourth level hidden when you hover on first level list OR link */
.menu ul :hover 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;}

/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul :hover ul{visibility:hidden;}

/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul{ visibility:visible;}

#selected {/*color:#FFF; background:#A8281E;*/ color:#000;}

