.menuLeft
{
}
.menuLeft A
{
	color: #2D2D2D;
	font-family: arial;
	font-size:11px;
	font-weight: normal;
}
.menuLeft ul
{
	margin: 0px;
	margin-left: 3px;
	padding: 0px;
	width:163px;
}
.menuLeft ul ul
{	
	margin-left: 1px;
	width:153px;
}
.menuLeft li
{
	list-style: none;
	background-image: url("/content/images/ShowArrow.gif");
	background-position: left top;
	background-position: 0 8px;
	background-repeat: no-repeat;
	padding:5px;
	padding-left: 8px;
	width: 100%;
}
.menuLeft li.selected
{
	background-image: url("/content/images/SelectedArrow.gif");
	background-position: left top;
	background-position: 0 13px;
	background-repeat: no-repeat;
	padding-left: 8px;
	width: 160px;
}
.menuLeft li.selected a.selected
{	display:block;
	background-color: #E3E3A8;
	padding:5px;
	width: 152px;
}

.menuLeft li ul li.selected
{
	width:152px;
}
.menuLeft li ul li.selected a.selected
{ 	display:block;
	background-color: #F1F1D3;
	padding:5px;
	width:143px;
}


/*
.menuLeft li A
{
	list-style-image: url("/content/images/SelectedArrow.gif");

	background-image: url("/content/images/ShowArrow.gif");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 7px;
}
.menuLeft li A.inner
{
	padding:0;
	background-image: none;
}
.menuLeft li A.selected
{
	background-color: #E3E3A8;
	background-image: url("/content/images/SelectedArrow.gif");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 7px;
}
*/

.menuLeft .title
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
	color: #005196;
	font: normal 13px/normal Arial, Helvetica;
	font-weight:bold;
	
}
