@charset "UTF-8";
/* CSS Document */

/* ================================================================ 
This copyright notice must be untouched at all times.
Copyright (c) 2008 Stu Nicholls - stunicholls.com - all rights reserved.
=================================================================== */

#sidemenu {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#nav {
	padding:0;
	margin:15 0 0;
	list-style:none;
	width:198px;
	position:relative;
	font-family: verdana, sans-serif;
	font-size:11px;
	height: 140px;
}
#nav a:hover {
	text-decoration:none;
	color: #6A2E87;
}
#nav dt b, #nav dt a {
	display:block;
	font-weight:normal;
	font-size:11px;
	color:#000000;
	cursor:pointer;
	width:198px;
	background: url(images/menu_bg.gif) repeat-y left top;
	line-height: 24px;
	padding-left: 0px;
	text-indent: 7px;
	height: 27px;
}
#nav dt b {
	background:url(images/menu_bg.jpg) repeat-y left top;
}
#nav dt a {
	color:#000;
	text-decoration:none;
	border-bottom: 1px solid #FFFFFF;
}
#nav dd {padding:0; margin:0;}
#nav dd ul {
	padding:0;
	margin:0;
	list-style:none;
}
#nav dd ul li {
	width: 175px;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 5px;
	border-bottom: 1px solid #6A2E87;
	margin-left: 10px;
	padding-bottom: 3px;
}
#nav dd ul li a {
	font-size:11px;
	color:#000;
	text-decoration:none;
}
