#navlist{
padding-left:0px;
}

#navlist li
{
list-style: none;
float: left;
border-right: 0px solid black;
border-bottom: 0px solid black;
height: 44px;
font-size:11px;
background-color:#cccccc;

}

#navcontainer a, #navlist li.extend
{
margin: 0px;
display: block;
border-top: 0px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
padding: 0px;
text-decoration: none;
background: transparent url(http://hosted.where2getit.com/raymarine/images/UnselectedTab.gif) no-repeat scroll right top !important;
font: normal 11px verdana, serif;
color: #000;
height: 44px;
}

#navcontainer a:hover
{
padding: 0px;
border-right: 0px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-top: 0px solid #CCCCCC;
border-bottom: 0px solid #CCCCCC;
color: #000;
height: 44px;
}


#navcontainer a.current
{
padding: 0px;
background: transparent url(http://hosted.where2getit.com/raymarine/images/CurrentTab.gif) no-repeat scroll right top !important;
border-right: 0px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-top: 0px solid #CCCCCC;
border-bottom: 0px solid #CCCCCC;
color: #000;
height: 44px;
}


ul {
margin-left: 0px;


}


