.mh {
	background-color : #ff9966;
	border : 3px #ff9966 solid;
	color : #000000;
	display : block;
	font-family : Tahoma, Verdan, Helvetica, Sans-Serfif;
	font-size : 12px;
	font-weight : bold;
	padding-left : 2px;
	padding-right : 0px;
	vertical-align : center;
	width : expression("100%");
}

.mn {
	background : #ffcc99;
	padding : 0px;
	position : absolute;
	z-index : 100;
	border-bottom : 0px solid #ffcc99;
	border-right : 0px solid #ffcc99;
	border-top : 0px solid #ffcc99;
	border-left : 0px solid #ffcc99;
}

.mn a{
	border : 1px #ffffff solid;
	color : #333333;
	display : block;
	font-family : Tahoma, Verdan, Helvetica, Sans-Serfif;
	font-size : 11px;
	padding : 3px 2px 2px 4px;
	text-decoration : none;
	vertical-align : center;
	width : expression("100%");
}

.mn a:hover {
	background : #ffffff;
	border : 1px #ffcc99 solid;
	color : #333333;
	font-weight : bold;
}

.sp {
	border-bottom : #dddddd 0px solid;
	border-top : #ffffff 0px solid;
	margin : 1px 1px;
}

