/* ================================================================ 
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
*/

.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;position:relative;} 

/* position the third level flyout menu */
 .menu ul ul ul{top:-1px; width:181px;} 

/* style the links for the top level */
/* .menu ul a, .menu ul a:visited { color: #FFF; text-align:right; display:block; font-size:14px; text-decoration:none; height:35px; 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 {width:103px;background: url('/images/bg-subMenu.png') top left repeat;}  */

/* 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; font-weight:normal;} */

/* style the top level hover */
/* .menu ul :hover > a{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} */

/* 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:#000;} */


