/* 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 */

.menuback1{
	background-image:url(../images/advent_menu_2010.jpg);
	width:172px;
	height:30px;
	z-index:900;
	background-position: right top;
}

.menuback1over{
	background-image:url(../images/advent_menu_2010_over.jpg);
	width:172px;
	height:30px;
	z-index:900;
	background-position: right top;
}
.menuback2{
	background-image:url(../images/advent_menu_2010.jpg);
	width:172px;
	height:31px;
	z-index:900;
	background-position: right 186px;
}
.menuback2over{
	background-image:url(../images/advent_menu_2010_over.jpg);
	width:172px;
	height:31px;
	z-index:900;
	background-position: right 186px;
}
.menuback3{
	background-image:url(../images/advent_menu_2010.jpg);
	width:172px;
	height:31px;
	z-index:900;
	background-position: right 30px;
}
.menuback3over{
	background-image:url(../images/advent_menu_2010_over.jpg);
	width:172px;
	height:31px;
	z-index:900;
	background-position: right 30px;
}
.menuback4{
	background-image:url(../images/advent_menu_2010.jpg);
	width:172px;
	height:31px;
	z-index:900;
	background-position: right 62px;
}
.menuback4over{
	background-image:url(../images/advent_menu_2010_over.jpg);
	width:172px;
	height:31px;
	z-index:900;
	background-position: right 62px;
}
.menuback5{
	background-image:url(../images/advent_menu_2010.jpg);
	width:172px;
	height:31px;
	z-index:900;
	background-position: right 93px;
}
.menuback5over{
	background-image:url(../images/advent_menu_2010_over.jpg);
	width:172px;
	height:31px;
	z-index:900;
	background-position: right 93px;
}
.menuback6{
	background-image:url(../images/advent_menu_2010.jpg);
	width:172px;
	height:31px;
	z-index:900;
	background-position: right 124px;
}
.menuback6over{
	background-image:url(../images/advent_menu_2010_over.jpg);
	width:172px;
	height:31px;
	z-index:900;
	background-position: right 124px;
}
.menuback7{
	background-image:url(../images/advent_menu_2010.jpg);
	width:172px;
	height:31px;
	z-index:900;
	background-position: right 155px;
}
.menuback7over{
	background-image:url(../images/advent_menu_2010_over.jpg);
	width:172px;
	height:31px;
	z-index:900;
	background-position: right 155px;
}
.menuback9{
	background-image:url(../images/advent_menu_2010.jpg);
	width:172px;
	height:31px;
	z-index:900;
	background-position: right 217px;
}
.menuback9over{
	background-image:url(../images/advent_menu_2010_over.jpg);
	width:172px;
	height:31px;
	z-index:900;
	background-position: right 217px;
}
.menuback8{
	background-image:url(../images/advent_menu_2010.jpg);
	width:172px;
	height:30px;
	z-index:900;
	background-position: right 248px;
}
.menuback8over{
	background-image:url(../images/advent_menu_2010_over.jpg);
	width:172px;
	height:30px;
	z-index:900;
	background-position: right 248px;
}

.menu_spacing{
	position:relative;
	left:6px;
	top:8px 
}


#menuv		                                 /* position, size, and font of  menu */
	{	
	font-family: Arial, Helvetica, sans-serif;
	z-index: 11;
	width: 172px;						          /* [1] width of menu item (i.e., box) */
	text-align: left;
	}

#menuv a
	{
	width: 100%;
	display:block;						
	padding-top: 0.2em;						/* expands menu box vertically*/
	padding-bottom: 0.2em;
	white-space:nowrap;
	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color: white;

	text-decoration:none;				       /* removes underlines from links */
	}

#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
		
	
	background-position: right center;
	background-repeat: no-repeat;
	
	}

#menuv a:hover				             /* all menus on mouse-over */
	{
	/*color:#007AD3						//Disabled blue roll over color							*/
	}
	
#menuv li
	{
	list-style-type:none;		            /* removes bullets */
	}

#menuv ul li
	{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 172px;				                 /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div#menuv ul,  div#menuv ul ul ul
	{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 145px;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}
div#menuv ul ul{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	text-align:left;
	width: 300px;
}
/* div#menuv li li{
	top:2px;
	color: #414141;
	text-decoration:none;				      
	background-color: #FFFFFF;
	left:18px;
	width:240px;
	height:28px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #414141;
	} */
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;
	}
div#subMenuNew{
	position:relative;
	width:215px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	top:0px;
	height:31px;

}

div#subMenuNew a:hover	{
	padding:8px;
	height:14px;
	position:relative;
	/*color: #ffffff;*/
	color: #F58738;
	/*background-color: #3B77B5;*/
	text-decoration:none;				       /* removes underlines from links */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #414141;
	border-top-width: 1px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #414141;
	border-right-color: #414141;
}
div#subMenuNew a, #subMenuNew a:visited	{
	padding:8px;
	height:14px;
	position:relative;
	/*color: #414141;*/
	color: #ffffff;
	text-decoration:none;				       /* removes underlines from links */
	/*background-color: #FF0000;*/
	background-image:url(../images/advent_submenu_2010.jpg);
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #414141;
	border-top-width: 1px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #414141;
	border-right-color: #414141;
	/*
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #414141;
	*/
}
.menulink a{
color: white;
text-decoration: none;
}

.menulink a:hover{ /*hover background color*/
text-decoration: underline;
color: white;
}
.menulink a:visited{ /*hover background color*/

color: white;
}
	