#rightcontainer { width: 144px; }

#rightcontainer ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	
}

#rightcontainer li
{
margin: 0px;
padding: 0px;
line-height: 20px;

}

#rightcontainer ul li a
{
	display: block;
	width: 130px;
	padding-left: 14px;
	background-color: #666B59;
	font-size: 9pt;
	color: #000;
		
}

#rightcontainer ul li a:link, #rightcontainer ul li a:visited
{
	color: #fff;
	text-decoration: none;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	background-image: url(../arrow_2.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;


}

#rightcontainer ul li a:hover
{
color: #85c226;


}

#rightcontainer ul ul li a
{
display: block;
padding-left: 20px;
width: 110px;
font-size: 8pt;
}

#rightcontainer ul ul li a:link, #rightcontainer ul ul li a:visited
{
	color: #fff;
	text-decoration: none;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #666B59;
	background-image: url( );
	background-repeat: no-repeat;
	background-position: left center;
	
	
}

#rightcontainer ul ul li a:hover
{
color: #85c226;

}

/* selected states */
#rightcontainer ul li a#current
{
	font-weight: normal;
	color: #85c226;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	
}

#rightcontainer ul ul li a#subcurrent
{
font-weight: normal;
color: #85c226;

}

