/* 
	WordPress Menubar Plugin
	nav.css stylesheet for the Suckerfish template
*/
/*this the outer container*/
#navcontainer
{
	margin: 0px auto;
	padding: 0;
	height: 26px;
	width: 673px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
	width: 112px;
	height: 26px;
	border-bottom: none;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: normal;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #FFFFFF;
	margin: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#navcontainer ul li a:hover
{
	background: #cccccc;
	color: #009933;
}
/*these are the individual tab colours*/

.green	{
	colour: #FFFFFF	
	text-decoration: none;
	background-color: #99CC33;
}

.blue {
	color: #f5d7b4;
	text-decoration: none;
	background-color: #66CCFF;
}
.purple {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9966CC;
}
.pink {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF3399;		
	
}
.red {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF3333;
}
.orange {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6633;	
}

.grey{		
	colour: #FFFFFF	
	text-decoration: none;
	background-color: #CCCCCC;
}
