.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
background: white;
filter: alpha(opacity=98);/*”¼“§–¾*/
-moz-opacity: 0.98;/*”¼“§–¾*/
opacity: 0.98;/*”¼“§–¾*/
border: 1px solid #057CFE;
border-width: 5px 2px;
padding: 10px;
font-size:small;
z-index: 100;
-moz-border-radius: 5px; /*Firefox*/
-webkit-border-radius: 5px; /*Safari,Chrome*/
border-radius: 5px; /*Opera,Chrome*/
-webkit-box-shadow: 4px 4px 4px #999999;
-moz-box-shadow: 4px 4px 4px #999999;
}


.megamenu .column{
float: left;
width: 150px; /*width of each menu column*/
margin-right: 5px;
margin-bottom:5px;
}

.megamenu .column ul{
margin: 0 0 0 20px;
padding: 0;
list-style-type: none;
line-height:130%;
}

.megamenu .column ul li{
padding-bottom: 5px;
padding-left:0;
font-size:12px;
list-style:square;
list-style-position:outside;
color:#FF9900;
}

.megamenu .column h3{
 text-decoration: none;
 border-top: 1px solid #06f;
 border-bottom: 1px solid #06f;
 background: #fff url('http://www.sofmap.com/ec/topics/common_parts/menu_arrow.png') no-repeat left top;
 text-indent: 20px;
 font-size: 14px;
 font-weight: bold;
 line-height: 22px;
margin: 0 0 5px 0;
padding:2px;
}


.megamenu .column h3 a{
text-decoration:none;
}
.h3dummy{
font-size:12px;
font-weight:bold;
margin: 0 0 5px 0;
}

.megamenu .column h2{
background: #e0e0e0;
font-size:small;
font-weight:bold;
margin: 0 0 5px 0;
padding:2px;
}
.megamenu .column h2 a{
text-decoration:none;
}

.h2dummy{
font-size:12px;
font-weight:bold;
margin: 0 0 5px 0;
}

.megamenu .column ul li a{
text-decoration: none;
}

.megamenu .column ul li a:hover{
color: red;
}
.megamenu-push{
color: #057CFE;
font-weight:bold;
}
.megamenu-title{
color: #057CFE;
font-weight:bold;
margin:7px 0;
}

.megamenu .mega-topics{
float: left;
width: 300px; /*width of each menu column*/
margin-right: 10px;
margin-bottom:5px;
}

.megamenu .mega-topics ul{
margin: 0 0 0 20px;
padding: 0;
list-style-type: none;
}

.megamenu .mega-topics ul li{
padding-bottom: 5px;
padding-left:0px;
font-size:12px;
list-style:square;
list-style-position:outside;
color:#666;
}
.megamenu .mega-topics ul li a{
text-decoration: none;
}

.megamenu .mega-topics ul li a:hover{
color: red;
}

.megamenu .mega-prd{
float: left;
width: 300px; /*width of each menu column*/
margin-right: 10px;
margin-bottom:5px;
}
.megamenu .mega-prd-text {
font-size:11px;
line-height:130%;
color:#666666;
}
.megamenu .mega-prd-text a{
text-decoration:none;
font-weight:bold;
}