#mainNav {
	height: 30px;
	width: 700px;
	float: left;
}

/* @group Global Navigation */

#globalNav {
	padding: 0;
	list-style: none;
	/*float: left;*/
	margin: 73px 0px 0 10px;
	/*visibility: visible;*/
	/*border: 1px solid blue;*/
}

#globalNav ul.categories li {
	float: left;
	line-height: 10pt;
	padding: 0;
	margin: 0;
	border-right: 1px solid #5b5b5b;
}

#globalNav ul.categories li.kontakty {
    border-right: none;
}

#globalNav ul.categories li a{
	font-family: "Helvetica CE", Arial, Helvetica , sans-serif;
	color: #ffffff;
	/*margin-right: 14px;*/
	text-decoration: none;
	font-size: 1.05em;
	/*padding: 0 3px 8px 16px;*/
	padding: 0 12px 10px 12px;
	font-weight: bold;
}


#globalNav ul.categories li a:hover {
	color: #979797;
	background: url(img/layout/arrow-up.png) no-repeat bottom center;
}

#globalNav ul.categories li a.active {
	color: #979797;
	background: url(img/layout/arrow-up.png) no-repeat bottom center;
}


/* @end */

/* @group Site Navigation */

#subNav {
	/*height: 41px;
	position: absolute;
	top: 50px;
	width: 918px;
	background: url(img/sub-nav-bg2.png) no-repeat;
	right: -9px;
	font-size: 12px;*/
	display: none;
}

#layoutSidePane1 ul.categories {
	list-style: none;
	margin: 45px 0 0 25px;
	padding: 0;
}

#layoutSidePane1 ul.categories li {
	margin-bottom: 2px;
}

#layoutSidePane1  a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	border-style: none;
	width: 182px;
	padding: 7px 0 7px 12px;
}

#layoutSidePane1 ul.categories  a:hover {
	color: #ffffff;
	background: url(img/layout/bckg-menu-left.png) no-repeat;
	padding: 7px 0 7px 12px;
}

#layoutSidePane1 ul.categories a.active {
	color: #ffffff;
	background: url(img/layout/bckg-menu-left.png) no-repeat;
    padding: 7px 0 7px 12px;
}


