#menuHorizontal {
	font-family:  "Trebuchet MS", Helvetica, sans-serif;
	background: url(../images/bg_menu_horizontal.jpg) repeat-y top;
	border-top: none;
	/*height:30px;*/
	margin:0 auto;
	padding:0;
	width:850px;
	}
html>body #menuHorizontal{
margin:0 auto;
	padding:0 0 0 0;
	width: 850px;
}
#menuHorizontal ul{
	margin:0 25px 0 0;
	list-style: none;
	font-weight: bold;
	font: 0.95em ;
	/*background: url(../images/menu_ul.jpg) top repeat-x;
	width:500px;*/
	height:20px;
	line-height:20px;
	display: block;	
}

#menuHorizontal li {
	float: right;
	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: #FFD700;
	font-weight:normal;
	text-decoration: none;
	border: 0; 
	border-left: 1px solid;
	padding:0 5px 0 5px; 
	}
#menuHorizontal a.prvni-menu {
	border-left: none;
	padding-left:5px;
	}	
 #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: White;
	 background:  url(../images/menu_a_hover.jpg) top repeat-x;
	}
