@charset "iso-8859-2";

/* -------------------- TMENU 1 ----- */
#nav {
	position:relative;
	height:42px;
	z-index: 80;
}
#nav ul {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	position:relative;
	float: left;
	width: 190px;
	margin: 0 ;
	padding: 0;
	max-height: 42px;	
}
#nav li a,
#nav li.current ul li a {
	display: block;
	width: 190px;
	padding: 0;
	margin: 0;
	height: 42px;
	font-size:22px;
	line-height: 40px;
	color: #a0a0a0;
	text-decoration: none;
	background: url(../grf/button-no.png) no-repeat top left;
}
*+html #nav li a,
*+html #nav li.current ul li a {
	height: 42px;
}
* html #nav li a,
* html #nav li.current ul li a {
	height: 42px;
}
#nav li a:hover,
#nav li.current ul li a:hover {
	color: #808080;
	background: url(../grf/button-ro.png) no-repeat top left;
}
#nav li.current a,
#nav li.current ul li.current a,
#nav a:focus,
#nav a:active {
	color: #585afc;
	background: url(../grf/button-no.png) no-repeat top left;
}
#nav li ul {
	display:none;
	position:absolute;
	left:0;
	width: 190px;	
	margin:0;
	padding:0;
}
#nav ul li:hover ul,
#nav ul li.over ul {
	display:block;
}

#nav li ul li {
	margin:0;
}

