
.ulmenu, .limenu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	
	font-size : 12px;
}

.ulmenu {
	border-bottom: 2px solid #888;
	padding-bottom: 3px;
	
	text-align: left;
	margin-top: 10px;
	padding-left: 10px;
	width: 90%;
}

.limenu {
	display: inline;
	white-space: nowrap;
	margin-right: 0px;
}

.ulmenu a:link, .ulmenu a:visited {
	text-decoration: none;
	background: #F2F2F2 url(http://ebooki24.eu/grafika/tlos.png);
	color: #000;
	border: 1px solid #888;
	padding: 3px;
	
	text-align: center;
	border-bottom: 2px solid #888;
}

.ulmenu a:hover {
	background : #fff url(http://ebooki24.eu/grafika/biale.png);
	border-bottom-color: #fff;
	color : #0080c0;
	
	text-align: center;
}

.ulmenus a:link, .ulmenus a:visited {
	background : #EAF4FB url(http://ebooki24.eu/grafika/tlon.png);
	border-bottom: 2px solid #EAF4FB;
	color : #0080c0;
	
	text-align: center;
}

