#navbg {
	background-color: #333;
}

#navcontainer
{
background-color:#660000;
width: 80%;
height=100%;
margin: 0 auto;
padding: 0;
font-size: 14px;
font-weight: bold;
text-transform: lowercase;
text-align: left;
font-family: arial;
}

#navcontainer tr#navlist td a
{
list-style-type: none;
text-align: center;
padding: 0;
position: relative;
z-index: 2;
}

tr#navlist
{
text-align: center;
font-weight: bold;
list-style: none;
padding:0;
margin:0;
width: 100%;
}

tr#navlist td a
{
width: 100%;
padding: 3 3 3 3;
border-width: 1px;
border-color: #000 #ccc #555 #ffe;
border-style: solid;
border-top:5px solid #000;
border-bottom:5px solid #000;
border-right:1px solid #fff;
background-color: #333;
color: #fff;
}


tr#navlist td#active a
{
background-color:#ffffff;
color:#800000;
}


tr#navlist td a:hover, ul#navlist li#active a:hover
{
border-width: 1px;
border-color: #333 #000 #333 #000;
border-style: solid;
color: #fff;
text-decoration: none;
font-size: 14px;
font-weight: bold;
background-color: #000;
border-top:5px solid #00ff11;
border-bottom:5px solid #00ff11;
}

tr#navlist td a:active
{
border-color: #000 #000 #666666 #000;
border-top:5px solid #ff0000;
border-bottom:5px solid #ff0000;
}

