#leftMenu
{
	background:#f3f3f3;
	width:185px;
	padding-left: 5px;
	margin:0 0 -5px 0;
}

#leftMenu ul
{
	list-style:none;
	padding:0;
	margin:5px 5px 5px 13px;
}

#leftMenu .firstlevel
{
	margin-left: 5px;
}

#leftMenu .secondlevel
{
	margin-left: 13px;
}

#leftMenu a.no-children
{
	display: block;
	margin-left: 13px;
}

a.expander img {
	background:url(../images/arrow_right.gif) bottom no-repeat;
	position:relative;
	top:3px;
}

a.expanded img {
	background:url(../images/arrow_down.gif) bottom no-repeat;
	position:relative;
	top:3px;
}

a.menuExpander img {
	background:url(../images/icon-expand.png) left center no-repeat;
	position:relative;
	top:3px;
}

a.menuExpanded img {
	background:url(../images/icon-collapse.png) left center no-repeat;
	position:relative;
	top:3px;
}

#leftMenu li {
	font-weight:normal;
	font-size:8pt;
}

#leftMenu li.selected {
	font-weight:bold;
}

/* Hide all submenus until needed */

ul.firstlevel, ul.secondlevel, ul.thirdlevel
{
    display:none;
}

/* Add ellipsis to third and fourth levels for long link text */
.firstlevel > li > .secondlevel ul li {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}