.gw_dd_submenu_2tab {
  position: relative;
  display: table;
  margin: 0 auto;

}

.gw_dd_sm_container_2tab {
  float: left;
}

.gw_dd_sm_main div:first-child {
  border: solid 1px #dae8f6;
}



.gw_dd_sm_main div {
  float: left;
  width: 178px;
  min-height: 26px;
  border-right: solid 1px #dae8f6;
  border-top: solid 1px #dae8f6;
  border-bottom: solid 1px #dae8f6;
  background-color: #f1f5f8;
  font-family: din-web-jetblue,Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #004990;
  text-align: center;
  /* PADDING: 20PX; */
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 16px;
  cursor: pointer;
  white-space: nowrap;
}

.gw_dd_sm_main div:hover
{
    background-color: #4D90CD;    
    border-color:#4D90CD;
    color: #FFF;
}

.gwsubmain_active {
  background-color: #004990 !important;
  color: #FFF !important;
  border-color: #004990 !important;
}
.gw_roundedCorners_left {
  border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px 0px 0px 3px;
}

.gw_roundedCorners_right {
	border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
}

