div#odkazy
{
	float: right;
	margin-right: 70px;
}

div#odkazy a#home,a#sitemap
{
	display: block;
	height: 40px;
	width: 50px;
	border-radius: 0 0 25px 25px;
	float: left;
}

div#odkazy a#home
{
	background: url("../icon/domov.gif") rgb(104, 4, 4) no-repeat center 5px;
	box-shadow: 0 0 20px white;
}

div#odkazy a#home:hover
{
	height: 50px;
	background: url("../icon/domov.gif") rgb(104, 4, 4) no-repeat center 15px;
}

div#odkazy a#home.active
{
	height: 50px;
	background: url("../icon/domov.gif") rgb(104, 4, 4) no-repeat center 15px;
	box-shadow: 0 0 20px white;
}

div#odkazy a#sitemap
{
	background: url("../icon/mapa.gif") rgb(104, 4, 4) no-repeat center 5px;
	margin-left: 10px;
	box-shadow: 0 0 20px white;
}

div#odkazy a#sitemap:hover
{
	height: 50px;
	background: url("../icon/mapa.gif") rgb(104, 4, 4) no-repeat center 15px;
}

div#odkazy a#sitemap.active
{
	height: 50px;
	background: url("../icon/mapa.gif") rgb(104, 4, 4) no-repeat center 15px;
	box-shadow: 0 0 20px white;
}
