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

ul.left-menu li
{
  height:54px;
}

ul.left-menu li a
{
	font-size:24px;
	color:#333;
	text-decoration:none;
	padding: 15px 16px;
	background:#fef1a8 url(images/menu.png) bottom repeat-x;
    display:block;
    line-height:24px;
  text-shadow: 1px 1px 0 #fff;
}

ul.left-menu li a:hover
{
	color:#fff;
	background:#008100 url(images/menu_hover.png) bottom repeat-x;
  text-shadow: 1px 1px 0 #555;
}

ul.left-menu li a.selected
{
	color:#000;
	background:#fdc500 url(images/menu_active.png) bottom repeat-x;
  text-shadow: 1px 1px 0 #fff;
}


