/* ----- Top Navigation ----- */
#nav {
	float: right;
	margin: 0;
	padding: 0;
	width: 425px;
	list-style: none; text-align:right;
	}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	}



#nav a {
	float: left;
	padding: 9px 0px 5px 12px;
	text-decoration: none;
	}

#t-home a {
	background-image: url(../images/home_icon.gif);
	background-repeat: no-repeat;
	}

#t-about a {
	background-image: url(../images/about_icon.gif);
	background-repeat: no-repeat;
	}

#t-press a {
	background-image: url(../images/press_icon.gif);
	background-repeat: no-repeat;
	}

#t-contact a {
	background-image: url(../images/contact_icon.gif);
	background-repeat: no-repeat;
	}
	
#t-login a {
	background-image: url(../images/mouse.gif);
	background-repeat: no-repeat;
	}
	
#t-events a {
	background-image: url(../images/sign_up_icon.gif);
	background-repeat: no-repeat;
	}

#t-industry a {
	background-image: url(../images/industry_logo.gif);
	background-repeat: no-repeat;
	}

#nav a:hover, #nav a.active {
	color: #000;
	}

/* ----- Bottom Navigation ----- */
#nav_bottom {
	float: right;
	margin: 0;
	padding: 0;
	width: 550px;
	list-style: none;
	}
	
#nav_bottom li {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav_bottom a {
	float: left;
	padding: 10px 0px 5px 0px;
	text-decoration: none;
	}
	
#nav_bottom span {
	float: left;
	padding: 10px 0px 5px 0px;
	text-decoration: none;
	color: #666;
	}	

#nav_bottom a:hover, #nav_bottom a.active {
	color: #000;
	}