#nav, #nav ul {
	font-family: Arial, Verdana;
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 999; 
}

#nav a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	white-space: normal;
	padding: 5px 5px;
	background: #555555;
}

#nav li {
	float: left;
}

#nav li ul {
	width: 220px;
	position: absolute;
	left: -999em;
	background: #555;
}

#nav li:hover li  {
float: none;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul  {
	left: auto;
	background: #555;
}

#nav a:hover { background: #333;}


#nav li:hover ul{ 
display: block;  

}

#nav ul li {
	width: 220px;
}
#nav li:hover li, #nav li.sfhover li {
	float: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	
}
.title10white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}
div.eventProduct {
float:left;
width:138px;
}
span.warning { font-weight: bold; color: #f00;  }

/* Attempt ix annoying IE FONT bug */
table, caption, tbody, tfoot, thead, tr, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
