/* CSS Popout menuv */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:right;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

#menuv		                                 /* position, size, and font of  menu */
	{
	position:absolute;
	float: right;
	top: 155px;
	margin-left: 0px;
	z-index: 10;
	width: 125px;
	text-align: left;
	font-size: 11px;
	font-family: helvetica, arial, geneva, sans-serif;
	font-weight: bold;
	padding-left: 0px;
	text-indent: -5px;
	clear: both;
	}

#menuv a
	{
	width: 100%;
	display:block;						
	
	padding-top: 0.8em;						/* expands menu box vertically*/
	padding-bottom: 0.2em;
	border-bottom:0px solid #555;		/* adds bottom border */
	white-space:nowrap;
	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color: #223D1D;
	background-color: #d6dbbb;
	text-decoration:none;				       /* removes underlines from links */
	}

#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	
	background-position: right left;
	background-repeat: no-repeat;
	}

#menuv a:hover				             /* all menus on mouse-over */
	{
	color: white;
	background-color: #d6dbbb;
	}
	
#menuv li
	{
	list-style-type:none;		            /* removes bullets */

	}

#menuv ul li
	{
	position:relative;


	}

#menuv li ul
	{
	position: absolute;
	top: 0px;
	padding: 0px 0px 0px 0px;
		width: 143px;			                 /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
text-indent: 15px;

	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin:0px 0px 0px 0px;				               /* keeps the menu parts together */
	padding: 0px 0px 0px 0px;
	width: 143px;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	text-indent: 15px;

	}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
			list-style-position:outside;
	}
.bodyText {
	background-image: url(nav_white.gif);
	background-position: right left;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 175%;
	margin-right: 10px;
	margin-left: 50px;

}
