body,td,table {font-family: Arial, Helvetica, sans-serif; }

.style13 {font-size: 9px}
.style14 {color: #2F2B78}
.style16, h1,h2,h3 {
	color: #2F2B78;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}
h2,h3 {
	color: #2F2B78;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style20 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #000000;}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.abbr {
}
.style1 {font-family: Arial, Helvetica, sans-serif}
.style3 {font-size: 10px}
.style5 {font-size: 12px}
.style7 {font-size: 12pt}
.style10 {color: #FFFFFF}
.style11,.menulink  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
text-decoration:none
}
.style12 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; text-decoration: none; }

#menu {
        border-right: 0px solid #000;
        padding: 0 0 0 0;
        margin-bottom: 0;
        font-family: Arial;  
        font-size : 10pt;
        font-weight: bold;
        background-color: #transparent;
        color: #000000;
        }

.menuactive {
        color: black;
        border-right: 0px solid #000;
        padding: 0 0 0 0;
        margin-bottom: 0;
        font-family: Arial;  
        font-size : 12pt;
        font-weight: bold;
        background-color: #transparent;
        }


        #menu ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #menu li {
border-bottom: 1px solid #ffffff;
margin-bottom: 0;
list-style: none;}

        #menu li a {
                display: block;
                padding: 0px 0px 1px 2px;
                border-left: 0px solid #1958b7;
                border-right: 0px solid #508fc4;
                background-color: #transparent;
                color: #fff;
                text-decoration: none;
                font-size : 10pt;
                                }



#menu li a:hover {
                border-left: 0px solid #1c64d1;
                border-right: 0px solid #5ba3e0;
                background-color: #2f2e7a;
                color: #fff;
                }

 #menu li .menuactive {
                border-left: 0px solid #1c64d1;
                border-right: 0px solid #5ba3e0;
                background-color: #transparent;
                color: #2f2e7a;
                }
       
#menu li ul {  /* this one is the dropdown */
 position: absolute; /* so we can hide it */
 left: -999em;  /* by default it is hidden */
 width: 140px;  /* width of the entire dropdown */
 margin-left: 0px;  /* relative position of the menu to the button... 0=tight on bottom.. */
margin-top:-20px;
 background-color: #7097b2; /* color of the entire dropdown */

}

#menu li ul a {  /* override colours for drop down buttons */
background-color:#7097b2;
 width: 140px;
 text-align:left;
 font-size: 10pt;
 border-right:1px;
 color:#ffffff;
 border-bottom: 0.5px  solid #ffffff;
padding: 5px 5px 5px 5px;
}

#menu li ul a:hover {  /* override colours for drop down buttons */
color: #ffffff;
 background-color: #2f2e7a;
}

#menu ul li:hover, #menu ul li.sfhover {
 color: black;
}

#menu ul ul ul {
 position: absolute;
 background-color: #666666; /* color of the entire dropdown */
 top: auto;  /* auto means that it will be in the typicall indented list position below the first menu */
 left: 0;   /* 0 */
 margin: -20 110;       /* adjust the margins to position the 2nd level popout menu to the right*/
 width: 100%;   /* width is based on the containing block */
}

#menu li:hover ul ul, 
#menu li:hover ul ul ul, 
#menu li.sfhover ul ul, 
#menu li.sfhover ul ul ul 
{
 left: -999em;
}

#menu li:hover ul, 
#menu li li:hover ul, 
#menu li li li:hover ul, 
#menu li.sfhover ul, 
#menu li li.sfhover ul, 
#menu li li li.sfhover ul {
 left: auto;
}