

.navcontainer ul
{
margin: 0;
padding: 0;
/*width:140px;
height:126px;*/
text-decoration:none;
list-style-type: none;
background-image:url(image.png);
color: #cc6600;
border-top:thin;
border-top-color:#0E4962;
border-top-style:solid;
border-top-width:1px;


border-bottom:thin;
border-bottom-color:#0E4962;
border-bottom-style:solid;
border-bottom-width:1px;

}




.navcontainer li { 

margin: 0 0 0 0; 
color: #cc6600;

}

.navcontainer a
{
height:13px;
font-size: 7pt;
color: #cc6600;
text-decoration:none;

font-family: Verdana;
text-align:left;
display: block;
padding: 2px 2px 2px 2px;


border-bottom:thin;
border-bottom-color:#999999;
border-bottom-style:solid;
border-bottom-width:1px;


border-top:thin;
border-top-color:#0E4962;
border-top-style:solid;
border-top-width:0px;


border-left:thin;
border-left-color:#0E4962;
border-left-style:solid;
border-left-width:1px;


border-right:thin;
border-right-color:#0E4962;
border-right-style:solid;
border-right-width:1px;



}

.navcontainer a:link, .navcontainer a:visited
{
color: #CC6600;
text-decoration: none;
height:13px;
}

.navcontainer a:hover
{
color: #0E4962;
height:13px;
}

.active a:link, #active a:visited, #active a:hover
{
color: #cc6600;
height:13px;
}






