﻿#leftpanel
{
	font-family: Arial;
	font-size: 12px;
}

#leftpanel table
{
	width: 166px;
}

#leftpanel table td
{
	width: 166px;
}

#leftpanel .Title
{
	height:27px;
	padding-left: 10px;
	font-weight:bold;
}

#leftpanel .MenuItem
{ 
	margin-bottom: 1px;
	height: 27px;
	padding-left: 5px;
}
#leftpanel a.MenuItem
{
	background: none;
}

#leftpanel .MenuItemHover
{
	color: White;
	font-weight: bold;
	background: url('Left/MenuItemHover.gif') right no-repeat #cad1a2;
	text-decoration:none;
}

#leftpanel .MenuItemSelected
{
	color: White;
	font-weight: bold;
	background: url('Left/MenuItemHover.gif') right no-repeat #cad1a2;
}

/* olive */



#leftpanel .MenuItem_Olive
{
	background: url('Left/MenuItem_Olive.gif') right no-repeat #d1c01a;
	margin-bottom: 1px;
	height: 27px;
	padding-left: 5px;
	color: White;
	font-weight: bold;
}
#leftpanel a.MenuItem_Olive
{
	background: none;
}


#leftpanel .MenuItemHover_Olive
{
	color: White;
	font-weight: bold;
	background: url('Left/MenuItem_OliveHover.gif') right no-repeat #b8a703;
}


/* gray */
#leftpanel .MenuItem_Gray
{
	background: url('Left/MenuItem_Gray.gif') right no-repeat #bcbcbc;
	margin-bottom: 1px;
	height: 27px;
	padding-left: 5px;
	color: White;
	font-weight: bold;
}
#leftpanel a.MenuItem_Gray
{
	background: none;
}

#leftpanel .MenuItemHover_Gray
{
	color: White;
	font-weight: bold;
	background: url('Left/MenuItem_GrayHover.gif') right no-repeat #969696;
}


/* all link clickable */
#leftpanel .MenuItem a
{
	border:1px solid red;
	display:block;
	line-height:27px;
	width:150px;
	overflow:hidden;
}