@charset "utf-8";
/* CSS Document */
#menu {
	list-style-position: inherit;
	list-style-type: lower-alpha;
	list-style-image: url(../slonce.gif);
	font-size: 18px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
	font-family: Verdana, Geneva, sans-serif;
}
#menu a:visited
{
	color: #008000;
	text-decoration: none;
}
#menu a:link{
	text-decoration: none;
	color: #008000;
	font-family: Verdana, Geneva, sans-serif;
}
#menu a:hover {
	color: #F90;
	font-weight: bold;
}
#menu li{
	padding-bottom: 10px;
}
