#navcontainer { width: 160px; margin-top:0; margin-bottom:0; margin-right:0px; }

#navcontainer ul
{

margin-left: 0;
margin-top:0;
margin-bottom:0;
padding-left: 15px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;

}

#navcontainer a
{
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	width: 148px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom:7px;
	
}

#navcontainer a:link, .navlist a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: scroll;
    background-color: #0067B4;
	background-repeat: no-repeat;
	background-position: 0px 33px;


}
#navcontainer a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: scroll;
    background-color: #0067B4;
	background-repeat: no-repeat;
	background-position: 0px 33px;

}

#navcontainer a:hover, #navcontainer  #active
{
	font-size: 12px;
	font-weight:bold;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #EE7300;
} 

