﻿body {
}

.menu{
margin-bottom: 4px;
 }


.menu ul{
padding: 4px 10px 3px 10px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana, Arial;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #424242;
}

.menu li{
display: inline;
margin: 0;
}

.menu li a{
text-decoration: none;
padding: 4px 10px 3px 10px;
margin: 0;
margin-right: 0; /*distance between each tab*/
color: #3a3a3a;
font: bold 12px Verdana, Arial;
background: #ECEEEC;
border: 1px solid #424242;
}



.menu li a:hover, .menu li a.current
{
    background-color: #008BDF;
    color: white;
}



.bottommenu{
margin-bottom: 4px;
font: 10px Verdana;
 }


.bottommenu ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 10px Verdana, Arial;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.bottommenu li{
display: inline;
margin: 0;
}

.bottommenu li a{
text-decoration: underline;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 0; /*distance between each tab*/
color: black;
font: 10px Verdana, Arial;
}



.bottommenu li a:hover, .menu li a.current
{
    color: navy;
    text-decoration: none;
    
}

.content
{
    margin: 5px 0px 0px 10px;
    width:770px;
    background-color:White;
      
}

