﻿#nav_main ul {
	margin:0; /*this will place a margin around the entire nav_main*/
	padding:0; /*this will place paddings around the entire nav_main*/
	list-style:none; /*removes the bullet from the ul*/
	}
#nav_main li {
	float:left; /*puts all tabs in a horizontal row*/
	margin:0; /*puts a margin around each tab*/
	padding:0; /*set to zero*/
	border-left: 1px solid #000; /*left border on each tab*/
	border-right: 1px solid #000; /*right border on each tab*/
	}
#nav_main a {
	display:block;
	padding: 6px 8px 6px 9px; /*adjusting this padding will add or reduce space either side of every link*/
	margin:0; /*puts a margin around each link*/
	color:#fff; /*default colour of the text*/z
	}
#nav_main a:hover {
	color:red; /*colour of the hover text*/
	}
#nav_main #current a {
	color:blue; /*colour of the current tab text*/
	}

#nav_sub {
	border-bottom-color: #000000;
	border-color: #000000;
	border: #000000;
	float: left;
	background-color: #000000;
	width: 212px;
}
	#nav_sub h2 {
	padding: 1px 8px 1px 1px;
	margin: 0;
	color: #ffffff;
	font-size: small;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
	#nav_sub ul {
		padding: 0;
		margin: 0;
		}
	#nav_sub li {
		padding: 0;
		margin: 0;
		}
	#nav_sub a {
	display: block;
	width: 193px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4d4d4d;
	padding: 8px 8px 8px 11px;
	background-color: #000000;
	color: #FFFFFF;
}
	#nav_sub a:hover{
		width: 193px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #4d4d4d;
		background-color:#1A1A1A;
		color: #a8a8a8l;
		}

#nav_landing ul {
	margin:0; /*this will place a margin around the entire nav_main*/
	padding:0; /*this will place paddings around the entire nav_main*/
	list-style:none; /*removes the bullet from the ul*/
	}
#nav_landing li {
	float:left; /*puts all tabs in a horizontal row*/
	margin:0; /*puts a margin around each tab*/
	padding:0; /*set to zero*/
	border-left: 1px solid #000; /*left border on each tab*/
	border-right: 1px solid #000; /*right border on each tab*/
	}
#nav_landing a {
	display:block;
	padding:6px 6px 6px 7px; /*adjusting this padding will add or reduce space either side of every link*/
	margin:0; /*puts a margin around each link*/
	color:#fff; /*default colour of the text*/
	}
#nav_landing a:hover {
	text-decoration: none;
	color: #a8a8a8;
	font-size: 1.1em;
	}
#nav_landing #current {
	background: #1a1a1a;
	text-decoration: none;
	color: #a8a8a8;
	font-size: 1.1em;
	}
#nav_landing_wheel ul {
	font-size: 1.0em;
	margin:0; /*this will place a margin around the entire nav_main*/
	padding:0; /*this will place paddings around the entire nav_main*/
	list-style:none; /*removes the bullet from the ul*/
	}
#nav_landing_wheel li {
	font-size: 1.0em;
	float:left; /*puts all tabs in a horizontal row*/
	margin:0; /*puts a margin around each tab*/
	padding:0; /*set to zero*/
	border-left: 1px solid #000; /*left border on each tab*/
	border-right: 1px solid #000; /*right border on each tab*/
	}
#nav_landing_wheel a {
	display:block;
	padding:6px 6px 6px 7px; /*adjusting this padding will add or reduce space either side of every link*/
	margin:0; /*puts a margin around each link*/
	color:#a8a8a8; /*default colour of the text*/
	font-size: 1.0em;
	}
#nav_landing_wheel a:hover {
	text-decoration: none;
	color: #a8a8a8;
	font-size: 1.0em;
	}
#nav_landing_wheel #current {
	background: #1a1a1a;
	text-decoration: none;
	color: #a8a8a8;
	font-size: 1.0em;
	}	

.paginationDir{
	color:#262626;
	background:#4c4c4c;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	}
.paginationNum{
	color:#7d7d7d;
	background:#4c4c4c;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	}
.paginationNumSel{
	color:#7d7d7d;
	background:#8c8c8c;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	}

#paginationBack{
	width:98%;
	background:#262626;
	padding-left:5px;
	padding-right:5px;
	padding-top:7px;
	padding-bottom:7px;
	}