/** MAIN MENU **/

#nav {
	width: 775px;
	position: absolute;
	top: 96px;
	right: 0;
	padding: 0;
	display: inline;
	margin: 0;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 50px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:50px; /* for IE5/Win */
	}
	
#nav a:hover, #nav a:active, #nav a.selected {
	background-position: 0 -50px;
	}

/** Tabs when user is NOT logged in **/
#index a  {
	width: 129px;
	background: url(../images/layout/nav/home.png) top left no-repeat;
	}

#access a  {
	width: 129px;
	background: url(../images/layout/nav/access.png) top left no-repeat;
	}

#features a  {
	width: 129px;
	background: url(../images/layout/nav/features.png) top left no-repeat;
	}

#benefits a  {
	width: 129px;
	background: url(../images/layout/nav/benefits.png) top left no-repeat;
	}
	
#About a  {
	width: 129px;
	background: url(../images/layout/nav/about.png) top left no-repeat;
	}

#Contact a  {
	width: 129px;
	background: url(../images/layout/nav/contact.png) top left no-repeat;
	}

/** Tabs when user IS logged in **/
#Home a  {
	width: 129px;
	background: url(../images/layout/nav/home.png) top left no-repeat;
	}

#tasks a  {
	width: 129px;
	background: url(../images/layout/nav/tasks.png) top left no-repeat;
	}

#billing a  {
	width: 129px;
	background: url(../images/layout/nav/billing.png) top left no-repeat;
	}

#users a  {
	width: 129px;
	background: url(../images/layout/nav/users.png) top left no-repeat;
	}
	
#options a  {
	width: 129px;
	background: url(../images/layout/nav/options.png) top left no-repeat;
	}

#search a  {
	width: 129px;
	background: url(../images/layout/nav/search.png) top left no-repeat;
	}
	
	
/** Tabs for New design **/
#community a  {
	width: 129px;
	background: url(../images/layout/nav/community.png) top left no-repeat;
	}

#Clients a  {
	width: 129px;
	background: url(../images/layout/nav/clients.png) top left no-repeat;
	}

#Portfolio a  {
	width: 129px;
	background: url(../images/layout/nav/portfolio.png) top left no-repeat;
	}
	
#Services a  {
	width: 129px;
	background: url(../images/layout/nav/services.png) top left no-repeat;
	}

