 .moniselectList {
     border: 1px solid #eee;
 }

 .moniselectcon {
     position: relative;
     float: left;
     width: 88px;
     height: 30px;
     z-index: 999;
     zoom: 1;
     border: none;
 }

 .moniselectcon a {
     position: relative;
     float: left;
     width: 75px;
     height: 30px;
     margin-right: 10px;
     z-index: 999;
     zoom: 1;
 }

 .moniselect {
     height: 30px;
     display: inline-block;
     font-size: 12px;
     padding-left: 0px;
     width: 100%;
     line-height: 30px;
     color: #888;
     z-index: 2;
     position: relative;
     font-style: normal;
 }

 .moniselect a {
     height: 30px;
     display: block;
     font-size: 14px;
     width: 100%;
     line-height: 30px;
     color: #333;
     background: #EDEEF0;
     z-index: 2;
     position: relative;
     font-style: normal;
     padding: 0 5px;
 }

 .moniselect a:hover {
     color: #164884;
     border: 1px solid #eee;
 }

 .moniselect i {
     width: 11px;
     height: 16px;
     background-position: 0 0px;
     display: inline-block;
     overflow: hidden;
     position: absolute;
     right: 5px;
     top: 8px;
 }

 .moniselect i {
     background: url(../images/down.png) center no-repeat;
 }

 i {
     font-style: normal;
 }

 .moniselectList {
     width: 88px;
     border-top: none;
     position: absolute;
     top: 32px;
     left: 0;
     z-index: 999;
     padding-top: 4px;
     background-color: #FFF;
     display: none;
 }

 .moniselectcon .moniselectList a {
     display: block;
     font-size: 12px;
     width: 100%;
     height: 30px;
     line-height: 30px;
     margin: 0;
     padding: 0px 0 0px 10px;
     border: 1px solid ed;
 }

 .moniselectcon .select {
     color: #164884;
 }