@charset "utf-8";
/* CSS Document */
#navcontainer
{
background: #FFF8B7;
font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
 
#nav
{
list-style: none outside none;
}
 
@media all {
#nav {
text-align: center
}
}
 
#nav li
{
display: inline;
position: relative;
}
 
html>body #nav li
{
background: #FFF8B7;
padding: 4px 0px 0 0;
}
 
#nav a, #nav a:link, #nav a:visited
{
background: #FFF8B7;
color: #333;
cursor: pointer;
display: inline;
padding: 3px 5px 0 5px;
position: relative;
text-decoration: none;
}
 
#nav a:hover
{
background: #FFF8B7;
color: #333;
position: relative;
}
 
#nav a:active
{
background: #FFF8B7;
color: #00000;
position: relative;
font-weight: bold;
}
 
#nav li#active
{
background: #FFF8B7;
display: inline;
position: relative;
font-weight: bold;
}
 
html>body #nav li#active
{
background: #FFF8B7;
font-weight: bold;
}
 
#nav #active a, #nav #active a:link, #nav #active a:visited, #nav #active a:hover
{
background: #FFF8B7;
color: #00000;
cursor: text;
padding: 2px 5px 0 5px;
position: relative;
font-weight: bold;
}
