﻿A:link { text-decoration: none; font-family:Arial }
A:active { text-decoration: underline; font-family:Arial }
A:visited { text-decoration: none; font-family:Arial }



/* ================================================================ 
This copyright notice must be untouched at all times.
Copyright (c) 2008 Stu Nicholls - stunicholls.com - all rights reserved.
=================================================================== */

#navleft {
	padding:0; 
	margin:0; 
	font-family:arial; 
	background:#fff;
}

#navleft dt b:hover{
	text-decoration:none;
	color: #008000;
	vertical-align:top;
}

#navleft a:visited {
	text-decoration: none;
	color: #000000;
	vertical-align:top;
}

#navleft a:hover{
	text-decoration:none;
	color: #008000;
	vertical-align:top;
}

#navleft a:active{
	text-decoration: none;
	color: #008000;
	vertical-align:top;
}

#navleft dt b {
	background-image:url(images/plus.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:0px;

	display:block; 
	font-weight:normal;
	font-size:9pt; 
	color:#000000; 
	font-weight:bold;
/*	height:15px; 
	line-height:15px; */
	padding-left:10px;
	cursor:pointer; 
	width:115px;
}

#navleft dt a {
	background-image:url(images/plus.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:0px;
	vertical-align:top;

	display:block; 
	font-weight:normal;
	font-size:9pt; 
	color:#000000; 
	font-weight:bold;
/*	height:15px; 
	line-height:15px;  */
	padding-left:10px; 
	cursor:pointer; 
	width:115px;
}

#navleft dd {
	padding:0; 
	margin:0;
}

#navleft dd ul {
	padding:0; 
	margin:0; 
	list-style:none;
}

#navleft dd ul li {
	padding-left:10px;
	background-image:url(images/square2.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#navleft dd ul li a {
	font-size:8pt; 
	color:#000; 
	text-decoration:none;
	vertical-align:top;	
}



