#finance .ec {
	display: block;
	width: 253px;
	height: 35px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 35px;	
	background: url(img/meniu_normal.jpg) no-repeat;
}


#finance .ec span {
	padding-left: 15px;
}
#finance .ec:hover, #finance a.act {
	display: block;
	width: 253px;
	height: 35px;
	color: #fff;
	background: url(img/meniu_over.jpg) no-repeat;
}

#finance div.con {
	color: #fff;
	background: url(img/dropdown_bg.gif) repeat-x ;
	background-color: #235B35;
	width: 253px;
	display:none;
}

#finance .rounded {
	-moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

#finance div.act, #finance a.act {
	display:block;
	border-radius: 0;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
}

#finance div.con ul {
list-style-type: square;
	margin: 0;	
	line-height: 170%;
	padding: 10px 20px 10px 30px;
	font-size: 12px;
}
#finance div.con * {
	color: #D3E6B4;
}

#finance .last{
	background: url(img/meniu_3_normal.jpg) no-repeat;
}
#finance .last:hover {
	background: url(img/meniu_3_over.jpg) no-repeat;
}

#finance .second{
	background: url(img/meniu_2_normal.jpg) no-repeat;

}
#finance .second:hover, #finance .act:hover {
	background: url(img/meniu_2_over.jpg) no-repeat ;
}
