/* ------------------------------------------------------------
 * UL List Styles
 * Site: Title
 * Author: Andy Johnston
 * Created: 2009-10-06
 */

/* The holder div */
.nav_ul_horizontal {
	/*
	background		: #397bc4;
	*/
	font-size		: 1.4em;
}

/* Any locked view has lock icon */
.nav_ul_horizontal .locked a{
	background		: url(../../../images/project/nav/lock.gif) no-repeat bottom right; 
}


/* FIRST TIER ------------------------------------------------- */

/* List */ 
.nav_ul_horizontal ul {
	margin			: 0;
	padding			: 0;
	float			: left;
	list-style		: none;
}
/* List Item */ 
.nav_ul_horizontal ul li {	
	display			: inline;
	list-style		: none;	
	list-style-image: none;
	float			: left;
	width			: 278px;
	padding			: 20px;
	border			: 1px solid #E41B23;	
	background		: #E41B23;
	text-align		: center;
}
/* List Item Active */ 
.nav_ul_horizontal ul li.active {	
	background		: #fff;	
	border			: 1px solid #fff;
}
/* Links */
.nav_ul_horizontal ul a:link, 
.nav_ul_horizontal ul a:visited {	
	font-size:2em;
	color			: #fff;
	font-weight:bold;
}
.nav_ul_horizontal ul a:hover {

}
/* Active Link */
.nav_ul_horizontal ul li.active a { 
	font-weight: bold;
	color			: #E41B23;
}

/* Active Link */

#nav_0 {

}

#nav_1 {

}

#nav_2 {

}