.MWControlSimpleLayerSwitcher{
    right:1px!important;
    top:1px!important;
    position:absolute;
    text-align:right;
    width:249px!important;
    z-index: 5000!important;
}
.MWControlSimpleLayerSwitcher .buttonClassSelected {
    background-color : #d2cd68;
    border: 1px solid #F4F4D9;
    color: #000000;
    cursor: default;
    float: left;
    font-weight:bold;
    height: 16px;
    margin-left: 1px;
    text-align: center;
    width: 76px!important;
    width: 81px;
    padding:2px;}

.MWControlSimpleLayerSwitcher .buttonClassUnselected {
    background-color : #d2cd68;
    border: 1px solid #ffffff; /*#F4F4D9;*/
    color: #000000;
    cursor: pointer;
    float: left;
    height: 16px;
    margin-left: 1px;
    /* for IE */
    /*filter:alpha(opacity=70);*/
    /* CSS3 standard */
    /*opacity:0.7;*/
    text-align: center;
    width: 76px!important;
    width: 81px;
    padding:2px;}
    
.MWControlSimpleLayerSwitcher .overlayDiv {
	background-color:#d2cd68;
	border-right:1px solid #ffffff; /*#F4F4D9;*/
	color:#000000;
	cursor:pointer;
	margin-left:1px;
	/*opacity:0.7;*/
	padding:2px;
	position:absolute;
	right:0;
	text-align:left;
	top:23px;
	min-width:90px;
	width: expression(Math.max(hackCSSLayerSwitcherOverlayDivSize, 90)+'px');	
	}

.MWControlSimpleLayerSwitcher .moreDivUnselected {
	border-bottom:1px solid #ffffff; /*#F4F4D9;*/
    height: 16px;
    width: 76px!important;
    width: 82px;
}

.MWControlSimpleLayerSwitcher .moreDivSelected {
	border-bottom:0px solid #d2cd68;
    height: 18px!important;
    height: 25px;
    width: 76px!important;
    width: 82px;
}

	
    
