#splash{
	width:800px;
	background: #fff url(images/fair/splash.jpg) no-repeat;
	height:150px;
	margin:0 2px 0 0;
	display:block;
	padding:0;
	float:left;
}

#splash2 {
	width:550px;
	height: 150px;
	float: left;

}

#splash2 {
	width:200px;
	height: 150px;
	float: left;

}

#splash2 h3 {
	display: none;

}


#splash3 {
	width:500px;
	height: 150px;
	float: right;
	margin: 0px;
	padding: 0 0 0 0;
}


#tabnav {

	padding: 110px 0 0 40px; /* all browsers including Mac IE */
	font-size: 11px;
	_padding: 100px 0 0 40px; /*IE 6 and below */


}


#tabnav ul li {
	display: inline;
	padding-left: 32px;
	padding-right: 0px;


}



#tabnav li {
	padding-left: 5px;
	padding-right: 5px;

}

#tabnav a {
	color: #333;
	font-weight: bold;

}
#tabnav a:hover {
	color: #000;
	text-decoration: none;

}

table {width: 530px;}

td {padding-left: 5px;}
















/* common styling */
.menu {font-family: arial, sans-serif; width:196px; height:150px; position:relative; margin:0; font-size:10px; font-weight: none; margin:0px 0;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000; width:196px; height:20px; text-align:left; border:1px dotted #ccc; border-width:1px 1px 0 0; border-right: none; background:#f5f5f7; line-height:19px; font-size:12px; padding: 0px;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#e6e6e6;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:196px; width:105px;}
.menu ul li:hover ul li a.hide {background:#000; color:#fff;}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#e6e6e6; color:#000; width:150px;}
.menu ul li:hover ul li a:hover {background:#e6e6e6; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#e6e6e6; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#f5f5f7; color:#fff;}


