

 .HasChild
  {
  background:#FAFAFA url(../_sysImages/arrows.gif) right no-repeat!important;
  
 
  }
a.HasChild:hover{
 background:#DDDDDD url(../_sysImages/arrows.gif) right no-repeat!important;
  }

#menu .nav-menu {width:930px;  font-size:13px "Trebuchet MS";  margin:7px 0 0 0; z-index:100;  }
/* hack to correct IE5.5 faulty box model */
* html #menu .nav-menu {width:890px;}
/* remove all the bullets, borders and padding from the default list styling */
#menu .nav-menu ul {padding:0;margin:0;list-style-type:none;}
#menu .nav-menu ul ul {width:auto; border:1px solid #D3D3D2;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu .nav-menu  li {float:left; width:auto; position:relative;}
#menu .nav-menu li.has-margin{margin:0 15px 0 0;}


#menu .nav-menu ul li a {z-index:101;}
#menu .nav-menu ul ul li a {z-index:102;}

/* style the links for the top level */
#menu .nav-menu a, #menu .nav-menu a:visited {display:block;font:13px "Trebuchet MS";text-decoration:none; color:#6F8700!important; width:auto; text-align:center;  line-height:31px; border:1px solid #fff; padding:1px 2px;}


/* style the second level background */
#menu .nav-menu ul ul a.drop, #menu .nav-menu ul ul a.drop:visited {background:#FAFAFA; text-decoration:none;}
/* style the second level hover */
#menu .nav-menu ul ul a.drop:hover{background:#FAFAFA;  text-decoration:none!important;}
#menu .nav-menu ul ul :hover > a.drop {background:#FAFAFA; text-decoration:none;}
/* style the third level background */
#menu .nav-menu ul ul ul a, #menu .nav-menu ul ul ul a:visited {background:#FAFAFA; text-decoration:none;}
/* style the third level hover */
#menu .nav-menu ul ul ul a:hover {background:#DDDDDD; text-decoration:none;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu .nav-menu ul ul {visibility:hidden;position:absolute;height:0;top:35px;left:0; width:170px; border-top:1px solid #D3D3D2;   }
/* another hack for IE5.5 */
* html #menu .nav-menu ul ul {top:35px;top:35px;}

/* position the third level flyout menu */
#menu .nav-menu ul ul ul{left:171px; top:0px; width:170px; }

/* position the third level flyout menu for a left flyout */
#menu .nav-menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu .nav-menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
#menu .nav-menu ul ul a, #menu .nav-menu ul ul a:visited {color:#6F8700;  line-height:20px; width:165px;  text-align:left; background:#FAFAFA; padding:2px 2px; text-decoration:none; border-width:0px 1px 1px 1px; border-color:#D3D3D2!important;  }
#menu .nav-menu ul ul a:hover{background:#DDDDDD; color:#3D4A01!important; }
/* yet another hack for IE5.5 */
* html #menu .nav-menu ul ul a, * html #menu .nav-menu ul ul a:visited {width:165px;width:165px;}

/* style the top level hover */
#menu .nav-menu a:hover{color:#6F8700; border-color:#6F8700; background:#DDDDDD; }
#menu .nav-menu :hover > a{color:#6F8700; border-color:#6F8700; background:#DDDDDD; }

/* make the second level visible when hover on first level list OR link */
#menu .nav-menu ul li:hover ul,
#menu .nav-menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#menu .nav-menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#menu .nav-menu ul :hover ul :hover ul{ visibility:visible; }



