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


#chooseCountry .dropDown {
	background-color:#666699;

	position:absolute;
	z-index:100;
	width: 120px;
	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:9px;
	margin-left: 0px;
}

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

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


#chooseCountry .dropDown a {

	display: block;
	
	text-indent: 0px;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
		
	padding: 4px;
	padding-right: 2px;
	padding-left: 8px;
	z-index:100;
}

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



#chooseCountry .dropDown a:hover { 
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}

#chooseCountry .dropDown a:visited {

}

