@charset "utf-8";
#menuv {
}
/*CSS Popout menuv */
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

.parent {
		}

#menuv
		{
	position:absolute;
	top:280px;
	left:20px;
	z-index:10;
	width: 8em;
	text-align: center;
	font-size: 1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
		}

#menuv a
		{
		width: 100%;
		display:block;
		padding-top: 0.2em;
		padding-bottom: 0.2em;
		border-bottom:1px solid #660033;
		white-space:nowrap;
		}
		
#menuv a, #menuv a:visited
		{
		color:#FFFFFF;
		background-color:#CC9999;
		text-decoration:none;
		}
		
/*#menuv a.parent, #menuv a.parent:hover 
		{
		background-image: url(nav_white.gif);
		background-position: right center;
		background-repeat: no-repeat;
		}*/
		
#menuv a:hover
		{
		color:#FFFFFF;
		background-color:#CCCC99;
		}
		
#menuv li
		{
		list-style-type:none;
		}
		
#menuv ul li
		{
		position:relative;
		}
		
#menuv li ul
		{
		position: absolute;
		top: 0;
		left: 8em;
		display: none;
		}
		
div#menuv ul, #menuv ul ul, div#menuv ul ul ul
		{
		margin: 0;
		padding: 0;
		width: 8em;
		}
		
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;
		}
