﻿/*PPS*/
#navcontainerholder {
	width: 200px;
	margin-top: 20px;
	padding-left: 25px;
	position: relative;
	float: left;
	border: 0px solid #cccccc;
	min-height: 400px; }

#menutop{
	width:190px;
	height:39px; 
	background-color:#4d244a;}

#menutop h2{
	color: #fff; 
	padding: 10px;}

#navcontainer {
	width: 190px;
	position: relative;
	float: left;border:0px solid #ccc;}
	
#navcontainer ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
	padding-left: 0px;
	font-size: 1.2em;}
	
#navcontainer li{
	margin: 0px;
	width: 180px;
	padding: 0px;
	line-height: 30px;
	height:auto;}
	
#navcontainer ul li a{
	display: block;
	width: 175px;
	padding-left: 15px;
	border-bottom: 1px dashed #ffffff;}
	
#navcontainer ul li a:link, #navcontainer ul li a:visited{
	color: #667;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left;
	font-weight:bold;
	display: block;
	width: 175px;
	padding-left: 15px;}
	
#navcontainer ul li a:hover{
	color:#999;
	display: block;
	width: 175px;
	padding-left: 15px;}
	
#navcontainer ul li a#current{
	color: #000;
	background-repeat: no-repeat;
	border-bottom: 1px dashed #ffffff;
	font-weight: bold; }

 #navcontainer ul li a#currentin{
	color: #999;
	background-repeat: no-repeat;
	border-bottom: 1px dashed #ffffff;
	font-weight: bold;margin-left:10px ;width: 170px;}
	
 #navcontainer ul li a#currentinon{
	color: #4d244a;
	background-repeat: no-repeat;
	border-bottom: 1px dashed #ffffff;
	font-weight: bold;margin-left:10px ;width: 170px;}
	
#relatedlinks{padding-top:0px;padding-left:10px; position:relative;border:0px solid #ccc; }
#relatedlinks h3{padding-bottom:10px;padding-top:20px; color:#4d244a;font-style:italic;}
#relatedlinks p{padding-bottom:5px;}

