#menuh-container
	{
	clear: left;
	float: right;
	position: relative;
	top: 75px;
	right: 50px;
	z-index:50;
	/*width:416px;*/
	/*width of menu ul times 4*/
	
	width:520px;
	/*width of menu ul times 5*/
	
	}

#menuh
	{
	font-size:11px;
	font-weight: bold;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	width:100%;
	float:none;
/*	margin:1em;*/
	}
		
#menuh a
	{
	height:1%;
	text-align: center;
	display: block;
	white-space: nowrap;
	margin: 0;
	padding:0;
	}
	
	
#menuh a, #menuh a:visited	/* menu at rest -white state*/
	{
	color:#3671b6;
	background-color: #d7ecf1;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color:#FFFFFF;
	background-color:#75bdcc;
	}	
	
#menuh a.top_parent
	{
	background-color: transparent;
	height: 18px;
	color:#75bdcc;
	text-transform: uppercase;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#menuh a.top_parent:hover
	{
	color:#3671b6;
	}


/*#menuh a.parent
	{
	border-top: 1px solid #75bdcc;
	border-right: 1px solid #75bdcc;
	border-left: 1px solid #75bdcc;
	}

#menuh a.parent:hover 
{
background-image: url(http://www.visstun.com/images/nav_sprites/tabs_B_sidearrow.gif);
}*/

#menuh a.notparent /* attaches to all menu items without submenus */
	{
	font-size: 10px;
	margin: 0;
	margin-bottom: -1px;
	display:block;
	border-top: 0;
	border-right: 1px solid #75bdcc;
	border-left: 1px solid #75bdcc;
	padding-top: 4px;
	padding-bottom: 4px;
	/*border-bottom: 1px solid #d7ecf1;*/
}
	
#menuh a.notparent:hover 	
{
	/*background-image: url(http://www.visstun.com/images/nav_sprites/tabs_B.gif);*/
}


#menuh a.list_bottom
	{
	font-size: 10px;
	display:block;
	padding-bottom:4px;
	padding-top: 4px;
	border-top: 0;
    border-right: 1px solid #75bdcc;
	border-left: 1px solid #75bdcc;
	border-bottom: 1px solid #75bdcc;
	margin:0;
	height:100%;

	}

#menuh a.list_bottom:hover  /* attaches down-arrow to all top-parents */
   {
/*	background-image: url(http://www.visstun.com/images/nav_sprites/tabs_B.gif);*/
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:103px;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
	min-height: 1px; 	/* contribution for IE7, touching this will mess up firefox as well */
	vertical-align: bottom; /* contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	padding: 0;
	display:none;
	margin:-4px 0 0 0;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}



#menuh ul li{float:left; width: 100%;}
#menuh a{font:bold 1em/1.4em arial, sans-serif;}


/* End CSS Popout Menu */