/*****************horní menu - externí odkazy***************/ 

.topMenuC {
	float: left;
	width: 778px;
}

.topMenu {
	margin: 100px 0 0 0;
}

.topMenuC ul {
    margin: 0 0 0 0;
    padding: 0;
	float: right;
	width: 758px;
}

.topMenuC li {
	display: inline;
	padding: 0 3px 0 0;
	float: left;
	font-weight: bold;
}

.topMenuC li a {
	 height: 14px;
	 float: left;
	 width: 90px;
	 padding: 48px 0 4px 0;
	 margin: 0;
	text-decoration: none;
	text-align: center;
	background: url(../images/custom/bg-topMenu-li.gif) bottom left no-repeat;
}

.topMenuC li a:link, .topMenuC li a:visited {
	color: #ffffff;
	text-decoration: none;
}

.topMenuC li a:hover, .topMenuC li a:focus, .topMenuC li a:active {
    color: #ffffff;
	 text-decoration: none;
}

.topMenuC li a.topItem1:hover, 
.topMenuC li a.topItem1:focus, 
.topMenuC li a.topItem1:active {
	 text-decoration: none;
	 height: 14px;
	 float: left;
	 width: 90px;
	 padding: 48px 0 4px 0;
	 margin: 0;
	 background: url(../images/custom/bg-topMenu-li-hover-vstup.gif) bottom left no-repeat;
}

.topMenuC li a.topItem2:hover, 
.topMenuC li a.topItem2:focus, 
.topMenuC li a.topItem2:active {
	 text-decoration: none;
	 height: 14px;
	 float: left;
	 width: 90px;
	 padding: 48px 0 4px 0;
	 margin: 0;
	 background: url(../images/custom/bg-topMenu-li-hover-perm.gif) bottom left no-repeat;
}

.topMenuC li a.topItem3:hover, 
.topMenuC li a.topItem3:focus, 
.topMenuC li a.topItem3:active {
	 text-decoration: none;
	 height: 14px;
	 float: left;
	 width: 90px;
	 padding: 48px 0 4px 0;
	 margin: 0;
	 background: url(../images/custom/bg-topMenu-li-hover-shop.gif) bottom left no-repeat;
}

.topMenuC li a.topItem4:hover, 
.topMenuC li a.topItem4:focus, 
.topMenuC li a.topItem4:active {
	 text-decoration: none;
	 float: left;
	 height: 14px;
	 width: 90px;
	 padding: 48px 0 4px 0;
	 margin: 0;
	 background: url(../images/custom/bg-topMenu-li-hover-TS.gif) bottom left no-repeat;
}

.topMenuC li a.topItem5:hover, 
.topMenuC li a.topItem5:focus, 
.topMenuC li a.topItem5:active {
	 text-decoration: none;
	 height: 14px;
	 float: left;
	 width: 90px;
	 padding: 48px 0 4px 0;
	 margin: 0;
	 background: url(../images/custom/bg-topMenu-li-hover.gif) bottom left no-repeat;
}

.topMenuC li a.topItem6:hover, 
.topMenuC li a.topItem6:focus, 
.topMenuC li a.topItem6:active {
	 text-decoration: none;
	 height: 14px;
	 float: left;
	 width: 90px;
	 padding: 48px 0 4px 0;
	 margin: 0;
	 background: url(../images/custom/bg-topMenu-li-hover-tv.gif) bottom left no-repeat;
}

.topMenuC li a.topItem7:hover, 
.topMenuC li a.topItem7:focus, 
.topMenuC li a.topItem7:active {
	 text-decoration: none;
	 height: 14px;
	 float: left;
	 width: 90px;
	 padding: 48px 0 4px 0;
	 margin: 0;
	 background: url(../images/custom/bg-topMenu-li-hover-mob.gif) bottom left no-repeat;
}


.topMenuC li a.topItem8:hover, 
.topMenuC li a.topItem8:focus, 
.topMenuC li a.topItem8:active {
	 text-decoration: none;
	 height: 14px;
	 float: left;
	 width: 90px;
	 padding: 48px 0 4px 0;
	 margin: 0;
	 background: url(../images/custom/bg-topMenu-li-hover-face.gif) bottom left no-repeat;
}



.topMenuC li a.topItem9:hover, 
.topMenuC li a.topItem9:focus, 
.topMenuC li a.topItem9:active {
	 text-decoration: none;
	 height: 14px;
	 float: left;
	 width: 90px;
	 padding: 48px 0 4px 0;
	 margin: 0;
	 background: url(../images/custom/bg-topMenu-li-hover-sinottip.gif) bottom left no-repeat;
}

/***************************horní hlavní navigace***************************/

#cssTopNavigationC {				
	padding: 0 0 0 0;	
	float: left;
	clear: left;
	width: 980px;
	background: url(../images/custom/bg-top-navig.gif) top left no-repeat;
}

