div#left{
	clear:left;
	float:left;
	background-image:url(../img/storyback.jpg) ;
	background-position:left top;
	background-repeat:no-repeat;
	height:460px;
	margin:0px 0px;
	width:300px;
}

h4{
border-bottom: 1px dashed #222;
}

div#storymenu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top: 10px;
	width:800px;

}

div#storymenu li {
	//clear:both;
	float:left;
	margin:0px 0px 0px 0px;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	color:#ff1493;
	width:180px;
}


div#storymenu a:link{
	color:#300;background-color: none; text-decoration:none;
	}
div#storymenu  a:visited{
	color:#630; background-color: none; text-decoration:none;
	}
div#storymenu  a:hover{
	color:#000; background-color: #cfc; text-decoration:none;
	}

