/* CSS Document */


#nav .navlines {
	border-top-width: 1.5px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
	width: 185px;
	float: left;
}

#nav ul {
	margin-left:20px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left:0px;
}

#nav ul li{
	font-size: 13px;
	color: #CB5100;
	font-weight: bold;
	list-style-type: none;
	line-height: 15px;
}

#nav ul a {
	font-size: 13px;
	color: #CB5100;
	font-weight: bold;
	list-style-type: none;
	line-height: 18px;
	text-decoration: none;
	margin-top: 5px;
}
#nav ul a:hover {
	
	color: #660066;
}

#nav ul ul{
	list-style-type: none;
	margin-left: 15px;
}

#nav ul ul a{
	font-size: 13px;
	line-height: 14px;
	color: #666666;
	font-weight: normal;
	margin-left: 0px;
	list-style-type: none;
	padding-bottom: 5px;
	list-style-position: outside;
}
#nav li {
	margin-bottom: 3px;
}
