.controlNormal {
border-style: solid;
border-color: #ffffff;
border-width: 1px;
}

.controlHover {
border-style: solid;
border-color: #1F3A7C;
border-width: 1px;
}

.floatMenu {
position: absolute; 
left: 0px; top: 135px; 
z-index: 50001; 
visibility: hidden; 
background-color: #4DAFC3; 
border-style: solid; 
border-width: 1;
border-color: #3B9CB0
}

.floatSubMenu {
position: absolute; 
left: 0px; top: 135px; 
z-index: 50002; 
visibility: hidden; 
background-color: #3FA1B5; 
border-style: solid; 
border-width: 1;
border-color: #3FA1B5 
}
.menuNormal {
background-color: #4DB2C7 ;
}
.menuHover {
background-color: #C7C9CC ;
}