#navigace { /* navigacni pruh */
	position: relative;
	clear: both;
	height: 20px;
	width: 100%;

	padding: 0;

	margin-top: 35px;

	background-color: #e1e1e1;

	text-align: center;
	/* background: #fff url("../../images/icons-pad.png") repeat-x; */
}

#navigace p.popiska {
	display: block;
	margin: 0;
	padding: 3px 0 0 0;
}

#navigace a {
	display: block;
	position: relative;
	float: right;
	height: 20px;
	
	padding: 0 0 0 20px;
	text-decoration: none;
}

#navigace a.icon-left { background: url("../../images/icon-left.png") center center no-repeat; float: left; }
#navigace a.icon-right { background: url("../../images/icon-right.png") center center no-repeat; float: right; }

#navigace a.icon-left:hover { background: url("../../images/icon-left.png") center bottom no-repeat; float: left; }
#navigace a.icon-right:hover { background: url("../../images/icon-right.png") center bottom no-repeat; float: right; }	

#navigace a.icon-left-on { background: url("../../images/icon-left.png") center top no-repeat; float: left; }
#navigace a.icon-right-on { background: url("../../images/icon-right.png") center top no-repeat; float: right; }

#navigace a.icon-left-on:hover { background: url("../../images/icon-left.png") center bottom no-repeat; float: left; }
#navigace a.icon-right-on:hover { background: url("../../images/icon-right.png") center bottom no-repeat; float: right; }	