/* CSS Document */
#nav{
	padding-bottom: 40px;
}
#storiesnav{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fee200;
	padding-top:5px;
	font-size:0.8em;
	width: 200px;
}
#nav ul li{
	list-style-type: none;
	padding:2px;
}
#storiesnav ul li{
	list-style-type: none;
	padding:2px;
	margin:0px;
	width:200px;
	position:relative;
	left: -40px;
}
#storiesnav a{
	display: block;
	width: 195px;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:5px;
	font-weight:normal;
}
#storiesnav a:link {
	color: #5f2d6b;
	text-decoration: none;
	font-weight:normal;
}
#storiesnav a:visited {
	color: #5f2d6b;
	text-decoration: none;
	font-weight:normal;
}
#storiesnav a:hover {
	color: #5f2d6b;
	background-color:#fee200;
	text-decoration: none;
	font-weight:normal;
}
#storiesnav a:active {
	color: #5f2d6b;
	text-decoration: none;
	font-weight:normal;
}