#cssTopNavigationC ul{
    margin: 0;
    padding: 0 20px;
	 float: left;
	 width: 940px;
}

#cssTopNavigationC li{
	display: inline;
	margin: 0;
	float: left;
	font-size: 0.9em;
	text-transform: uppercase;
}

#cssTopNavigationC a {
	margin: 0;
	padding: 9px 10px 8px 11px;
	color: #ffffff;
	display: block;
	float: left;
	font-weight: bold; 
}

#cssTopNavigationC a:link, 
#cssTopNavigationC a:visited {
	text-decoration: none;
	color: #ffffff;
}

#cssTopNavigationC a:hover,
#cssTopNavigationC a:active, 
#cssTopNavigationC a:focus {
  	text-decoration: none;
	color: #333333;
	background: url(../images/custom/bg-top-navig-active.gif) top left repeat-x;
}

#cssTopNavigationC li.activeItem a {
	margin: 0;
	color: #333333;
	background: url(../images/custom/bg-top-navig-active.gif) top left repeat-x;
}
 
#cssTopNavigationC li.activeItem a:link, 
#cssTopNavigationC li.activeItem a:visited  {
	text-decoration: none;
	color: #333333;
}

#cssTopNavigationC li.activeItem a:hover, 
#cssTopNavigationC li.activeItem a:focus, 
#cssTopNavigationC li.activeItem a:active {
  	text-decoration: none;
	margin: 0;
	color: #333333;
}


/***************levé menu**********/
#cssLeftCollC {
	float: left;
	clear: none;
	width: 170px;
	text-align: left;
	padding: 1px 0 0 0; 
}
#cssLeftColl {
	float: right;
	width: 170px;
	text-align: left;
	border-top: 1px solid #E5E5E5; 
}

#cssLeftNavigation {
	float: left;
	clear: none;
	width: 170px;
	text-align: left;
	border-top: 1px solid #ffffff; 
}

#cssLeftNavigation span.menuItemSub0 {
	float: left;
	clear: none;
	width: 170px;
	text-align: left;
}

#cssLeftNavigation ul {   
	margin: 0;
	padding: 0;
	list-style: none;	
	background: none;
}

#cssLeftNavigation li {
	margin: 0;	
	padding: 0;
}


#cssLeftNavigation li.menuItemLevel0 {
	float: left;
	padding: 0;
}

#cssLeftNavigation li.menuItemLevel1 {
	float: left;
	padding: 0;
}

#cssLeftNavigation li.menuItemLevel2 {
	float: left;
	padding: 0;
}

#cssLeftNavigation li.menuItemLevel3 {
	padding: 0;
	float: left;
}

a.menuItemLevel0 {
	padding: 3px 2px 3px 20px;
	font-weight: bold;
	display: block;
	margin: 0;
	float: left;
	width: 148px;
	_width: 168px;
	background: url(../images/custom/bg-leftMenu-0.gif) top left no-repeat #ffffff;
}

a.menuItemLevel0:visited, 
a.menuItemLevel0:link {
	text-decoration: none;
}

a.menuItemLevel0:hover, 
a.menuItemLevel0:active, 
a.menuItemLevel0:focus {
	text-decoration: underline;
	color: #4D4D4D;
	background: url(../images/custom/bg-leftMenu-0-sel.gif) top left no-repeat;
}


a.menuItemSelected0 {
	text-decoration: none;
	color: #4D4D4D;
	background: url(../images/custom/bg-leftMenu-0-sel.gif) top left no-repeat #FCFCFC;
}

a.menuItemSelected0:visited, 
a.menuItemSelected0:link {
	text-decoration: none;
	color: #4D4D4D;
}

a.menuItemSelected0:hover, 
a.menuItemSelected0:active, 
a.menuItemSelected0:focus {
	text-decoration: underline;
	color: #4D4D4D;
}

a.menuItemActive0 {
}

a.menuItemActive0:visited, 
a.menuItemActive0:link {
}

a.menuItemActive0:hover, 
a.menuItemActive0:active, 
a.menuItemActive0:focus {
}



a.menuItemLevel1 {
	text-decoration: none;
	float: left;
	clear: left;
	width: 148px;
	margin: 0 0 0 0;
	padding: 3px 2px 3px 20px;
	color: #4D4D4D;
	background: url(../images/custom/bg-leftMenu-1.gif) top left no-repeat;
}

a.menuItemLevel1:visited, 
a.menuItemLevel1:link {
	text-decoration: none;
	color: #4D4D4D;
}

a.menuItemLevel1:hover, 
a.menuItemLevel1:active, 
a.menuItemLevel1:focus {
	text-decoration: underline;
	color: #C10029;
}

a.menuItemSelected1 {
	color: #C10029;
}

a.menuItemSelected1:visited, 
a.menuItemSelected1:link {
	text-decoration: none;
	color: #C10029;
}

