/* ######### Style for Drop Down Menu ######### */


#headerMenu .dropDown {
	position:absolute;
	z-index:100;
	width: 90px;
	text-align:left;
	visibility: hidden;
	color: #313a3f;
	font-size: 10px;
	line-height: 10px;

	border: 1px solid #CCCCCC;
	border-top: 0;
	
	font-weight: normal;
	background-color:#ffffff;
	margin-top:10px;
	margin-left: 3px;
	
}

#headerMenu a.inputBoxWithImg {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
	line-height:normal;

	float: left;
	width: 158px;
	
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	text-decoration: none;
	color: #757575;
	
	background-image:url(../images/projektiInput.gif);
	background-repeat:no-repeat;
	background-position:0;
}

#headerMenu a.inputBoxWithCSS { /*za input boxe, ki so generirani s css-jem; ne s sliko*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
	line-height:normal;

	float: left;
	width: 110px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	
	background-color: #FFFFFF;
	border: 1px solid #666666;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	text-decoration: none;
	color: #757575;
}

#headerMenu .dropDown a {
	/*width: 100%;*/
	display: block;
	
	text-indent: 0px;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
		
	padding: 4px;
	padding-right: 2px;
	padding-left: 8px;
	z-index:100;
}

#headerMenu .dropDown a.withDelimiter {
	border-bottom: 1px dotted #3e5aa6;
}



#headerMenu .dropDown a:hover { /*Theme Change here*/
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}

#headerMenu .dropDown a:visited { /*Theme Change here*/

}

