/*  
 *	Reuse Framework
 *	Created by: Grant Fowler
 *	Created on: 12/11/08
 *	Last Modified by: Grant Fowler
 *	Modified on: 27/10/11
 *	
 *	Navigation CSS
 *
 *  Copyright (c) 2008-2011 Grant Fowler (1grantfowler@gmail.com)
 *
 **/	
 
	/*
	--------------------------------------------
				NAVIGATION STARTER
	--------------------------------------------
	*/

#navi{
	position:relative;
	/*background: url('../images/nav_bg.jpg') no-repeat;*/
	/*background:red;*/
	display:block;
	width:516px;
	height:31px;
	margin-left:auto;
	margin-right:auto;
	/*position:absolute;
	left:279px;
	top:0px;*/
	/*border:1px grey solid;*/
}

#navi ul{
	position:absolute;
	left:90px; /*shift the navigation*/
	top:0px;
	/*border:1px grey solid;*/
}

#navi span{
	color:black;
	visibility:hidden;
}

#navi ul{
	margin:0px;
	padding:0px;
}
#navi li{
	background:none;
	/*border:1px yellow solid;*/
	/*dont set width or height here*/
	float:left;
	margin:0px;
	padding:0px;
	
}

#navi li a{
	display:block;
	width:100%;
	height:100%;
	/*border:1px grey solid;*/
	cursor:pointer;
}

#navi li a:hover, #navi li a:focus, #navi li a:active{
	text-decoration:none;
}
#navi li a:hover *, #navi li a:focus *, #navi li a:active *{
	font-weight:lighter !important;
	color:black !important;
}
