#navcontainer { margin-left: 0px;
}
#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#navcontainer li { margin: 0;
}
#navcontainer a {
display: block;
padding: 1px 0;
width: 200px;
color: #000;
background-color: #009999;
text-decoration: none;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #333;
border-right: 1px solid #333;
font-weight: bold;
font-size: .6em;
background-image: url(../images/degrade01.jpg);
background-repeat: no-repeat;
background-position: left bottom;
}
#navcontainer a:hover
{
color: #000;
background-color: #339999;
text-decoration: none;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
background-image: url(../images/degrade02.jpg);
background-repeat: no-repeat;
background-position: left bottom;
}
#navcontainer ul ul li { margin: 0;
}
#navcontainer ul ul a {
display: block;
padding: 1px 0;
width: 200px;
color: #000;
background-color: #00CCCC;
text-decoration: none;
font-weight: normal;
}
#navcontainer ul ul a:hover {
color: #000;
background-color: #66FFFF;
text-decoration: none;
}
