<!--

/* 
© 2008 - Design, CSS Style by P&B Creations, pbcreations.sk
© 2008 - Martin Plakinger (CEO)
*/

div#menu .menu {
		height: 36px;
		width: 958px;
		
		color:white;
		font-weight:bold;
	font-size:13px;
	font-family:tahoma;
background-image:url("../images/header-menu-bg.gif");
	background-repeat: repeat-x;
		
	}
	
	*> div#menu .menu { margin-top: -11px; }
	
	div#menu .menu ul {
		padding: 0;
		list-style: none;
		line-height: normal;
	}
	
	*> div#menu .menu ul { margin-left:0; }
	
	div#menu .menu li {
		display: inline;
	}
	
	div#menu .menu a, div#menu .menu a:visited, div#menu .menu a:active {
		color:white;
		display:block;
		float: left;
		padding: 10px 17px 10px 17px;
		margin:0;
		text-align: center;
		text-decoration: none;
		border-right:solid 1px white
	}

	div#menu .menu a:hover { color:yellow; text-decoration:none;}



-->