/* KLASI ZA DDMENU */
#dropmenudiv{
position:absolute;
width:100px;
font:normal 12px Arial;
z-index:100;
}

#dropmenudiv a{
width: 114px;
padding: 0px 0;
text-decoration: none;
font-weight: bold;
	color: #454A50;
}

#dropmenudiv a:hover{
	color: #ffffff;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 114px;
height:1px;
}
.handclass
{
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #000000;
}
/* KRAJ KLASI ZA DDMENU */