div.mclmenu {
	width: 212px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 51px;
	background: url(bottom.gif) no-repeat; background-position:bottom;
	color: #ffffff;
}
div.mclmenu div {
	background: url(title.gif) no-repeat; background-position:bottom;
	overflow: hidden;
}
div.mclmenu span:hover {
        color:#3399cc;
}
div.mclmenu span.bb {
	background: url(secondtitle.gif) no-repeat; overflow:hidden; background-position:bottom;
}
div.mclmenu span.bc {
	background: url(thirdtitle.gif) no-repeat; overflow:hidden; background-position:bottom;
}
div.mclmenu span.bd {
	background: url(fourthtitle.gif) no-repeat; overflow:hidden; background-position:bottom;
}
div.mclmenu span.be {
	background: url(fifthtitle.gif) no-repeat; overflow:hidden; background-position:bottom;
}
div.mclmenu div:first-child {
	background: url(toptitle.gif) no-repeat; overflow:hidden; background-position:top;
}

div.mclmenu div.collapsed {height: 25px;}
div.mclmenu div span {display: block; padding:5px 10px;	font-weight:bold; color:#ffffff; cursor:default; border-bottom:1px solid #ffffff;}

div.mclmenu div a {
	padding: 5px 10px;
	background: #ffffff;
	display: block;
	border-bottom: 1px solid #cccccc;
	color: #006699;
}
div.mclmenu div a.current {
	background : #ffffff;
}
div.mclmenu div a:hover {
	background : #3399cc url(linkarrow.gif) no-repeat right;
	color: #ffffff;
	text-decoration: none;
}