﻿/* CSS Popout menuv */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

#menuv		                                 /* position, size, and font of  menu */
	{
	top: 19em;
	left: 6em;
	z-index: 10;
	width: 13em; /* [1] width of menu item (i.e., box) */;
	text-align: left;
	font-size: 0.75em;
	font-family: helvetica, arial, geneva, sans-serif;
}
#menuv a
	{
	width: 100%;
	display: block;
	padding-top: 0.2em; /* expands menu box vertically*/;
	padding-bottom: 0.2em; /* adds bottom border */;
	white-space: normal;
	padding-left: 0.2em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #008000;
}
#menuv a:visited
	{
	color: #000000;
	background-color: #62BE52;
	text-decoration: none;
}

#menuv a
	{
	color: #000000;
	background-color: #62BE52;
	text-decoration: none;
}

#menuv a.parent:hover
	{
	background-image: url('Menus/nav_white.gif');
	background-position: right center;
	background-repeat: no-repeat;
}

#menuv a.parent
	{
	background-image: url('Menus/nav_white.gif');
	background-position: right center;
	background-repeat: no-repeat;
}

#menuv a:hover				             /* all menus on mouse-over */
	{
	color: #333333;
	background-color: #FFFF00;
}
	
#menuv li
	{
	list-style-type:none;		            /* removes bullets */
	}

#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 13em; /* distance from  left menu (this should be the same as width value in #menuv [1]) above */;
	display: none;
}

div#menuv ul ul ul
	{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 13em;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

#menuv ul ul
	{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 13em;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menuv ul
	{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 13em;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul ul
	{
	display: none;
	}

div#menuv ul ul ul
	{
	display: none;
	}

div#menuv ul ul
	{
	display: none;
	}

div#menuv ul ul ul li:hover ul
	{
	display: block;
	}

div#menuv ul ul li:hover ul
	{
	display: block;
	}

div#menuv ul li:hover ul
	{
	display: block;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #339933;
}
h4 {
	padding: 0px;
	margin: 0px;
}

