body,td,th {
	font-family: Eurostile;
}

.Footer {
	font-size: 12px;
	color: #FFFFFF;
}

.ComingSoon {
	font-size: 30px;
	color: #FFFFFF;
}

.BodyText {
	font-size: 14px;
	color: #FFFFFF;
}

.BodyText_Y {
	font-size: 14px;
	color: #FFFF00;
}

.BodyText16 {
	font-size: 16px;
	color: #FFFFFF;
}

.Subtitle_Y {
	font-size: 16px;
	color: #FFFF00;
	font-weight: bold;	
}

.Subtitle {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;	
}

.Supertitle {
	font-size: 20px;
	color: #FFFF00;
	font-weight: bold;	
}

.SuperSilvertitle {
	font-size: 20px;
	color: #999999;
	font-weight: bold;	
}

.SuperBronzetitle {
	font-size: 20px;
	color: #996633;
	font-weight: bold;	
}

.Title {
	font-size: 30px;
	color: #FFFFFF;
}

#menuh-container
	{
	position: relative;
	height: 20px;
	width: 480px;
	font-family: Eurostile;
	top: -34px;
	left: 160px;
	}

#menuh
	{
	font-size: small;
	font-family: Eurostile;
	width:480px;
	float:none;
	margin-top: 0px;
	margin-left: 0px;
	height: 20px;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #FFFFFF;
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: #FFFFFF;
	
	font-weight: bold;
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	font-weight: none;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:80px;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	display:none;
	padding: 1em;
	margin-top: -1em;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: -1em;
	}

#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;}
