@charset "UTF-8";
/* CSS Document */


#nav2 {
	margin-left:0;
	margin-right:0;
	margin-top:2px;
	margin-bottom:2px;
	height:30px;
	/*width:99%;*/
	width:530px;
	list-style:none; 
	background-color: #FFF;
	
}

#nav, #navBL, #nav ul {
	float:left; 
	width:auto;
	padding: 0;
	margin: 5px 0 1em 0;
	list-style: none;
	/*width:750px;*/
	text-indent: 0px;
	line-height: 1.2;

}
li:hover ul, li.sfhover ul { display: block }/*crucial for the menus to dissappear again in IE*/


	
#nav a {
	display : block;
	width:104px; 
	height: 16px;/*adds space under top row in IE adn FF*/
	padding: 4px 0 0 0;
	}

#nav li a {
	font-weight:normal;
	font-size : 10px;
	color:#fff;
	text-align:center;
	height: 16px; /*affects height of top row, is this added to 5px padding? */
	}
#nav li a:hover {
text-decoration:none;
color:#FF99FF;
}

#nav li{
	float:left; 
	width:104px;
	height:20px; /*affects all on IE, but only top on FF and Safari - change these in subtab*/
	}


#nav li ul { /* second-level lists */	
	position: absolute;
	width:104px;
	left: -999em;	
	font-size: 10px;
}


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

/* BLACK HIGHLIGHTS */

#navBL a {
	display : block;
	width:104px; 
	height: 16px;/*adds space under top row in IE adn FF*/
	padding: 4px 0 0 0;
	}

#navBL li a {
	font-weight:normal;
	font-size : 10px;
	color:#fff;
	text-align:center;
	height: 16px; /*affects height of top row, is this added to 5px padding? */
	}
#navBL li a:hover {
text-decoration:none;
color:#000000;
}

#navBL li{
	float:left; 
	width:104px;
	height:20px; /*affects all on IE, but only top on FF and Safari - change these in subtab*/
	}


#navBL li ul { /* second-level lists */	
	position: absolute;
	width:104px;
	left: -999em;	
	font-size: 10px;
}


 #navBL li:hover ul, #navBL li.sfhover ul {
	left: auto;
	
}
/* END BLACK HIGHLIGHTS */


#abouttab{
	background:url(../_btns/event-up.png) top left no-repeat; 
	margin:0 2px 0 0;
}

#programmetab{
	background:url(../_btns/event-up.png) top left no-repeat; 
	margin:0 2px 0 0;
}
#speakerstab{
	background:url(../_btns/event-up.png) top left no-repeat;
	margin:0 2px 0 0; 
}
#venuetab{
	background:url(../_btns/event-up.png) top left no-repeat; 
	margin:0 2px 0 0;
}

#abouttab-ei10{
	background:url(../_btns/event-up-ei10.png) top left no-repeat; 
	margin:0 2px 0 0;
}

#programmetab-ei10{
	background:url(../_btns/event-up-ei10.png) top left no-repeat; 
	margin:0 2px 0 0;
}
#speakerstab-ei10{
	background:url(../_btns/event-up-ei10.png) top left no-repeat;
	margin:0 2px 0 0; 
}
#venuetab-ei10{
	background:url(../_btns/event-up-ei10.png) top left no-repeat; 
	margin:0 2px 0 0;
}

#abouttab-ny10{
	background:url(../_btns/event-up-ny10.png) top left no-repeat; 
	margin:0 2px 0 0;
}

#programmetab-ny10{
	background:url(../_btns/event-up-ny10.png) top left no-repeat; 
	margin:0 2px 0 0;
}
#speakerstab-ny10{
	background:url(../_btns/event-up-ny10.png) top left no-repeat;
	margin:0 2px 0 0; 
}
#venuetab-ny10{
	background:url(../_btns/event-up-ny10.png) top left no-repeat; 
	margin:0 2px 0 0;
}




#abouttabGREY{
	background:url(../_btns/event-up-grey.png) top left no-repeat; 
	margin:0 2px 0 0;
}


#programmetabGREY{
	background:url(../_btns/event-up-grey.png) top left no-repeat; 
	margin:0 2px 0 0;
}
#speakerstabGREY{
	background:url(../_btns/event-up-grey.png) top left no-repeat;
	margin:0 2px 0 0; 
}
#venuetabGREY{
	background:url(../_btns/event-up-grey.png) top left no-repeat; 
	margin:0 2px 0 0;
}

.abouttab-n10{
	background:url(../_btns/event-up-n10.png) top left no-repeat; 
	margin:0 2px 0 0;

}

/* Hacks */
/*clearfix hack*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {
	display: block;
}

/* End hide from IE-mac */