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

/*MAIN NAVIAGATION BUTTONS*/

/* Home Rollover */ 
.home_rollover {
	display:block;
	width:146px;
	height:43px;
	background-image:url(../images/nav_home.png);
	background-repeat:no-repeat;
	text-indent:-9999px
	
}

a.home_rollover:link, a.home_rollover:visited, a.home_rollover:active {
	background-image:url(../images/nav_home.png);
	background-repeat:no-repeat
}

a.home_rollover:hover {
	background-position:-146px 0;
}

/*Home Static */
#homestatic {
display:block;
	width:146px;
	height:43px;
	background-image:url(../images/nav_home.png);
	background-repeat:no-repeat;
	background-position:-146px;
	text-indent:-9999px;
}

/* Events Rollover */ 
.events_rollover {
	display:block;
	width:146px;
	height:43px;
	background-image:url(../images/nav_events.png);
	background-repeat:no-repeat;
	text-indent:-9999px
	}

a.events_rollover:link, a.events_rollover:visited, a.events_rollover:active {
	background-image:url(../images/nav_events.png);
	background-repeat:no-repeat
}

a.events_rollover:hover {
	background-position:-146px 0;
}

/*Events Static */
#eventsstatic {
display:block;
	width:146px;
	height:43px;
	background-image:url(../images/nav_events.png);
	background-repeat:no-repeat;
	background-position:-146px;
	text-indent:-9999px;
}

/* Exhibitors Rollover */ 
.exhibitors_rollover {
	display:block;
	width:146px;
	height:43px;
	background-image:url(../images/nav_exhibitors.png);
	background-repeat:no-repeat;
	text-indent:-9999px
	
}

a.exhibitors_rollover:link, a.exhibitors_rollover:visited, a.exhibitors_rollover:active {
	background-image:url(../images/nav_exhibitors.png);
	background-repeat:no-repeat
}

a.exhibitors_rollover:hover {
background-position:-146px 0;
}

/*Exhibitors Static */
#exhibitorsstatic {
display:block;
	width:146px;
	height:43px;
	background-image:url(../images/nav_exhibitors.png);
	background-repeat:no-repeat;
	background-position:-146px;
	text-indent:-9999px;
}

/* About Us Rollover */ 
.about_rollover {
	display:block;
	width:146px;
	height:43px;
	background-image:url(../images/nav_about.png);
	background-repeat:no-repeat;
	text-indent:-9999px
	
}

a.about_rollover:link, a.about_rollover:visited, a.about_rollover:active {
	background-image:url(../images/nav_about.png);
	background-repeat:no-repeat
}

a.about_rollover:hover {
	background-position:-146px 0;
}

/*About Us Static */
#aboutstatic {
	display:block;
	width:146px;
	height:43px;
	background-image:url(../images/nav_about.png);
	background-repeat:no-repeat;
	background-position:-146px;
	text-indent:-9999px;
}

/* Contact Us Rollover */ 
.contact_rollover {
	display:block;
	width:146px;
	height:43px;
	background-image:url(../images/nav_contact.png);
	background-repeat:no-repeat;
	text-indent:-9999px
	
}

a.contact_rollover:link, a.contact_rollover:visited, a.contact_rollover:active {
	background-image:url(../images/nav_contact.png);
	background-repeat:no-repeat
}

a.contact_rollover:hover {
	background-position:-146px 0;
}

/*Contact Us Static */
#contactstatic {
	display:block;
	width:146px;
	height:43px;
	background-image:url(../images/nav_contact.png);
	background-repeat:no-repeat;
	background-position:-146px;
	text-indent:-9999px;
}

/*EVENTS NAVIGATION */

#events-navigation {
	background-image:url(../images/bg_events_navigation.jpg);
	background-repeat:repeat-x;
}

#events-navigation a {
text-decoration:none;
}

#events-navigation ul {
padding:0px;
margin:0px;
}

#events-navigation ul li {
	list-style:none;
	padding:0 25px 0 25px;
	margin:0px;	
	display:inline;
}
	
#events-navigation ul li a {
	color:#d5a629;
		
}

#events-navigation li.static {
	color:#000000;
	text-decoration:none;
	
}

#events-navigation li a:hover {
	color:#531314;
	text-decoration:none;
}

/*QUICKLINKS ON EVENTS PAGE */

.exhibitors-links ul {
	margin:0px;
	padding:0px;
	line-height:20px;
	list-style:circle;
	font-size:12px;
}

.exhibitors-links2 ul {
	margin-left:5px;
	padding-left:9px;
	line-height:20px;
	list-style:circle;
}




