@charset "utf-8";
ul {
	list-style: circle;
	margin: 5px 20px;
}
#worddocs li:hover {
	background-image: url(../images/icons/word.png);
	background-repeat: no-repeat;
	background-position: 50%;
}
