
/* root element for accordion. decorated with rounded borders and gradient background image */
.toolsaccordion {
	width: 216px;
	background-image: url(images/wf_menumiddle.jpg);
    background-repeat: no-repeat;
    width: 216px;
}

.accordionDiv h3{
	background-image: url(images/wf_menumiddle.jpg);
    background-repeat: no-repeat;
	height: 27px;
    width: 216px;
}

/* accordion header */

.toolsaccordion h2 {
    font-family: Arial;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
     color: #ffffff;	
     margin-top:30px;
     margin-bottom: 0px;
     margin-left: 0px;	
}
.toolsaccordion h3 {
    font-family: Arial;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
     color: #ffffff;	
    padding-left:15px;
    padding-top:8px;
     line-height:110%;	
     margin-bottom: 0px;
}





/* accordion pane */
.toolsaccordion div.pane {
	display:none;
	font-size:13px;	
}



/* entry inside pane with no link */
.toolsaccordion div.pane div {
 width: 216px;
 color:#ffffff;
}

/* a title inside pane */
.toolsaccordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999999;
}

.toolsaccordion A:link,  .toolsaccordion A:visited, .toolsaccordion A:active{
	color: #152450;
    font-family: Arial;
	text-decoration: none;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: bold;
    
}

.toolsaccordion A:active, .toolsaccordion A:hover{
    color:  #b91c22;
    font-family: Arial;
	text-decoration: none;
    margin-bottom: 5px;
    }

.pane a:link, .pane a:visited {
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 15px;
    margin: 0px;
    padding-top: 5px;
    background-image:url(images/wf_menuexpand.jpg);
    background-repeat: repeat-y;
	color:#152450;
}

.pane a:hover, .pane a:active {
    color: #b91c22;
}

.home {
   background-image:url(images/wf_menutop.jpg);
   background-repeat:no-repeat;
    margin-top: 20px;
    padding-bottom:0px;
    height: 26px;
}

    .home a:link:hover, .home a:active, .home a:visited {
        color: white;
        
    }

    .home a:link {
        padding-left:15px;
        
    }

.sitemap a:link {
    padding-left: 15px;

}

    .sitemap a:link:hover, .sitemap a:active, .sitemap a:visited {
            color: white;
        }

    .sitemap {
     background-image:url(images/wf_menubottom.jpg) !important ;
       background-repeat: no-repeat;
       margin-top: 0px !important;
        height: 26px;  
}

.toolsaccordion H3 A:link, .toolsaccordion H3 A:visited, .toolsaccordion H3 A:active {
	color: #ffffff;
    font-family: Arial;
    font-size: 11px;

}

.toolsaccordion H2 A:link, .toolsaccordion H3 A:visited, .toolsaccordion H3 A:active {
	color: #ffffff;
    font-family: Arial;
    font-size: 11px;

}

h3 {
    
   margin-bottom: 8px;
    letter-spacing: normal;
    line-height: 25px;
}

.toolsaccordion h3.currentblock {
        padding-bottom: 0;
        margin-bottom: -8px;
    }
