/* CSS Document */
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a /* hlavní položky */	
{
	margin: 2px 0px;
	display: block;
	color: #000000;
	background: url('images/buttons/button_big.gif') no-repeat;
	width: 120px;
	padding: 8px 12px 7px 8px;
	text-decoration: none;
	font-weight: bold;
}

#menu li li a /* sub položky */	
{
	display: block;
	background: url('images/buttons/button_small.gif') 6px 0px no-repeat;
	width: 125px;
	padding: 5px 0px 4px 25px;
	text-decoration: none;
	font-weight: normal;
}

#active a {
	background: url('images/buttons/button_big.gif') 0 -60px no-repeat;
}
#menu ul li a:hover /* hlavní položka vybraná*/
{
	background-color: #4c7696;
	color: #FFF;
	background: url('images/buttons/button_big.gif') 0 -30px no-repeat;
}

#menu li li a:hover /* sub položka vybraná*/
{
	background-color: #f7f7f1;
	color: #FFF;
	background: url('images/buttons/button_small.gif') 6px -24px no-repeat;
}
#active_small {
	background: url('images/buttons/button_small.gif') 6px -48px no-repeat;
	color: blue;
}
.empty a{
	background: white;
	color:white;
}
