h2 { background-color: white ; }




ul.nav
{
list-style-type:none;
margin:0;
padding:0;
padding-left:1%;
overflow:hidden;
}
li.nav
{
float:left;
}

a.nav:link,a.nav:visited
{
display:block;
width:220px;
color:white;

background-color:#3A7728;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
a.nav:hover,a.nav:active
{
font-weight:bold;
}

ul.sidebar
{
list-style-type:none;
margin-top:-30px;
padding:0;
margin:0;
padding-left:1%;
overflow:hidden;
}
li.sidebar
{
float:left;
}
a.sidebar:link,a.sidebar:visited
{
display:block;
font-weight:bold;
color:white;
background-color:#ff5546;
font-size:small;
padding:4px;
text-decoration:none;
width:180px;
text-align:center;
text-transform:uppercase;
}




div.nav {width:100%;background-color:#3A7728;}
div.sidebar {width:100%;background-color:#ff5546;}
div.content {width:100%;background-color:white;margin-bottom:10px}

.footer
{
background-color:#f5851f;
background-color:white;
color:#636363;
}
.footer-box  ul{
background: #9d1f80;
min-height: 10px;
width:100%;
list-style-type: none;
overflow: hidden;
position: relative;
}

.footer-box  li{
display: inline;
float: left;
display: block;
background: #9d1f80;
padding-top:3px;
padding-bottom:3px;
  
}
.mattblackmenu ul{
background: #3d5567;
}
.mattblackmenufoot ul{
background: #3d5567; 

}

.mattblackmenu li a{
color:white;
background: #3d5567;
}
.mattblackmenu li a.visited{
color:white;
}
.mattblackmenu li a:hover{
background: #ee7202;

}

.mattblackmenu li a.selected{
background: #ee7202; /*background of tab with "selected" class assigned to its LI */

}
/* background of submenu*/
.ddsubmenustyle li a{
color: #3d5567;
background-color: #e6edf2;
}
.ddsubmenustyle li a:hover{
background-color: #3d5567;
color: #e6edf2;
}
.ddsubmenustyle a.selected{
background: #3d5567; /*background of tab with "selected" class assigned to its LI */
color: #ee7202;
}
.footer-box  ul{
background: #AFEAAA;
}

.footer-box  li{
background: #AFEAAA;
}

.default-body{max-width:1100px;}

