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

ul.left-menu li {
text-align: center;
}

ul.left-menu li a {
	font-size:100%;
	color: #BC262C;
	font-weight: bold;
	text-decoration:none;
}

ul.left-menu li a:hover
{
	text-decoration:underline;
	color:#BC262C;
}


