#nav, #nav ul {
	float: left;
	width: 1000px;
	list-style: none;
	line-height: 1;	
	padding: 0;	
	margin: 0 0 1em 0;
}

#nav a {	
	display:block;
	color: #ffffff;
	text-decoration: none;
	padding: 3px 0;
	height: 28px;
}

#nav a:hover {

	color: #000000;

}


#nav li {
	float: left;
	padding: 0;
	width: 115px;
	height: 28px;
	
}

#nav li.sep {
	float: left;
	padding: 0;
	width: 28px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 12.4em;
	width: 11.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	background: #434343;
	z-index: 999;
}




/****************************************************************************************************************/
/*exhibitors*/
/****************************************************************************************************************/
#nav li ul.exhibitors {
	position: absolute;
	left: -999em;
	height: auto;
	
	width: 200px;
	font-weight: normal;	
	margin: 0;
	background: #434343;
	z-index: 999;
}

#nav li ul.exhibitors li {	
	width: 200px;
	
}

#nav li ul.exhibitors a {
	width: 200px;
	text-indent:10px;	
	color: #ffffff;
	text-decoration: none;
	padding: 0;
	height: 28px;	
}

#nav li ul.exhibitors a:hover {

	color: #000000;

}
/****************************************************************************************************************/
/****************************************************************************************************************/


/****************************************************************************************************************/
/*attendees*/
/****************************************************************************************************************/
#nav li ul.attendees {
	position: absolute;
	left: -999em;
	height: auto;
	
	width: 140px;
	font-weight: normal;	
	margin: 0;
	background: #434343;
	z-index: 999;
}

#nav li ul.attendees li {	
	width: 140px;
	padding: 0;
}

#nav li ul.attendees a {
	width: 140px;	
	
}
/****************************************************************************************************************/
/****************************************************************************************************************/


/****************************************************************************************************************/
/*media*/
/****************************************************************************************************************/
#nav li ul.media {
	position: absolute;
	left: -999em;
	height: auto;
	
	width: 165px;
	font-weight: normal;	
	margin: 0;
	background: #434343;
	z-index: 999;
}

#nav li ul.media li {	
	width: 165px;
	padding: 0;
}

#nav li ul.media a {
	width: 165px;	
	
}
/****************************************************************************************************************/
/****************************************************************************************************************/

/****************************************************************************************************************/
/*events*/
/****************************************************************************************************************/
#nav li ul.events {
	position: absolute;
	left: -999em;
	height: auto;
	
	width: 185px;
	font-weight: normal;	
	margin: 0;
	background: #434343;
	z-index: 999;
}

#nav li ul.events li {	
	width: 185px;
	padding: 0;
}

#nav li ul.events a {
	width: 185px;	
	
}
/****************************************************************************************************************/
/****************************************************************************************************************/

#nav li ul ul {
	margin: -1.75em 0 0 120px;
}

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

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

#nav li:hover, #nav li.sfhover {	
	background: transparent;
}

#nav li li:hover, #nav li li.sfhover {
	background: #f7f7f7;
	color:#000000;
}


#sub_navigation_2 {
	height:28px;
	background:#0a56a4;
	padding:8px 0 0 225px;
	overflow:hidden;
}

#sub_navigation_2 a {
	padding:0 15px 0 20px;
	font:15px "Century Gothic";
	color:#FFFFFF;
	text-decoration:none;
}

