/*Hlavni menu*/
/*#menu DIV UL{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 680px;
	float: none;
	clear: both;
	position: relative;
	top: 75px;
	left: 270px;
}*/
#menu DIV UL{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 680px;
	float: none;
	clear: both;
	position: relative;
	top: -39px;
	left: 270px;
}
#menu DIV UL LI{
	float: left;
	padding:  0;
}
#menu DIV UL LI A{
	display: block;
	height: 25px;
	font-size: 14px;
	padding: 0 6px 0 6px;
	text-decoration: none;
	color: Black;
}
#menu DIV UL LI A:hover{
	background: url(bg_menu2.gif) bottom right;
	color: White;/* #404040;*/
	text-decoration: none;
}