@charset "utf-8";
/* CSS Document */

#navcontainer
{
Font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 70%;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
margin-top: 30px;
border-top: 1px solid #999;
z-index: 1;
}

#navcontainer ul
{
Font-family: Arial, Verdana, Helvetica, sans-serif;
list-style-type: none;
text-align: center;
margin-top: -8px;
margin-left: -7px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
Font-family: Arial, Verdana, Helvetica, sans-serif;
display: inline;
text-align: center;
margin: 0 4px;
}

#navcontainer li a
{
Font-family: Arial, Verdana, Helvetica, sans-serif;
padding: 1px 7px;
color: #ee3226;
background-color: #fff;
border: 1px solid #999;
font-weight: bold;
font-style: normal;
text-decoration: none;
}


#navcontainer li a:hover
{
Font-family: Arial, Verdana, Helvetica, sans-serif;
color: #000;
border: 1px solid #ee3226;
font-style: normal;
text-decoration: none;
}

#navcontainer li a#current
{
Font-family: Arial, Verdana, Helvetica, sans-serif;
color: #FFF;
background-color: #ee3226;
font-weight: bold;
font-style: normal;
text-decoration: none;
}

