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

ul.left-menu li
{
	background: #F3F1F2;
	border-top:2px solid #FFF
}
ul.left-menu > li:first-child
{
	border-top:none;
}

ul.left-menu li a
{
	padding: 10px 16px;
	font-size:100%;
	color:black;
	text-decoration:none;
	display:block;
}


ul.left-menu li a:hover
{
	background:#E35353;
	color:#fff;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	background: #e35353 none repeat scroll 0 0;
    color: #fff;
}

ul.left-menu li ul
{
	list-style:none;
	margin:0px 0 0px 0; padding:0;
	position: relative; /*IE bug*/
}
ul.left-menu li ul li
{
	background: rgb(255, 226, 226);
	border-top:2px solid #FFF
}
ul.left-menu .item-selected
{
	background: #fff1b5;
}
