.main {
margin-top:2px; 
font-weight:bold; 
text-align:center; 
line-height:36px; 
text-decoration:none;
}
.main:hover { 
background-color:#253101;/*58A525*/
}
.prvinivo{ 
text-decoration:none;
font-family:Helvetica, Verdana, Arial, sans-serif; 
font-size:12px; 
color:#9CCD06;
font-weight:bold;
line-height:25px;
text-indent:5px;
border-bottom: 1.0px solid #253101;
}
.prvinivo:hover{
background-color:#253101;
}
.druginivo{ 
text-decoration:none;
font-family:Helvetica, Verdana, Arial, sans-serif; 
font-size:12px; 
color:#9CCD06;
font-weight:bold;
line-height:25px; 
text-indent:5px;
border-bottom: 1.0px solid #253101;
}
.druginivo:hover{
background-color:#253101;
} 
#nav, #nav ul { /* sve liste */
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:3;
	font-family:Helvetica, Verdana, Arial, sans-serif; 
    font-size:12px; 
    
}

#nav a {
	display: block;
	width: 100%;
}

#nav li { /* svi objekti liste */
	float: left;
	width: 100%;/*10em; /* width needed or else Opera goes nuts */
	background:#5E7327;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 140px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	
}

#nav li ul ul { /* third-and-above-level lists */
margin: -26px 0 0 100%;
 
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}

