#menu {	
	position:relative; 
	margin:auto;	
	float:left;
	width:750px; 
	text-shadow: #4cef00 0px 3px 0px; 
	height:30px;
}

.menu {
	position:relative;
	margin:auto;
	height:30px;
	width:750px;
	border-bottom:none;
	text-shadow: #4cef00 0px 3px 2px;
	
}
.menu ul {
	list-style:none; 
	position:absolute; 
	z-index:100; 
	font:10px  "Century Gothic"; 
	margin:auto;
	line-height:2.50em;
}

.menu li {
	float:right;
	width:150px;
	font-weight: bold;
}

.menu li:hover {
	float:right;
	width:150px;
	height:100%;
	font-weight: bold;
	background:url(../img/bckg_podnaslov.png);
}

.menu a, .menu a:active, .menu a:visited {
	text-decoration:none;
	color:#4cef00;
	padding-bottom:10px;
	border-bottom:none;
	font-weight:bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	font-size:13px;
	
}

.menu a:hover {
color:#FFFFFF;
}

#slide {
	position:absolute; 
	margin:auto;
	bottom:0; 
	height:4px; 
	background:#4cef00; 
	z-index:10
}
