﻿#footnav_ascx_container
{
	float: left;
	background: url(/@Images/menu-backgr1.jpg);
	width: 940px;
	height: 44px;
	
}

#footnav_ascx_container a
{
	font-weight: bold;
	color: Black;
	text-decoration: underline;
}
#footnav_ascx_container a:hover
{
	text-decoration:none;
}


#footnav_ascx_containerul
{
	text-align:center;
	margin-top:10px;
}



#footnav_ascx_containerul .divider
{
	font-weight: bold;
	color: Black;
	margin-left:10px;
	margin-right:10px;
	display:inline;
}

#footnav_ascx_container a
{
	font-size: 13px;
	display: inline;
}

