/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}
ul.left-menu li {
font-face: Arial;
font-size: 14px;
color: #a42f24;
line-height: 12px;
vertical-align: top;
}
ul.left-menu li a {
font-face: Arial;
font-size: 12px;
color: #a42f24;
text-decoration: underline;
}

ul.left-menu li a:hover {
color: #444444;
}

ul.left-menu li.selected {
color: #444444;
}
ul.left-menu li.selected a {
color: #444444;
font-weight: bold;
text-decoration: none;
}