/* glowne menu */

#main-menu > li:first-child a {
	background-image: url("../images/menu-l.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}
#main-menu > li:last-child a {
	background-image: url("../images/menu-r.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
}
#main-menu > li:first-child a:hover , #main-menu > li:first-child a:active , #main-menu > li:first-child a:focus {
	background-image: url("../images/menu-l2.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}
#main-menu > li:last-child a:hover , #main-menu > li:last-child a:active , #main-menu > li:last-child a:focus {
	background-image: url("../images/menu-r2.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
}

/* menu w galerii menu_back.png */

.menus, .menua {
	clear: both;
}

.menus ul, .menua ul {
	font-weight: bold;
	clear: both;
	list-style: none;
}

.menus li, .menua li {
	display: inline;
}

.menus li a, .menua li a {
	display: block;	
	float: left;
	background-color: #aac2da;
	border: 1px solid #94a8bd;
	color: #FFF;
	margin: 10px 1px 10px 0;
	padding: 5px 10px;	
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}

.menua li a {
	float: right; 
}
 
.menus li a span. .menua li a span {
		padding-bottom: 10px;
}

.menus li a.bold, .menua li a.bold  {
	background-color: #94a8bd;
}

.menus li a:hover, .menua li a:hover  {
	background-color: #e7eef4;
	color: #555;
}