#navcontainer
{
background: transparent;
border-top: 0px solid #9CC;

}
 
#nav
{
list-style: none outside none;
margin: 0px;
padding: 0px;
}
 
@media all {
#nav {
#text-align: left

}
}
 
#nav li
{
bottom: 0px;
display: inline;
line-height: 0px;
margin: 0px 0px 0px 0px;
position: relative;
}
 
html>body #nav li
{
background: transparent;
margin:  0px 0px 0px 0px;
padding:  0px 0px 0px 0px;

}
 
#nav a, #nav a:link, #nav a:visited
{
font: normal normal 11px Verdana, Arial, Helvetica, sans-serif;
line-height: 20px;
background:transparent;
border: 0px solid #FFF;
bottom: 0px;
color: #ff0000;
cursor: pointer;
display: inline;
height: 0px;
margin-top:0px;
margin: 0px 0px 0px 0px;
position: relative;
//right: 0px;
text-decoration: none;
}
 
#nav a:hover
{
background: transparent;
bottom: 0px;
color: #000000;
position: relative;
margin: 0px 8px 0px 0px;
}
 
#nav a:active
{
background: transparent;
bottom: 0px;
color: #000000;
position: relative;
display: inline;
margin: 0px 8px 0px 0px;
//right: 0px;
}
 
#nav li#active
{
background: transparent;
bottom: 0px;
display: inline;
margin: 0px 8px 0px 0px;
padding: 0;
position: relative;
}
 
html>body #nav li#active
{
background: #transparent;
margin: 0px 8px 0px 0px;
}
 
#nav #active a, #nav #active a:link, #nav #active a:visited, #nav #active a:hover
{
font: normal normal 11px Verdana, Arial, Helvetica, sans-serif;
line-height: 20px;
background: transparent;
border-bottom: none;
border-left: 0px solid #9CC;
border-right: 0px solid #9CC;
border-top: 0px solid #9CC;
bottom: 0px;
color: #000000;
cursor: text;
margin: 0px 8px 0px 0px;
position: relative;
right: 0;
}