#top_box{
	background: #f8f8f8 url(../images/top_box.gif) repeat-x top;
	margin-bottom: 20px;
	width: 100%;
	border-bottom: 1px solid #eaeaea;
	float: left	;

}
#top_box ul{
	width: 970px;
	margin: 0 auto;
	list-style-type: none;
	background: url(../images/top_box_li.gif) no-repeat top left;

}
#top_box li{
	float: left;
}
#top_box li.prvni{
	background: url(../images/top_box_li.gif) no-repeat top left;
	padding-left: 2px	
}
#top_box a{
	float: left;
	display: block;
	padding: 12px 12px 8px 10px;
	font-size: 85%;
	color: #828282;
	background: url(../images/top_box_li.gif) no-repeat top right;	
}
#top_box a:hover, #top_box a.active{
	text-decoration: none;	
	background: transparent url(../images/top_box_li.gif) no-repeat top right;	
	color: #828282;
}
 #top_box a.active{
	font-weight: bold;
	text-decoration: none;	
}
#top_box li.prvni a{
	background: none;
	padding-left: 10px;	
}
li#top_vsechny{
	position: absolute;
	right: 0;
	top: -1500px;
	background: url(../images/top_vsechny.gif) no-repeat right center;
}
#top_box a.noSsoWeb
{
	color: #828282;
}

#top_box a.ssoWeb
{
	color: #F80000;
	font-weight: bold;
}

#top_box a.noSsoWeb:hover
{
	color: #444444;
}

#top_box a.ssoWeb:hover
{
	color: #DD2200;
}
