.menusection {
	padding-top: 5px;
}

.menusection h3 a {
	color:#000000;
	text-decoration: none;
	margin: 0;
	font-weight: bold;
}

.menusection:hover h3 a {
	color:#666666;
	text-decoration: none;
}
#left-menu-container{
	width: 121px;
	float:left;
	text-align:right;
	margin-top:10px;
}
#left-menu{
	width: 121px;
	float:left;
	text-align:right;
	margin-top: 5px;
}

.left-menu-header {
	list-style: none;
	padding-left:0px;
	margin:0;
}

.menusection h3 {
	margin:0;
}

.menusection h3 a {
}

#left-menu li {
	width:116px;
	float:right;
	text-decoration: none;
	font-weight: normal;
}

.left-menu-subheader {
	display:none;
	padding-left: 0px;
}

.left-menu-subheader li a {
	color: #0f0f0f;
	text-decoration: none;
}

.left-menu-subheader li a:hover {
	color: #666666;
	text-decoration: none;
}

.active, .menusection .active .active {
	color:#666666;
	font-weight: bold;
}

.active ul {
	display:block;
}

.active ul li .active {
	font-weight: bold;
}

.marmot-head {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/layout/warmot-head.png) no-repeat scroll left;
	padding-left: 25px;
	padding-top: 4px;
}