/* CSS Document */

/* NAVIGATION CODES HERE
------------------------------------------------------------------*/


.featured_nav { 
/*	position:relative;
	top: 6px;

	margin-top:6px;*/
	float: left;
	margin:-5px 0 0 -30px;
	height:456px;
	width:104px;
	padding-top:6px;
	color:#FFFFFF;
	text-align:center;
	font-size:10px;
	line-height:12px;
	background:url(images/proj_menu_over.jpg) no-repeat top center #325A6E;
	}

/* Basic List Styling (First/Base Level) */

/*.featured_nav ul {padding:0; margin:0; list-style: none;}

.featured_nav ul li { float:left; position:relative; }*/

.featured_nav a, .featured_nav a:hover { 
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	color:#BECED8;
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	padding: 10px 5px 2px 5px;
	display: block;
	background: transparent;
	}

.featured_nav a:hover
	{color:#FFF; background: #5582A0;}

