/* CSS Document */
/* START CSS MENIJA */
ul {
	background-color:#00396D;
	list-style: none;
	padding: 4px 0 0 0;
	margin: 0;
	height: 16px;
/*	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;*/
}/*end Pozadina menija*/

#nav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image:  url(../graphics/indent_data_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}
#nav a:hover {
	font-weight: bold;
	color: #84A3B9;
	text-decoration: none;
	background-image:  url(../graphics/indent_data_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #84A3B9;
	text-indent: -5px;
	padding-right: 5px;
	background-image: none;
}

#nav li li a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-indent: -5px;
	background-image: none;
}

li {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	border-width: 1px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 2px;
}

li ul {
	/*size:auto;*/
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color:#00396D;
	height: auto;
	width: auto;
	border: none;
	margin-left: 10px;
	z-index: 10;
}

li li {
	display: block;
	float: none;
	background-color: #00396D;
	height: auto;
	width: auto;
	border-top: 1px dotted #1C5182;
	border-right: 1px solid #00396D;
	border-bottom: 1px solid #00396D;
	border-left: 1px solid #00396D;
}

li:hover ul, li.over ul {
	display: block;
}

li>ul { /* ???  */
	top: auto;
	left: auto;
}

li#first { /*POCETAK MENIJA*/
	border-left-width: 1px;
	padding-left:10px;
}

li#last { /*KRAJ MENIJA*/
	border-right-width: 1px;
}
/*KRAJ CSS MENIJA*/
.text {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	border-width: 1px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #FFFFFF;
	padding-left: 2px;
	padding-right: 5px;
	font-weight: bold;
	margin-top: -2px;
}