/* prospekta.net */

/* menu */



#nav {

	height: 43px;
  	position:absolute;
	left:29px;
	top:231px;	
	
	z-index: 1;

}



#nav1, #nav2, #nav3, #nav4, #nav5, #nav6 {

	text-decoration: none;

	display: block;

	height: 43px; 

	text-indent: -99999px;	

	overflow: hidden;

} 

						#nav0{
	position:absolute;
	left:14px;
	top:231px;
	width:15px;
	height:43px;
}		   
 /*
#nav1 {
	position:absolute;
	left:29px;
	top:231px;
	width:108px;
	height:43px;
}

#nav2 {
	position:absolute;
	left:137px;
	top:231px;
	width:128px;
	height:43px;
}

#nav3 {
	position:absolute;
	left:265px;
	top:231px;
	width:102px;
	height:43px;
}

#nav4 {
	position:absolute;
	left:367px;
	top:231px;
	width:178px;
	height:43px;
}

#nav5{
	position:absolute;
	left:545px;
	top:231px;
	width:127px;
	height:43px;
}

#nav6 {
	position:absolute;
	left:672px;
	top:231px;
	width:100px;
	height:43px;
}

#nav7 {
	position:absolute;
	left:772px;
	top:231px;
	width:24px;
	height:43px;
}  */

a#nav1 {

	width: 108px;

	background: url(../images/index_08.gif) no-repeat;

}

a#nav2 {

	width: 128px;

	background: url(../images/index_09.gif) no-repeat;

}

a#nav3 {

	width: 102px;

	background: url(../images/index_10.gif) no-repeat;

}

a#nav4 {

	width: 178px;

	background: url(../images/index_11.gif) no-repeat;

}

a#nav5 {

	width: 127px;

	background: url(../images/index_12.gif) no-repeat;

}

a#nav6 {

	width: 100px;

	background: url(../images/index_13.gif) no-repeat;

}



a#nav1:hover {

	background: url(../images/index_08-over.gif) no-repeat;

}

a#nav2:hover {

	background: url(../images/index_09-over.gif) no-repeat;

}

a#nav3:hover {

	background: url(../images/index_10-over.gif) no-repeat;

}

a#nav4:hover {

	background: url(../images/index_11-over.gif) no-repeat;

}

a#nav5:hover {

	background: url(../images/index_12-over.gif) no-repeat;

}

a#nav6:hover {

	background: url(../images/index_13-over.gif) no-repeat;

}



#nav a:hover {

}



/*

#nav a.active, #nav a.active:hover  {

/*	background-position: 0 -22px; 

}

*/


	
#nav li {

	float: left;
	position: relative;
	
} 	  



#nav ul, #nav li {

	z-index: 0;

	margin: 0;

	padding: 0;

	list-style-type: none;	
	
	

}



#nav ul li{

	float: left;

	list-style: none;

}



#nav ul ul{

	display: none;

}



/*

#nav div.last{

	left:auto;

	right:0;

}



#nav div.first{

}

*/



   

#nav div { 

	top: 36px; /* visina od koje se pocinje prikazivati submeni */

	left: 0px;

	display: block;

	margin: 0px;

	padding: 0px;

	background-color: #000033;

	width: 200px; /* sirina podmenija */

	position: absolute;	   
	
	filter:alpha(opacity=90);	   
	-moz-opacity:.90;
	
	opacity:.90;			
	
}



/* Linkovi u podmeniju */ 

#nav li div a {

	width: auto;

	height: auto !important;

	overflow: visible;

/*	background: none; */

	font-family: Tahoma;

	font-size: 12px;

	font-weight: bold;

	color: #FFFFFF;

	border: 1px dotted #d0d0d0;

	border-width: 0 0 1px 0;

	padding: 4px 5px 4px 0px;

/*	white-space: nowrap; */

	display: block;

	position: relative;
	
	  filter:alpha(opacity=100);	 -moz-opacity:1;	opacity:1;  

	float: left;

	float: none;

	clear: both;

	text-decoration: none;	


}



#nav li div a:hover{

	background-color: #003366;

	color: white;
   filter:alpha(opacity=100);	-moz-opacity:1;	opacity:1;   
}



#nav li div a.first{

	padding-top:4px;

}



#nav li div a.last{	



}



#nav li div a.first:hover, #nav li div a.last:hover{

}