a.menuItemSelected1:hover, 
a.menuItemSelected1:active, 
a.menuItemSelected1:focus {
	text-decoration: underline;
	color: #C10029;
}

a.menuItemActive1 {
		color: #C10029;
}

a.menuItemActive1:visited, 
a.menuItemActive1:link {
		color: #C10029;
}

a.menuItemActive1:hover, 
a.menuItemActive1:active, 
a.menuItemActive1:focus {
		color: #C10029;
}

a.menuItemLevel2 {
	text-decoration: none;
	float: left;
	clear: left;
	width: 143px;
	margin: 0 0 0 0;
	padding: 3px 2px 3px 25px;
	color: #4D4D4D;
	background: url(../images/custom/bg-leftMenu-2.gif) top left no-repeat;
}

a.menuItemLevel2:visited, 
a.menuItemLevel2:link {
	text-decoration: none;
	color: #4D4D4D;
}

a.menuItemLevel2:hover, 
a.menuItemLevel2:active, 
a.menuItemLevel2:focus {
	text-decoration: underline;
	color: #C10029;
}

a.menuItemSelected2 {
	color: #C10029;
}

a.menuItemSelected2:visited, 
a.menuItemSelected2:link {
	text-decoration: none;
	color: #C10029;
}

a.menuItemSelected2:hover, 
a.menuItemSelected2:active, 
a.menuItemSelected2:focus {
	text-decoration: underline;
	color: #C10029;
}

a.menuItemActive2 {
	
}

a.menuItemActive2:visited, 
a.menuItemActive2:link {
	
}

a.menuItemActive2:hover, 
a.menuItemActive2:active, 
a.menuItemActive2:focus {
	
}

a.menuItemLevel3 {
	text-decoration: none;
	float: left;
	clear: both;
	width: 133px;
	margin: 0 0 0 0;
	padding: 2px 2px 2px 35px;
	color: #4D4D4D;
	background: url(../images/custom/bg-leftMenu-3.gif) top left no-repeat;
}

a.menuItemLevel3:visited, 
a.menuItemLevel3:link {
	text-decoration: none;
	color: #4D4D4D;
}

a.menuItemLevel3:hover, 
a.menuItemLevel3:active, 
a.menuItemLevel3:focus {
	text-decoration: underline;
	color: #C10029;
}

a.menuItemSelected3{
	color: #C10029;
}

a.menuItemSelected3:visited, 
a.menuItemSelected3:link {
	text-decoration: none;
	color: #C10029;
}

a.menuItemSelected3:hover, 
a.menuItemSelected3:active, 
a.menuItemSelected3:focus {
	text-decoration: underline;
	color: #C10029;
}

a.menuItemActive3 {
}

a.menuItemActive3:visited, 
a.menuItemActive3:link {
}

a.menuItemActive3:hover, 
a.menuItemActive3:active, 
a.menuItemActive3:focus {
}

/* container obsahujic dolni navigaci								*/
.footerNavigationC {	
	margin: 0;
	padding: 9px 0;
	text-align: center;
	width: 980px;
	float: left;
	background: url(../images/custom/bg-foot-nav.gif) top left repeat-x;
}
.footerNavigation {
	margin: 0 auto 0 auto;
	display: block;
}
.footerNavigationC ul {
	margin:  0 auto 0 auto;
	padding:0;
	list-style: none;
}
.footerNavigationC li {
	margin: 0; 
	padding: 0;
	display: inline;
	border-left: #4D4D4D 1px solid;
}
.footerNavigationC li a {
	padding: 0 10px;
	font-weight: bold;
	text-decoration: none;
	color: #4D4D4D;
}
.footerNavigationC li a:link, 
.footerNavigationC li a:visited
{
	text-decoration: none;
	color: #4D4D4D;
}
.footerNavigationC li a:hover, 
.footerNavigationC li a:focus, 
.footerNavigationC li a:active {
	text-decoration: underline;
	color: #4D4D4D;
}
.footerNavigationC li.footerItemActive a {
	text-decoration: underline;
}
.footerNavigationC li.footerItemActive a:link, 
.footerNavigationC li.footerItemActive a:visited
{
	text-decoration: underline;
}
.footerNavigationC li.footerItemActive a:hover, 
.footerNavigationC li.footerItemActive a:focus, 
.footerNavigationC li.footerItemActive a:active {
	text-decoration: underline;
}
.footerNavigationC li.footerItemFirst {
	border-left: 0;
}


.menuSiteTree {	}
.menuSiteTree a {
	color: #4D4D4D;
	text-decoration: underline;
}
.menuSiteTree a:link, .menuSiteTree a:visited {
	color: #4D4D4D;
	text-decoration: underline;
}
.menuSiteTree a:hover, .menuSiteTree a:focus, .menuSiteTree a:active {
    color: #4D4D4D;
	 text-decoration: none;
}
