/* Navigation 

Note: to ensure the corresponding tab is highlighted correctly for a page, ensure you declare the HTML body tag as...

Home	= <body id="home">
Read	= <body id="read">
Discuss	= <body id="discuss">
Share	= <body id="share">
Shop	= <body id="shop">

PLEASE SCROLL DOWN FOR INFORMATION ON TOP-RIGHT NAVIGATION

*/

#nav {
	float: left;
	list-style: none;
	width: 100%;
	margin: 0;
	padding:0;
}

#navbox {
	padding: 0;
	margin:0;
	height: 2.5em;
	width: 100%;
}

#nav li {
	font-size: 110%;
	float: left;
	margin: 0;
	padding: 0.3%;
}

#nav a {
	float: left;
	margin: 0;
	padding: 4px;
	background: #1A1A1A;
	border: 1px solid #A5A5A3;
	border-bottom: 2px solid #A5A5A3;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#nav a:hover, body#home #t-home a, body#listen #t-listen a, body#whatson #t-whatson a, body#music #t-music a, body#webcam #t-webcam a, body#advertise #t-advertise a {
	background: #990000	url(../img/template/cell.jpg) top left repeat-x;
	border: 1px solid #D69B99;
	border-bottom: 2px solid #D69B99;
}

/* Navigation ends */
