#navcontainer {
position: absolute;
	height: 250px;
	width: 160px;
	left: 3px;
	top: 155px;
	z-index: 25;
	text-align: left;
}
#navcontainer ul
{
list-style-type: none;
text-align: left;
margin-left: 0;
padding-left: 0;
line-height: 20px;
}
#navcontainer ul li a
{
background: transparent url(../images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: bold normal 12px Arial, Helvetica, sans-serif;
text-decoration: none;
color: #FFFFFF;
}
#navcontainer ul li a:hover
{
background: transparent url(../images/list-on.gif) left center no-repeat;
color: #FFFFFF;
}
#navcontainer ul li a#current
{
background: transparent url(../images/list-on.gif) left center no-repeat;
color: #FFFFFF;
}
#home .home, 
#about .about,
#free .free,
#news .news,
#youthleaders .youthleaders,
#contact .contact
{
 color: #ffffff;
 background-image: url(../images/list-on.gif);
}
#home a, 
#about a, 
#free a,
#news a,
#youthleaders a,
#contact a,
{
 color: #009DD9;
 text-decoration: none;
}
