/*
All text, content and layout Copyright © NNH 2003-2009 - info @ nnh.co.uk
*/



/*
Universal
*/

a { 
color: #000000; 
text-decoration: none;
} 
a:hover { 
color: #B2B2B2; 
text-decoration: underline; 
} 


/*
Side Nav Bar
*/

#tswcssbuttons {
	width: 156px ;
	text-align: center ;
}
#tswcssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#tswcssbuttons li a {
	color: #fff ;
	background-color: #000000 ;
	border: 1px outset #FFFFFF ;
	width: 156px ;
	text-decoration: none ;
	display: block ;
}
#tswcssbuttons li a:hover {
	color: #000000 ;
	background-color: #FFFFFF ;
}



/*
Classes - example<div class="leftnavclass"> </div>
*/

.leftnavclass {

border-right: 2px dashed #336633;

}


/*
Footer
*/



