
.lukrsdropdiv {
position:absolute;
top: 0;
border: 1px solid #BBB; 
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /* IE shadow */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85); /*opacity IE*/
-moz-opacity:0.85; /*opacity FF*/
}


#hMenu2 a.drop {
width: auto ; 
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;

	display: normal;
	float:none;
	width: auto;
	height: auto;
	
	font-size: 12px;
	line-height: 18px;
	text-transform: none;
	background: none;

}
#hMenu2 a.drop:visited {
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}
#hMenu2 a.drop:active {
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

#hMenu2 a.drop:hover {
background-color: #EE5219; /* background za mouse over */
color:#FFFFFF;
text-decoration:none;
}

* html .lukrsdropdiv a{ /*IE speciality*/
width: 100%;
}

