﻿#leftpanel .Title
{
	background-color: #900e05;
	color: White;
}

#leftpanel .MenuItem
{
	background: url('Left/MenuItem.gif') right no-repeat #eedbda;
	color: #8f0f05;
}

#leftpanel .MenuItemHover,
#leftpanel .MenuItemSelected
{
	background: url('Left/MenuItemHover.gif') right no-repeat #d19d9a;
	color: White;	
}

