
/* root element for accordion. decorated with rounded borders and gradient background image */
.toolsaccordion {
	width: 210px;
	
}

/* accordion header */

.toolsaccordion h2 {
	font-size:12px;
	font-weight:bold;
     color: #ffffff;
     cursor:pointer;	
     background-image:url(images/wf_menutop.jpg);
     background-repeat:no-repeat;	   
     margin-left: 10px;
     margin-top: 10px;
     padding-top: 7px;
     width: 225px;
     height:28px;
     margin-bottom:0px;
     background-color: #063372;
     display: flex;
     align-items: center;
     margin-bottom: 25px;
}

.toolsaccordion h2:first-child {
	font-size:12px;
	font-weight:bold;
     color: #ffffff;
     cursor:pointer;	
     background-image:url(images/wf_menutop.jpg);
     background-repeat:no-repeat;	   
     margin-left: 10px;
     margin-top: 10px;
     padding-top: 12px;
     width: 225px;
     height:34px;
     margin-bottom:0px;
     background-color: #063372;
     display: flex;
     align-items: center;
}


    .toolsaccordion h2.currentBlock {
        background-image:url(images/wf_mo_menutop.jpg);
       background-repeat: no-repeat;
       margin-bottom:0px;
      margin-top:0px;
    }

.toolsaccordion h3 {
	font-size:12px;
   background-image:url(images/wf_menumiddle.jpg);
	font-weight:bold;
    cursor:pointer;
	color: White;	
     margin-left: 10px;
    width: 204px; 
      padding-left: 20px;   
      background-repeat:no-repeat;	
      margin-bottom:0px;
      margin-top:0px;
      height: 35px;
      line-height:16px;
      padding-bottom: 0px;
      padding-top:4px;
      background-color: #063372;
      display: flex;
      align-items: center;
}



/* currently active header */
    .toolsaccordion h3.currentBlock {
         background-image:url(images/wf_mo_menumiddle.jpg);
       background-repeat: no-repeat;
       margin-bottom:0px;
      margin-top:0px;
	
    }

      /* .toolsaccordion h3 a:link.currentBlock {
         background-image:url(images/wf_mo_menumiddle.png);
       background-repeat: no-repeat;
       margin-bottom:0px;
      margin-top:0px;
	 width: 207px; 
    }*/ 

       .toolsaccordion h2.current {
	font-size:14px;
	font-weight:normal;
	cursor:pointer;
     color: White;	
     margin-left:10px;
     margin-top:0px;
      margin-bottom: 8px;	
      
    }

/* accordion pane */
.toolsaccordion div.pane {
	display:none;
    color:#ffffff;
	font-size:13px;
    
}

/* entry inside pane with no link */
.toolsaccordion div.pane div {
	
    
}

/* a title inside pane */
.toolsaccordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#ffffff;
     background-image:url(images/wf_menuexpand.jpg);
}

.toolsaccordion A:link,  .toolsaccordion A:visited, .toolsaccordion A:active{
	
    font-weight: bold;
    font-family: Arial;
	text-decoration: none;
    color:#033273;
    background-image:url(images/wf_menuexpand.jpg);
    background-repeat: repeat-y;
    margin-left:10px;
    padding-left: 22px;
    padding-bottom: 5px;
    padding-top: 5px;
    width:205px;
    padding-right:10px;
    
}



.pane a:link, {
    color: #ffffff;
    line-height: 120%;
   
   
}

.pane a:hover, .pane a:active {
    color: #a90202;
}

.home {
    background: none;
    margin-top: 20px;
    margin-left: -12px;
    padding-bottom:0px;
}

    .home a:link:hover, .home a:link:active {
        color: white;
        
    }

    .home a:link {
        padding-left:10px;
        
    }

.links a:link {
    padding-left: 10px;

}

    .links a:link:hover, .home a:link:active {
            color: white;
        }

    .links {
     background-image:url(images/wf_menubottom.jpg) !important ;
       background-repeat: no-repeat;
       margin-top: 0px !important;
          
}

.toolsaccordion H3 A:link, .toolsaccordion H3 A:visited {
	color: #ffffff;
    font-weight: bold;
    font-family: Arial;
    margin-left: -22px;
    font-size: 11px;
    background:none;
}

.toolsaccordion H3 A:hover {
    color: white;
}


.toolsaccordion H2 A:hover {
    color: #a90202;
}

.toolsaccordion H2 A:link, .toolsaccordion H2 A:visited,  .toolsaccordion H2 A:active {
	color: #ffffff;
    font-weight: bold;
    font-family: Arial;
    
    font-size: 11px;
    background: none;

}

.toolsaccordion H2 A:hover {
    
}



