#nav .menu ul ul {display:block; width:145px; border-right:1px solid #ccc; border-left:1px solid #ccc; border-bottom:1px solid #ccc; background:#fff; height:auto;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#nav .menu li {float:left;position:relative;}
/* style the second level background */
/* style the second level hover */
/* style the third level background */
/* style the third level hover */
/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav .menu ul ul {visibility:hidden;position:absolute;top:27px;left:5px; border:1px solid #ccc;}
/* another hack for IE5.5 */
* html #nav .menu ul ul {top:27px;t\op:28px;}
/* position the third level flyout menu */
/* position the third level flyout menu for a left flyout */
/* style the table so that it takes no ppart in the layout - required for IE to work */
#nav .menu table {position:absolute; top:0; left:0;}
/* style the second level links */
#nav .menu ul ul a, #nav .menu ul ul a:visited {color:#323f49; font-size:10px; text-transform:lowercase; height:auto; line-height:1.2em; padding:5px 6px; text-align:left;}

#nav .menu ul ul a:hover {color:#c41230;}
/* yet another hack for IE5.5 */
#nav .menu ul:hover li:hover a:hover ul {}
/* make the second level visible when hover on first level list OR link */
#nav .menu ul li:hover ul, #nav .menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#nav .menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#nav .menu ul :hover ul :hover ul{ visibility:visible;}

/* Emberwood Nav Styles */
#nav{padding:0;margin:0;list-style:none;height:27px;position:relative;z-index:200;font-family:arial,verdana,sans-serif;width:780px;text-align:left;}
#nav li {display:block;float:left;}
#nav li a{display:block;float:left;height:27px;width:135px;text-decoration:none;padding:0;cursor:pointer;text-indent:-9999px;}
#nav li ul li a {text-indent:0;}
#nav li a.menu_item_link_2{width:82px;background:url(../images/about.gif);}
#nav li a.menu_item_link_18{width:72px;background:url(../images/donate.gif);}
#nav li a.menu_item_link_9{width:125px;background:url(../images/news.gif);}
#nav li a.menu_item_link_23{width:93px;background:url(../images/resources.gif);}
#nav li a.menu_item_link_20{width:162px;background:url(../images/services.gif);}
#nav li a.current_page_link{background-position:0 189px;}
#nav ul li a.current_parent{background-position:0 189px;}
#nav li:hover a,#nav a:hover{background-position:0 189px;color:#fff;display:block;text-align:center;font-family:Arial,Helvetica;font-size:12px;}
#nav li:hover a li:hover{background-position:0 189px;}
#nav li:hover{position:relative;z-index:200;color:#fff;}
#nav a:hover{position:relative;white-space:normal;z-index:200;color:#fff;}