.mCon {
 position: relative;
 margin: 0px auto;
 width: 685px;
 color: #000000;
 background-color: #909090;
 cursor: pointer;
 z-index: 100;
 }

.mLabelCon {
 position: static;
 color: #FFFFFF;
 height: 19px;
 font-size: 16px;
 border-left: 1px solid #909090;
 }

.mLabel {
 position: static;
 float: left;
 width: 114px;
 font-size: 16px;
 font-weight: bold;
 line-height: 19px;
 text-align: center;
 background-color: #909090;
 }

.mGroup {
 position: absolute;
 font-size: 14px;
 border: 1px solid #AAA898;
 display: none;
 }

.mItem {
 position: static;
 width: 140px;
 padding-left: 10px;
 line-height: 19px;
 background-color: #FEFEFE;
 }
