#menuHorizontal {
	font-family:  "Trebuchet MS", Helvetica, sans-serif;
	border-top: none;
	margin:0;
	padding:0;
	width:910px;
	height:36px;
	background-image: url(../images/bg_menu_horizontal.jpg);
	background-position:  top center;
	background-repeat: no-repeat;
	margin: 0 auto;
}
html>body #menuHorizontal{
padding:0 0 0 0;
}
#menuHorizontal ul{
	margin:0 0 0 0;
	padding: 5px 0 0 0;
	list-style: none;
	font-weight: bold;
	font-size: 1.2em;
	background-color:transparent;
	/*background: url(../images/menu_ul.jpg) top repeat-x;
	width:500px;*/
	height:20px;
	line-height:20px;
	display: block;	
}

#menuHorizontal li {
	float: left;
	text-align: left;
	}
/* not applied by IE Mac or PC \*/
html>body #menuHorizontal li { width:auto; }
/* End hack */
#menuHorizontal a {
	margin: 0;
	display: block;
	color: white;
	font-weight:bold;
	text-decoration: none;
	border: 0; 
	border-left: 2px solid;
	padding:0 5px 0 5px; 
	}
#menuHorizontal a.prvni-menu {
	border-left: none;
	padding-left:15px;
	}	
 #menuHorizontal a.posledni-menu {
	border-right: 1px solid;
	padding-right: 5px;
	}	
/*html>body #menuHorizontal a.prvni{margin-left: 40px; }*/
#menuHorizontal li a:hover {
	/*background-color:white;*/
	color: #FFD700;
	 background:  url(../images/menu_a_hover.jpg) top repeat-x;
	}