#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#navcontainer li { 
margin: 0 0 5px 0; 
list-style-type: none;
}

#navcontainer a
{
display: block;
padding: 2px 2px 2px 0px;
border: 1px solid #333;
width: 130px;
background-color: #eee;
background-image: url();
}

#navcontainer a:link, #navlist a:visited
{
color: black;
font-weight: bold;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #333;
background-color: #CCCCFF ;
background-image: url();
color: #333;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url();
text-decoration:none;
}

#navcontainer2 ul
{
padding-left: 0;
margin-left: 0;
background-color: #E0E0E0;
color: blue;
float: left;
width: 100%;
font-family: sans-serif, helvetica, sans-serif;
font-size: 12px;
}

#navcontainer2 ul li { display: inline; }

#navcontainer2 ul li a
{
font-family:sans-serif;
font-size:12px;
padding: 0.2em .5em;
background-color: #E0E0E0;
color: blue;
font-weight: bold;
float: left;
border-right: 0px solid #fff;
text-decoration:none;
}

#navcontainer2 ul li a:hover
{
background-color: #E0E0E0;
color: RED;
}

