.mm_header {
	margin:0px;
	border:1px solid #dee3e7;
	background:#f9f9f9;
	width:170px;
	margin:0px;
}

.mm_header_item {
	padding-left:5px;
	padding-right:5px;
	height:35px;
	line-height:35px;
	font-size: small;
	color:#3fa0cf;
}

.mm_header_item:hover {
	color:#ffffff;
	background:#4dc1f0;
	cursor:default;
}

.mm_sub1 {
	display:block;
	position:absolute;
	margin-left:170px;
	margin-top:-36px;
	background:#636363;
	border-top:1px solid #dee3e7;
	border-right:1px solid #dee3e7;
	width:170px;
	z-index:400;
	filter: alpha(opacity=93);
	opacity:.93;
}

.mm_sub_item {
	padding-left:5px;
	padding-right:5px;
	border-bottom:1px solid #dee3e7;
	font-size:x-small;
	color:#ffffff;
	height:25px;
	line-height:25px;
}

.mm_sub_item:hover {
	background:#4dc1f0;
}