﻿/*- Menu Tabs E--------------------------- */

    #tabsE {
      float:left;
      width:100%;
	  height: auto;
      
      font: bold 13px Arial, Verdana, sans-serif;
      line-height:normal;
 		padding:0px 0px;

      }
    
    #tabsE a {
      float:left;
      margin:0;
      padding:0 0px 0 0px;
      text-decoration:none;
      }
    #tabsE a span {
      float:left;
      display:block;
       border-right: 1px solid #F0F3F7;
      padding:6px 8px 6px 8px;
      color:#F0F3F7;/*#818181*/
      }

    /* Commented Backslash Hack hides rule from IE5-Mac \
    #tabsE a span {float:none;}*/
    
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#FFF;/*#FFF*/
      }
    #tabsE a:hover {
      background-position:0% -42px;
      }
    #tabsE a:hover span {
      background: #0000A4;
      }  
      #tabsE a:select span {
      background: #0000A4;/*#818181*/
      }    
    .megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
background: #fff;
border: 1px solid #2458B3;
border-width: 4px 1px;
padding: 6px;
font: bold 12px Arial;
z-index: 100;

}
.megamenu hr{
width: 100%;
color: #f0f1eb;
border: 0;
background-color: #f0f1eb;
height: 3px;
clear: both;
}

.megamenu .column{
float: left;
width: 180px; /*width of each menu column*/
margin-right: 4px;
}

.megamenu .column ul{
margin: 0;
padding: 4px;
list-style-type: none;
}

.megamenu .column ul li{
padding-bottom: 5px;
color: #20348C;
}

.megamenu .column h6{
background: #f0f1eb;
font: bold 12px Arial;
margin: 0 0 5px 2px;
color: #6a6b63;

}
.megamenu .column ul hr{
width: inherit;
border-top: 2px solid #f0f1eb; 
color: #f0f1eb;
margin: 0px;
margin-bottom: 4px;
}


.megamenu .column ul li a{
color: #5065BF;
text-decoration: none;
line-height: 10px;
}

.megamenu .column ul li a:hover{
color: #20348C;
}

.megamenu .column ul li.all a{
color: #003960;
text-decoration: none;
}

.megamenu .column ul li.all a:hover{
color: #4266DB;
}