#menu {	
	  	position:absolute;
		float:left;
	    width: 932px;	
		height: 51px;
		left:22px;
		top:171px;
		background-image:url(images/menu/menu.gif);
		background-repeat:no-repeat;

}          

#home {	
	  	position:absolute;
	    width: 44px;	
		height: 20px;
		left:32px;
		top:18px;
		background-image:url(images/menu/home_w.gif);
		background-repeat:no-repeat;
		

} 




#divider1 {	
	  	position:absolute;
	    width: 11px;	
		height: 24px;
		left:77px;
		top:15px;
		background-image:url(images/menu/divider.gif);
		background-repeat:no-repeat;


} 


#coming_up {	
	  	position:absolute;
	    width: 84px;	
		height: 20px;
		left:89px;
		top:18px;
		background-image:url(images/menu/coming_up_w.gif);
		background-repeat:no-repeat;


} 

#divider2 {	
	  	position:absolute;
	    width: 11px;	
		height: 24px;
		left:175px;
		top:15px;
		background-image:url(images/menu/divider.gif);
		background-repeat:no-repeat;

} 


#education {	
	  	position:absolute;
	    width: 91px;	
		height: 20px;
		left:186px;
		top:18px;
		background-image:url(images/menu/education_w.gif);
		background-repeat:no-repeat;


} 


#divider3 {	
	  	position:absolute;
	    width: 11px;	
		height: 24px;
		left:278px;
		top:15px;
		background-image:url(images/menu/divider.gif);
		background-repeat:no-repeat;

} 

#news {	
	  	position:absolute;
	    width: 50px;	
		height: 20px;
		left:290px;
		top:18px;
		background-image:url(images/menu/news_w.gif);
		background-repeat:no-repeat;


} 

#divider4 {	
	  	position:absolute;
	    width: 11px;	
		height: 24px;
		left:341px;
		top:15px;
		background-image:url(images/menu/divider.gif);
		background-repeat:no-repeat;

} 


#about_us {	
	  	position:absolute;
	    width: 80px;	
		height: 20px;
		left:353px;
		top:18px;
		background-image:url(images/menu/about_us_w.gif);
		background-repeat:no-repeat;


} 


#divider5 {	
	  	position:absolute;
	    width: 11px;	
		height: 24px;
		left:435px;
		top:15px;
		background-image:url(images/menu/divider.gif);
		background-repeat:no-repeat;

} 


#partners {	
	  	position:absolute;
	    width: 87px;	
		height: 20px;
		left:448px;
		top:18px;
		background-image:url(images/menu/partners_w.gif);
		background-repeat:no-repeat;


} 

 

#divider6 {	
	  	position:absolute;
	    width: 11px;	
		height: 24px;
		left:535px;
		top:15px;
		background-image:url(images/menu/divider.gif);
		background-repeat:no-repeat;

}  

 

#past_events {	
	  	position:absolute;
	    width: 110px;	
		height: 20px;
		left:548px;
		top:17px;
		background-image:url(images/menu/past_events_w.gif);
		background-repeat:no-repeat;


} 

 
#divider7 {	
	  	position:absolute;
	    width: 11px;	
		height: 24px;
		left:660px;
		top:15px;
		background-image:url(images/menu/divider.gif);
		background-repeat:no-repeat;

} 
 

#contact {	
	  	position:absolute;
	    width: 75px;	
		height:  20px;
		left:673px;
		top:18px;
		background-image:url(images/menu/contact_w.gif);
		background-repeat:no-repeat;


} 






#live_events {	
	    width: 169px;	
		height: 33px;
		background-image:url(images/live_events_y.gif);
		display:block;
		margin-bottom:10px;
		background-repeat:no-repeat;

} 

 
#exhibitions {	
	    width: 162px;	
		height: 110px;
		background-image:url(images/exhibitions_y.gif);
		display:block;
		margin-bottom:10px;
		background-repeat:no-repeat;

} 


#workshops {	
	    width: 168px;	
		height: 35px;
		background-image:url(images/workshops.gif);
		display:block;
		margin-bottom:10px;
		background-repeat:no-repeat;

} 


#partners_lrg {	
	    width: 143px;	
		height: 32px;
		background-image:url(images/menu/partners_lrg_y.gif);
		display:block;
		margin-bottom:10px;
		background-repeat:no-repeat;

} 


#thanks {	
	    width: 111px;	
		height: 33px;
		background-image:url(images/menu/thanks_y.gif);
		display:block;
		margin-bottom:10px;
		background-repeat:no-repeat;

} 


#the_team {	
	    width: 136px;	
		height: 34px;
		background-image:url(images/menu/the_team_y.gif);
		display:block;
		margin-bottom:10px;
		background-repeat:no-repeat;

} 






.hidden {
display:none; 
}
 
 
#sub_menu a img{
filter: alpha(opacity=0);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
 -moz-opacity: 0.00; opacity:0.0;
 border:none;
}


#sub_menu a:hover img {
filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; opacity:1;
}
 
 

#menu a img{
filter: alpha(opacity=0);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
 -moz-opacity: 0.00; opacity:0.0;
 border:none;
}


#menu a:hover img {
filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; opacity:1;
}
 
