/* CSS Popout menuv */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:27px; width:189px}
* html #menuv ul li a{height:27px; width:189px}
/* End */

#menuv		/* position, size, and font of  menu */
	{	
	position:absolute;	
	
	z-index: 10;
	height: 22px;
	width: 172px;					/* [1] width of menu item (i.e., box) */
	text-align: left;
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #f6f6f6; text-decoration: none;
	}

#menuv a
	{
	height: 22px;
width: 172px;
overflow: hidden;
	display:block;						
	padding-left:16px; padding-top:5px; margin-left:1px; margin-right:1px;
	white-space:nowrap;
	background: url(/gfx/ballmenu_green_btn_bg.jpg) top left repeat-x;
	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color: #f6f6f6;
	text-decoration:none;				/* removes underlines from links */
	background: url(/gfx/ballmenu_green_btn_bg.jpg) top left repeat-x;
	}

#menuv a.parent,  	/* attaches parent-arrow on all parents */
	{
	height: 22px;
	color: #f6f6f6;
	text-decoration:none;				/* removes underlines from links */
	background: url(/gfx/ballmenu_green_btn_bg.jpg) top left repeat-x;
	}
	
#menuv a.parent:hover
	{background:url(/gfx/ballmenu_green_btn_bg.jpg) bottom left;}

#menuv a:hover				/* all menus on mouse-over */
	{
	color: #f6f6f6;
	background:url(/gfx/ballmenu_green_btn_bg.jpg) bottom left;
	}
		
#menuv li
	{
	list-style-type:none;		/* removes bullets */
	}
	
#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 189px;				/* 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: 189px;			/* 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;
	}
	
/* CSS Popout menuv */

/* Fix IE. Hide from IE Mac \*/
* html #menuv_grey ul li{float:left;height:27px; width:189px}
* html #menuv_grey ul li a{height:27px; width:189px}
/* End */

#menuv_grey		/* position, size, and font of  menu */
	{	
	position:absolute;	
	
	z-index: 10;
	height: 22px;
	width: 172px;					/* [1] width of menu item (i.e., box) */
	text-align: left;
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #282828; text-decoration: none;
	}

#menuv_grey a
	{
	height: 22px;
width: 172px;
overflow: hidden;
	display:block;						
	padding-left:16px; padding-top:5px; margin-left:1px; margin-right:1px;
	white-space:nowrap;
	background: url(/gfx/ballmenu_grey_btn_bg.gif) top left repeat-x;
	}

#menuv_grey a, #menuv_grey a:visited				/* all menus at rest */
	{
	color: #282828;
	text-decoration:none;				/* removes underlines from links */
	background: url(/gfx/ballmenu_grey_btn_bg.gif) top left repeat-x;
	}

#menuv_grey a.parent,  	/* attaches parent-arrow on all parents */
	{
	height: 22px;
	color: #282828;
	text-decoration:none;				/* removes underlines from links */
	background: url(/gfx/ballmenu_grey_btn_bg.gif) top left repeat-x;
	}
	
#menuv_grey a.parent:hover
	{background:url(/gfx/ballmenu_grey_btn_bg.gif) bottom left;}

#menuv_grey a:hover				/* all menus on mouse-over */
	{
	color: #282828;
	background:url(/gfx/ballmenu_grey_btn_bg.gif) bottom left;
	}
		
#menuv_grey li
	{
	list-style-type:none;		/* removes bullets */
	}
	
#menuv_grey ul li
	{
	position:relative;
	}

#menuv_grey li ul
	{
	position: absolute;
	top: 0;
	left: 189px;				/* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div#menuv_grey ul, #menuv_grey ul ul, div#menuv_grey ul ul ul
	{
	margin:0;				/* keeps the menu parts together */
	padding:0;
	width: 189px;			/* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menuv_grey ul ul, div#menuv_grey ul ul ul, div#menuv_grey ul li:hover ul ul, div#menuv_grey ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv_grey ul li:hover ul, div#menuv_grey ul ul li:hover ul, div#menuv_grey ul ul ul li:hover ul
	{
	display: block;
	}
	
