/* DropDOWN menu */
#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em;
	z-index: 900 !important;
}

#nav a {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 2px;
	color: #fff;
	text-decoration: none;
	/* background-color: #333;*/
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	z-index: 999 !important;
	
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-bottom-color: #262626;
	
	border-right-style:solid;
	border-right-width:0px;
	border-right-color: #262626;
	
	border-top-style:solid;
   border-top-width:0px;
	border-top-color: #646464;
	
	border-left-style:solid;
	border-left-width:0px;
	border-left-color: #646464;
}

#nav a:hover {
	/* background-color:#fff; */
	color:#FFFF00;
	line-height: 20px;
}

.selected {
	/* background-color: #fff !important; */
	color:#FFFF00 !important;
}

#nav li {
	float:left;
	position:relative;
}

#nav ul {
	position: absolute;
	display: none;
	width: 12em;
	z-index: 999 !important;
}

/* sec */

#nav li ul a {
	width: 12em;
	height: auto;
	float: left;
	background-color: #515151;
	line-height: 20px;
}

#nav li ul a:hover {
	line-height: 20px;
}

#nav ul ul {
	top: auto;
	background-color: green;
	z-index: 900 !important;
}

#nav li ul ul {
	left: 12em;
	margin: -10px 0 0 -20px;
	z-index: 999;
	background-color: blue;
}

#nav li ul ul li a {
	background-color: blue;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display: block;
}

.arhivalink, .arhivalink:visited {
   font-size:1px;
	float:right;
	width:60px;
	height:28px;
	background-image:url(../img/arhivaInput.jpg);
	border:0px;
	cursor: pointer;
	cursor: hand;
	margin-right:5px;
}

.arhivalink:hover, .arhivalink:visited:hover {
   font-size:1px;
	float:right;
	width:60px;
	height:28px;
	background-image:url(../img/arhivaInputSelected.jpg);
	border:0px;
	margin-right:5px;
	cursor: pointer;
	cursor: hand;
}

.pretragaInput {
	float:right;
	width:100px;
	height:24px;
	border:0px;
	margin-top:2px;
	padding-top:3px;
	font-style:italic;
	font-size:14px;
	font-weight:bold;
}

.ddmns,  .ddmns:visited {
	font-weight:bold;
	color: #515151;
	margin-right: 5px;
}

.ddmns:hover,  .ddmns:visited:hover{
	font-weight:bold;
	color: blue;
	margin-right: 5px;
}

.ddmns_sel {
	font-weight:bold;
	color: blue;
	margin-right: 5px;
}
