#menu {
	position: absolute;
	top: 265px;
	left: 26px;
	width: 883px;
	height: 44px;
	background: transparent;	
	text-align: center;
}
#menu span.centering { /* vycentrovani menu */
	margin: 0px 0px 0px 30px;
	display: block;
	width: 864px;
	margin-left: auto;
	margin-right: auto;
}

#menu ul {
	height: 30px;
	margin: 0px;
	padding: 0px;
	background: #0D4383;
}

#menu ul li {
	float: left;
	position: relative;
	/*width: 102px;/**/
	margin: 0px 10px;
	list-style: none;
}

#menu ul li:hover {
	position: relative;
	bottom: 15px;
	padding-top: 15px;
	background: url(../../img/default/layout/menu_back.gif) no-repeat;
}

#menu ul li a, #menu ul li a:visited {
	display: block;
	float: left;
	height: 30px;
	padding: 0px 16px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#menu ul li a:hover {
	background: #EE3B33;
}

#menu ul li a.active {
	background: #EE3B33;
}

#menu UL UL {
	position: absolute;
	top: 45px;
	left: 0px;
	width: 800px;
	height: 26px !important;
	background: #fff;
	background: transparent;
}

#menu UL UL li {
	display: block;
	position: relative;
	width: auto !important;
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
	background: #EE3B34;
}

#menu UL UL li:hover {
	bottom: 0px;
	background: #EE3B34;
}

#menu UL UL li a, #menu UL UL li a:visited {
	display: block;
	height: 18px !important;
	margin: 4px 8px !important;
	line-height: 18px !important;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}

#menu UL UL a:hover {
	bottom: 0px;
	color: #EE3B34 !important;
	background: #fff;
}

#menu UL UL .submenu_left_corner {
	float: left;
	width: 8px;
	height: 26px;
	background: url(../../img/default/layout/submenu_left_corner.png) no-repeat;
}

#menu UL UL .submenu_right_corner {
	float: left;
	width: 8px;
	height: 26px;
	background: url(../../img/default/layout/submenu_right_corner.png) no-repeat;
}

DIV#menu UL UL {
	DISPLAY: none;
}

DIV#menu UL li:hover UL {
	DISPLAY: block;
}



