#navcontainer { 
	width: 260px; 
	ma/rgin-top:20px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer li
{
margin-left: 10px;
padding-left: 20px;
background-image: url(images/menu_arrow.png);
background-repeat: no-repeat;
background-position: 0;
}



#navcontainer a
{
display: block;
padding: 5px;
margin-left:10px;
padding-left:10px;
width: 175px;
margin-right:30px;
background-color: #CCD6E0;
border-bottom: 1px dashed #039;
fo/nt-weight:bold;
font-size:12px;
}

#navcontainer a.top {
b/order-top: 1px dashed #039;
}

#navcontainer a.bottom {
border-bottom: 0;
}

#navcontainer a:link, #navlist a:visited
{
color: #003;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}
