
#nav {
	clear: left;
	float: left;
	width: 160px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#nav ul {	
	list-style: none;
	width: 160px;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 1.1em;
	border-right: 2px solid #ccc;
}	

#nav li {
	margin-bottom: 4px;
	padding: 0 5px 0 0px; 
}

#nav li a {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	height: 20px;
	text-decoration: none;
	color: #808080;
	display: block;
	padding: 6px 1px 0 0px;
	background: #fff;
	border-bottom: 1px dotted #ccc;
}	


#nav li a.select {
	color: #d60022;
	background: #eee;
	border-bottom: 1px dotted #ccc;
	border-right: 1px solid #d60022;
}	

#nav li a.subselectY {
	font-size: 9px;
	color: #d60022;
	font-weight: normal;
	background: #fff;
	border-right: 1px dotted #d60022;
}	

#nav li a.subselectN {
	font-size: 11px;
	color: #808080;
	font-weight: normal;
	background: #fff;
}
	
#nav li a:hover {
	color: #d60022;
	background: #eee;
	border-bottom: 1px dotted #ccc;
	border-right: 1px solid #d60022;
}

.title {
	margin: 0;
	padding: 5px 0px 100px 5px;
	width: 160px;
	color: #666666;
	line-height: 1.6em;
	background: url(bg.gif) no-repeat;
}

.title a {
	text-decoration: underline;
}

.title p {
	margin: 0;	
}
