<html><head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
/* ================================================================ 
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_drop5.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.
=================================================================== */
/*
  adapted for use with dropdown-menu.php menu generator by
  Ken True - Saratoga-Weather.org - 9-Aug-2007                      
                                                                    */
/* style the outer div to give it width */
.dropdownmenu 	{
			font-size: .9em;	
			line-height:1.1em;
			width:100%;
			margin-left:auto;
			margin-right:auto;
			padding-bottom:1px;
			}

/* remove all the bullets, borders and padding from the default list styling */
.dropdownmenu ul {
			list-style: none;
			display: block;
			margin: 0px 0px 0px 0px;
			padding: 0px;
			float: left;
			position:relative;

			width:100%;
			text-transform: uppercase;
			font-size: .9em;	
			line-height: 1.1em;
			background: #072A5A url(http://www.liberateus.org/wp-content/themes/WhiteHousePro3/images/nav-blue.png) repeat-x 0 0;
			clear:both;
			} 

/* style the sub-level lists */
.dropdownmenu ul ul {
			width: 220px;
			top:100%; 
			left: 100%; 
			}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.dropdownmenu ul li {
			float:left;
			height:3em; /* height of the menu bar */
			line-height:3em;
			}

/* style the sub level list items */
.dropdownmenu ul ul li {
			display:block;
			width:12em;
			height:auto; 
			line-height:1em; /* appears to be space beween dropdown items when there is a third level */
			}

/* style the links for the top level */
.dropdownmenu a, .dropdownmenu a:visited {
			display:block;
			float:left;
			height:100%;
			font-size:1em;
			text-decoration:none;
			color:#FFFFFF;
			background: transparent url(http://www.liberateus.org/wp-content/themes/WhiteHousePro3/images/headerbg.png) repeat-x bottom left;
			padding:0 1.1em 0 1.1em; /* space between menu items */
			}

/* style the sub level links */
.dropdownmenu ul ul a, .dropdownmenu ul ul a:visited {
			zoom: 1;
			top:100%;
			left: 0; 
			z-index: 200;
			display:block;
			float:none; 
			text-decoration:none;
			background:#ffffff; 
			border-right:1px solid #bdbdbd;
			border-left: 1px solid #bdbdbd;
			border-bottom: 1px solid #bdbdbd;
			color:#000000;
			width:150px; /* width of the second level dropdown */
			height:100%;
			line-height:2em; 
			padding:0.25em 1em;
			}

* html .dropdownmenu ul ul a, * html .dropdownmenu ul ul a:visited  {
			text-decoration:none;
			width:14em; 
			w\idth:12em;
			}

/* style the table so that it takes no part in the layout - required for IE to work */
.dropdownmenu table {position:absolute; left:1px; top:0; width:0; height:0; font-size:1em; z-index:-1;}


/* style the third level background */
.dropdownmenu ul ul ul a, .dropdownmenu ul ul ul a:visited {
			background:#b4be9c;
			}

/* style the fourth level background */
.dropdownmenu ul ul ul ul a, .dropdownmenu ul ul ul ul a:visited {
			background:#d4d8bd;
			}

/* style the sub level 1 background */
.dropdownmenu ul :hover a.sub1 {
			text-decoration:none;
			background:#d4d8bd;
			}

/* style the sub level 2 background */
.dropdownmenu ul ul :hover a.sub2 {
			background:#b4be9c;
			}

/* style the level hovers */
/* first */
* html .dropdownmenu a:hover {
			z-index:300;
			position:relative;
			font-weight: normal; 
			text-decoration:none;
			color: #000;
			border-bottom:none; 
			float: none; 
			}
.dropdownmenu li:hover {
			position:relative;
			top:0;
			}
.dropdownmenu :hover > a {
			text-decoration:none;
			color:#005299;
			background:#d4d8bd;
			}

/* second */
* html .dropdownmenu ul ul a:hover{
			color:#005299;
			background:#d4d8bd; 
			position:relative; 
			z-index:110;
			height:100%;
			line-height:2em; 
			padding:0.25em 1em;
			}
.dropdownmenu ul ul li:hover {
			position:relative;
			}
.dropdownmenu ul ul :hover > a {
			color:#005299;
			background:#b4be9c;
			}

/* third */
* html .dropdownmenu ul ul ul a:hover {
			background:#b4be9c; 
			position:relative; 
			z-index:120;
			}
.dropdownmenu ul ul ul :hover > a {
			color:#005299;
			background:#c4ceac;
			}

/* fourth */
.dropdownmenu ul ul ul ul a:hover {background:#b4be9c; position:relative; z-index:130;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.dropdownmenu ul ul {visibility:hidden;position:absolute;height:0;top:1.5em;left:0;width:14em;}

/* position the third level flyout menu */
.dropdownmenu ul ul ul{
			left:18.2em; /* this is the left margin for the third level flyout */
			width:14em;}


/* make the second level visible when hover on first level list OR link */
.dropdownmenu ul :hover ul{
			visibility:visible; 
			z-index:110;
			top:3.3em; /* this sets the top margin for the second level dropdown */
			height:auto; 
			padding-bottom:3em; 
  			background:transparent url(/images/trans.gif);
			}

/* keep the third level hidden when you hover on first level list OR link */
.dropdownmenu ul :hover ul ul{
			visibility:hidden;
			}

/* keep the fourth level hidden when you hover on second level list OR link */
.dropdownmenu ul :hover ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
.dropdownmenu ul :hover ul :hover ul{
			visibility:visible;
			top:-0.1em; /* this sets the top margin for the third level flyout */

			}

/* make the fourth level visible when you hover over third level list OR link */
.dropdownmenu ul :hover ul :hover ul :hover ul {visibility:visible;}

/* end of wx-menu.css */
</head><body></body></html>