/**
*
* Design and coding by Jack Kwakman
* Copyright &copy; 2006, ELMA Multimedia
*
*/

/**
* Overview options
*/

.overviewoptions ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.overviewoptions li {
	background: url(images/readmore_black.gif) no-repeat;
	padding: 5px 0 5px 20px;
}

.overviewoptions li a {
	color: #000;
	text-decoration: none;
}

.overviewoptions li a:hover {
	text-decoration: underline;
}