
/* 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: 125px;						/* [1] width of menu item (i.e., box) */
	text-align: center;
	font-size: 0.9em;
	width: 195px;
	font-family: helvetica, arial, geneva, sans-serif;
	}

#menuv a
	{
	width: 125px;
	display:block;						
	padding-top: 0.2em;						/* expands menu box vertically*/
	padding-bottom: 0.2em;
	white-space:nowrap;
	text-align: left;
	}

#menuv a, #menuv a:visited				/* all menus at rest */{
	color: #333;
	text-decoration:none;				/* removes underlines from links */
	}

#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	width: 145px; heigth: 40px; font-size: 14px; padding: 15px; text-align: center; 
	}

#menuv a:hover				/* all menus on mouse-over */
	{
	color:#666; text-decoration:underline
	}
		
#menuv li
	{
	list-style-type:none;		/* removes bullets */
	}
	
#menuv ul li
	{
	position:relative;
	text-align:center;
	}

#menuv li ul
	{
	position: absolute;
	top: 7px;
	left: 190px;;				/* 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: 50px;
	background-color:#FFF;   /* 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;
	}
	
img {border: none;}

.links_list  {
		width: 145px; heigth: 40px; font-size: 14px; padding: 5px; text-align:center; padding-left: 15px;

}

.parent {width: 145px; heigth: 40px; font-size: 14px; padding: 5px; text-align:center; padding-left: 15px;}
