body.custom { background: #ECF4FF ; }


.custom #container {
    
    margin-bottom: 2em;
    padding: 0.1em;
    background: #3E7CD1;
    border: 0.2em solid #B6C5E6;
}





.custom .menu a {color: #ffffff; background: #3466A5;}
.custom .menu a:hover {color: #000000; background: #3E7CD1;}

.custom .submenu a {color: #ffffff; background: #3466A5;}
.custom .submenu a:hover {color: #000000; background: #3E7CD1;}

.custom #header { padding: 0; }


/*change the background color of everything on the nav bar except tabs*/
.custom ul#tabs { background: #ffff00; }

/*change the background color of unselected tabs*/
.custom ul#tabs li a { background: #000000; }
/*change the font color of unselected tabs*/
.custom ul#tabs li a { color: #000000; }

/*change the background of color the selected tab*/
.custom ul#tabs li.current_page_item a { background: #000000; }
/*change the font color of the selected tab*/
.custom ul#tabs li.current_page_item a { color: #000000; }

/*change the background color of unselected tab when the cursor hovers over it*/
.custom ul#tabs li a:hover { background: #000000; }
/*change the font color of unselected tab when the cursor hovers over it*/
.custom ul#tabs li a:hover { color: #000000; }
