/* ----- NAVIGATION ----- */
#navigation {
height:30px;
background: url(../images/NavBG2.jpg) no-repeat;
border-right: solid 2px #332003;
border-left: solid 2px #332003;
font-size: 13px;
text-align: center;
}
#navcontainer ul
{
margin: 0px;

}
#navcontainer ul li
{
list-style-type: none;
padding: 0px;
margin: 0px;
display: block;
float: left;
background: url(../images/navBarBg.jpg) repeat-x 30px;
font: 12px/20px "Lucida Grande", verdana, sans-serif;
text-align: center;
}

#navcontainer a
{
color: #fff;
text-decoration: none;
display: block;
padding: 4px;
width: auto;
border-top: 1px solid #202c3a;
border-bottom: 1px solid #202c3a;
border-right: 1px solid #202c3a;
}

#navcontainer li#active { font-weight: bold; background: url(../images/navBarBgActive.jpg) repeat-x 30px; }
#navcontainer a:hover {font-weight: bold; background: url(../images/navBarBgHover.jpg) repeat-x 30px; }
