#menuHorizontal {
/*font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(../images/menu.jpg) top repeat-y;*/
	border-top: none;
	/*height:30px;*/
	margin:0 0 0 0;
	padding:0 0 0 0;
	/*width: 567px;*/
	}
#menuHorizontal ul{
	list-style: none;
	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: 2px 0 0 0;
	display: block;
	color: #FFD700;
	font-size: 12px;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 0; 
	/*height:20px;*/
	line-height:20px;
	border-left: 1px solid #9ACD32;
	border-right: 1px solid #003C1E;
	padding:0px 5px 0px 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:#000  url(../images/menu_a_hover.jpg) top repeat-x;
	}