.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
padding: 10px;
padding-top:115px;
margin-top:0px;
width:491px;/*553*/
padding-right:120px;
padding-left:4px;
height:232px;/*220*/
background-image:url(megamenu_bg.png);
color:#30529b;
/*background-color:#fcc215;*/
background-repeat:no-repeat;
background-position:top left;
overflow:hidden;
list-style: none;
z-index: 100;

}

.megamenu{
}

.megamenu li{
position:relative;
float:left;
margin:0;
padding:5px 0;
/*margin-left:220px;*/
}
.megamenu li a{
position:relative;
float:left;
font: normal 12px Verdana;
line-height:1.5;
padding:2px 10px 0 20px;
/*border-right:1px solid #353276;*/

/*background:url(images/menu_item.png) left top repeat-y;*/
/*width:144px;/*96*/
width:180px;
/*height:12px;*/
text-decoration: none;
/*text-transform: uppercase;*/
color:#353276;
}


.ul_div{
position: absolute;
display:block;
right:30px;
 width: 170px;
 top:127px;
}
.ul_title{
position: absolute;
top:50px;
left:20px;
width:400px;
line-height:.8;
font-size:16px;
font-weight:bold;
padding-left:5px;
margin-bottom:20px;
}

.ul_title_hr{
border:none;
background:white;
color:white;
height:1px;
width:130%;
display:none;
}

.ul_arrow{
position: absolute;
background: url(megamenu_arrow.png) no-repeat;
width:11px;
height:5px;
top:0px;
left:100px;
z-index:100;
display:block;
}


/*.megamenu a:link { color:#353276; text-decoration: none; }*/
.megamenu a:visited { text-decoration: none; }
.megamenu a:hover { color:#F89829; text-decoration: none; }
.megamenu a:active { color:#F89829; text-decoration: none; }
