/* 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 */
	{	
	position:relative;	
	z-index: 10;
	width: 1.4em;						          /* [1] width of menu item (i.e., box) */
	text-align: left;
	font-size: 1em;
	font-family: helvetica, arial, geneva, sans-serif;
	}

#menuv a
	{
	width: 15.2em;
	display:block;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-bottom:1px solid #555;
	white-space:nowrap;
	padding-left: 1.8em;
	font-size: .85em;
	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color: #fff;
	background-color: #5a6487;
	text-decoration:none;
	font-size: .85em;
	background-image: url(/images/menu-up.jpg);
	}

#menuv a.parent 	/* attaches parent-arrow on all parents */
	{
	background-image: url(images/template/menu-arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 1.5em;
	}
#menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	background-image: url(images/template/menu-arrow-Hover.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 1.5em;
	background-color: #016B0C;
	text-decoration: none;
	}
#menuv a.solo, #menuv a.solo:hover 	/* attaches parent-arrow on all parents */
	{
	background-image: url(images/template/menu-solo.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 1.5em;
	text-decoration: none;
	}

#menuv a:hover				             /* all menus on mouse-over */
	{
	color: #fff;
	background-color: #8080FF;
	text-decoration: none;
	background-image: url(/images/menu-down.jpg);
	}
	
#menuv li
	{
	list-style-type:none;
	}

#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: -14.7em;				                 /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 13.5em;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

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;
	}
	
a:link, a:visited{
	text-decoration: none;
	color: #0033CC;
	font-weight: normal;
	margin-left: 0px;
	padding-left: 0px;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
.infoBox {
	border-left: 1px solid #B3AC62;
}
.infoBox td {
	background: #F2F0E3;
	padding-right: 5px;
	padding-left: 5px;
	border-top: 1px solid #B3AC62;
	border-right: 1px none #B3AC62;
	border-bottom: 1px solid #B3AC62;
	border-left: 1px none #B3AC62;
	font-size: 0.97em;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 0px;
}

