/* CSS Document */

#navcontainer
{
background: #369;
border-top: 1px solid #9CC;
}

#navlist
{
list-style: none outside none;
margin: 0;
padding: 0 0 0 0px;

}
/*
@media all {
#navlist {
text-align: center
}
}*/

#navlist li
{
bottom: 11px;
display: inline;
line-height: 1.2em;
margin: 0;
padding: 0;
position: relative;
}

html>body #navlist li
{
background: #000;
margin: 0 1px 0 0;
padding: 4px 0px 4px 0;
}

#navlist a, #navlist a:link, #navlist a:visited
{
background: #099;
border: 1px solid #FFF;
bottom: 2px;
color: #FFF;
cursor: pointer;
display: inline;
height: 1em;
margin: 0;
padding: 3px 5px 3px 5px;
position: relative;
right: 2px;
text-decoration: none;
}

#navlist a:hover
{
background: #900;
bottom: 1px;
color: #FFF;
position: relative;
right: 1px;
}

#navlist a:active
{
background: #999;
bottom: 0px;
color: #FFF;
position: relative;
right: 0px;
}

#navlist li#active, #navlist li#subs2
{
background: #369;
bottom: 13px;
display: inline;
margin: 0 0 0 0;
padding: 0;
position: relative;
}

html>body #navlist li#active, html>body #navlist li#subs2
{
background: #000;
margin: 0 2px 0 0px;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #subs2 a:hover, #navlist #subs2 a, #navlist #subs2 a:link, #navlist #subs2 a:visited, #navlist #subs2 a:hover
{
background: #369;
border-bottom: none;
border-left: 1px solid #369;
border-right: 1px solid #369;
border-top: 1px solid #369;
bottom: 0;
color: #FFF;
cursor: text;
margin: 0;
padding: 2px 4px 0 4px;
position: relative;
right: 0;
}


