/* CSS Document */
.m{
    position:relative;
	line-height:30px;
	min-height:30px;
	width:132px;
	overflow:hidden;
	float:left;
	height:40px;
	margin-right:5px;	
	vertical-align:top;
	
}

.mAR,.mAActiveR,.mAG,.mAActiveR,.mAG,.mAActiveG,.mAB,.mAActiveB{
	display:block;
	height:30px;
	text-decoration:none;
	padding-left:10px;
	font-size:15px;
	text-transform:uppercase;
	font-weight:normal;
	border-left:1px solid black;
}
.mAR, .mAG, .mAB{
	border-bottom:10px solid white;
}
.mAActiveR{
	border-bottom:10px solid #ed1c24;
}
.mAR:hover{
	border-bottom:10px solid #ed1c24;
}
.mAActiveG{
	border-bottom:10px solid #4db848;
}
.mAG:hover{
	border-bottom:10px solid #4db848;
}
.mAActiveB{
	border-bottom:10px solid #57b7e0;
}
.mAB:hover{
	border-bottom:10px solid #57b7e0;
}





.mC{	
	overflow:inherit;
	border:1px solid black;
	border-top:0px;
	margin-left:0px;
	text-align:right;
	padding-bottom:10px;
	background:white;
	
}
.mASub{
	display:block;
	width:125px;
	height:18px;
	text-decoration:none;
}
.mASub:hover{
	text-decoration:underline;
}
.mAState{
	display:block;
	width:160px;
	height:18px;
	text-decoration:none;
	padding-left:10px;
}

