.footer_leftcol{
	font-family: tahoma;
	font-size: 11px;
	width:236px;
	margin-right: 0px;
	float:left;
	overflow: hidden;
}

.footer_submenu {
	font-family: tahoma;
	font-size: 11px;
	list-style:none;
	padding:10px;
	margin:0px 0px 15px;
	background-color: #ffffff;
	border-top: #272727 1px dotted;
}
.footer_submenu li{
	font-family: tahoma;
	font-size: 11px;
	border-bottom: #f2d480 1px dotted;
	line-height: 130%;
	list-style-position: inside;
	padding: 10;
	margin: 0;
}
.footer_submenu li a{
	font-family: tahoma;
	font-size: 11px;
	color: #4782D2;
	text-decoration: none;
	padding: 4px 0px 4px 2px;
	display:block;
}
.footer_submenu li a:visited{
	font-family: tahoma;
	font-size: 11px;
	color: #4782D2;
	text-decoration: none;
}
.footer_submenu li a:hover{
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	background-color:#f2d480;
	color:#4782d2;
}