/* CSS Document */

/* 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:static;
	top:9em;
	left:6em;
	z-index: 10;
	width: 150px;						          /* [1] width of menu item (i.e., box) */
	text-align: left;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	padding-top: 12px;
	padding-left: 15px;
	line-height: 1.5;
	}

#menuv a
	{
	width: 100%;
	display:block;
	padding-top: 0.4em;						/* expands menu box vertically*/
	padding-bottom: 0.4em;		/* adds bottom border */
	white-space:nowrap;
	padding-left: 10px;

	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color: #275984;
	text-decoration:none;
	}

#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	background-repeat: no-repeat;
	}
#menuv a.roy, #menuv a.roy:hover 	/* attaches parent-arrow on all parents */
	{
	background-repeat: no-repeat;
	}
	
#menuv a.rhoi, #menuv a.rhoi:hover 	/* attaches parent-arrow on all parents */
{
	width: 120px;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background-color: #b8d8ec;
	height: 10px;
	font-size: 10px;
	padding-bottom: 10px;
	font-family: Tahoma;
	font-weight: bold;
}
#menuv a.rhoi:hover			             /* all menus on mouse-over */
	{
	color: #6881a7;
	background-color: #FFFFFF;
	border-bottom:1px solid #d7d7d7;
	border-top:1px solid #d7d7d7;
	border-left:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	}
		
#menuv a.rhoi28, #menuv a.rho28i:hover 	/* attaches parent-arrow on all parents */
{
	background:#b8d8ec url(media/arrow-list.gif) no-repeat center right;
	width: 120px;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	height: 10px;
	font-size: 10px;
	padding-bottom: 10px;
	font-family: Tahoma;
	font-weight: bold;
}	

#menuv a.rhoi28:hover			             /* all menus on mouse-over */
	{
	color: #6881a7;
	background-color: #FFFFFF;
	border-bottom:1px solid #d7d7d7;
	border-top:1px solid #d7d7d7;
	border-left:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	}

#menuv a:hover				             /* all menus on mouse-over */
	{
	color: white;
	}


#menuv li
	{
	list-style-type:none;		            /* removes bullets */
	}

#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position: absolute;
	top: 5px;
	left: 155px;				                 /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}
	
	#menuv li ul li ul
	{
	position: absolute;
	top: 0px;
	left: 130px;				                 /* 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: 150px;
	}

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.boy:link {color: #0A89FF; text-decoration: none; padding-right: 10px;}
a.boy:visited {color: #0A89FF; text-decoration: none; padding-right: 10px;}
a.boy:hover {text-decoration: underline; padding-right: 10px;}