#menus{
	margin: 0;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 11px;
}

#menus ul{
	list-style: none;
	height: 33px;
}

#menus ul li{
	list-style: none;
	display: inline;
}

#menus ul li a{
	display: block;
	float: left;
	height: 34px;
	background: url(http://www.alytausgidas.lt/common/images/menu-item.gif) no-repeat;
	margin: 0 1px 0 0;
	text-decoration: none;
	color: #996600;
	font-weight: bold;
	overflow: hidden;
}

#menus ul li a span{
	display: block;
	float: left;
	height: 34px;
	padding: 0 20px;
	background: url(http://www.alytausgidas.lt/common/images/menu-item-right.gif) no-repeat right;
	line-height: 38px;
	_line-height: 34px;
	cursor: pointer;
}

#menus ul li a.active{
	background: url(http://www.alytausgidas.lt/common/images/menu-item-hover.gif) no-repeat;
	color: #000;
}

#menus ul li a.active span{
	background: url(http://www.alytausgidas.lt/common/images/menu-item-hover-right.gif) no-repeat right;
}

#menus ul li a:hover{
	color: #000;
	text-decoration: none;
}

#menus #map-rss{
	float: right;
	width: 89px;
	height: 29px;
	background: url(http://www.alytausgidas.lt/common/images/map-rss.gif) no-repeat;
	margin: 4px 0 1px 0;
	line-height: 29px;
	color: #386006;
	font-size: 10px;
}

#map-rss a{
	color: #386006;
}

#map-rss a:hover{
	color: #000;
	text-decoration: underline;
}

#map-rss #sitemap{
	height: 29px;
	background: url(http://www.alytausgidas.lt/common/images/sitemap-icon.gif) no-repeat left;
	padding-left: 20px;
	margin-left: 15px;
	float: left;
}

#map-rss #rss{
	height: 29px;
	margin-right: 15px;
	float: right;
}

#map-rss span{
	float: left;
	margin: 0 6px;
}

.float-clear{ clear: both; }

