#navwrapper {
	height:100px;
	width: 100%;
}
#navleftend_interior {
	background-image: url(images/spi_navinterior_leftend.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 35px;
	float: right;
	margin-top: 9px;
}
/* Begin CSS Popout Menu */


#menuh-container  {
	background-image: url(images/spi_nav_bkg.png);
	background-repeat: repeat-x;
	height:80px;
	float:right;
	white-space:nowrap;
}

#menuh-container-interior  {
	background-image: url(images/spi_navinterior_bkg.png);
	background-repeat: repeat-x;
	height:100px;
	white-space:nowrap;
	float: right;
	margin-top: 9px;
}

#menuh  {
	padding-top: 44px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	display: block;
	width:110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom:5px;
	padding-top:5px;
}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	display: block;
	width: 110px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#E51837;
	text-transform: uppercase;
	text-decoration: none;
}
				
#menuh a.top_parent, #menu a.top_parent:visited  /* attaches down-arrow to all top-parents */
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	height: 25px;
	}
	
#menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#E51837;
	text-transform: uppercase;
	text-decoration: none;
	height: 25px;
	}

#menuh a.sub, #menu a.sub:visited  /* attaches down-arrow to all top-parents */
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	height: 25px;
	background-color: #000000;
	}
	
#menuh a.sub:hover  /* attaches down-arrow to all top-parents */
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#E51837;
	text-transform: uppercase;
	text-decoration: none;
	height: 25px;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:110px;
	}

#menuh li
	{
	float:right;
	text-align:center;
}

#menuh ul ul
	{
	position:absolute;
	z-index:1000;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:1000;
	}

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;
}

/* End CSS Popout Menu */
.submenu9ptwhitetext {
	font-size: 9px
}

