/* Begin CSS Drop Down Menu */

#menuh-container
	{
	clear: both;
	position: relative;	
	z-index: 1000;	/* moves menu container to top of other IE elements */
	text-align: center;
	}

#menuh
	{
	clear: both;
	position: relative;
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:99%;
	float: left;
	margin-right: 0pt;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;	
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #000000;
	background-color: #AEA88F; /* background color of individual buttons */
	text-decoration:none;
	border: 2px outset #956E49;
	display: block;
	padding: 2px 2px 2px 2px;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #5C723E;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(../images/navdown_white.gif); 
	background-position: right center;
	background-repeat: no-repeat; 
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(../images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:12em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}
	
#menuh #home
	{
	width:4em;
	}	

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	padding-top: 0px;
	padding-bottom: 0px;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:999;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:500;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;
}

/* End CSS Drop Down Menu */

/* Begin CSS Left Side Menu */
#menuv
	{
	clear: left;
	position: relative;
	font-size: .8em;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	width: auto;
	float: left;
	margin-right: 0pt;
	margin-left: 0pt;
	margin-top: 0pt;
	/*margin-bottom: 5px;*/ 
	/*padding-left: 10px;*/ 
	}
		
#menuv a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	}
	
#menuv a:link, #menuv a:visited, #menuv a:active	/* menu at rest */
	{
	color: #000000;
	background-color: #AEA88F; /* background color of individual buttons */
	text-decoration:none;
	border: 2px outset #956E49;
	border: 2px outset #f7f3d2;
	display: block;
	padding: 3px 0px 3px 0px;
	font-weight: bold;
	}
	
#menuv a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #5C723E;
	text-decoration:none;
	font-weight: bold;  
	}	

#menuv ul {
	list-style:none;
	margin:0;
	padding:0 0 0 6px; /*adjusts the menu button positions*/
	width:9em; /*width of the menu buttons*/
	}
	
#menuv li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	padding-bottom: 1pt;
	}
#menuv li a
	{
	width:auto;
	}
	
	/*End CSS Left Side Menu */
	/*Begin CSS Right Side Menu */
#menur
	{
	clear: right;
	position: relative;
	font-size: .8em;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	margin-right: 0pt;
	margin-left: 0pt;
	margin-top: 0pt;
	/*margin-bottom: 5px;*/ 
	/*padding-left: 10px;*/ 
	text-align: center;
	}
#menur a
	{
	text-align: center;
	display:block;
	border: none;
	white-space:nowrap;
	margin:0;
	}
	
#menur ul {
	list-style:none;
	margin:0;
	padding:0 0 0 0; /*adjusts the menu button positions*/
	
	width:100%; /*width of the images*/
	}
	
#menur li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: middle;		/* Sophie Dennis contribution for IE7 */
	padding-bottom: 1pt;
	overflow: visible;
	margin-bottom: 1em;
	}
#menur li a
	{
	color: #369;
	white-space: normal;
	font-size: .8em;
	margin-bottom: .1em; 
	padding-right: 0pt;
	background: none;
	}
#menur li a:hover img {
	background: #fff;
	/*border: 1px dotted #000000;*/
	}	
#menur li a:hover {
	text-decoration: underline;	
	border: 1px dotted #036;
	}
#menur img {
	border: 0;
	width: 5em;
	}

#menur p {
	font-size: .8em;
	white-space: normal;
	overflow: visible;
	}