/* Left menu*/
ul.left-center
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom: 12px;
	position: relative; /*IE bug*/
}

ul.left-center li
{
	padding: 10px 16px 5px 0;
	background:none;
	margin:0!important;
}

ul.left-center li a
{
	font-size:100%;
	/* color:#014591; */
	font-weight:normal;
	text-decoration:none;
}

ul.left-center li a:visited
{
}

ul.left-center li a:hover
{
}

ul.left-center li a.selected:link, 
ul.left-center li a.selected:visited, 
ul.left-center li a.selected:active, 
ul.left-center li a.selected:hover
{
}


