/* CSS Document */

#navcontainer {
	width: 200px;
	padding: 170px 0 0 16px;
}

#navcontainer ul
{
list-style-type: none;
text-align: left;
margin: 0;
padding: 0;
}

#navcontainer ul li a
{
padding-left: 20px;
text-align: left;
font: bold 12px Arial, Helvetica, sans-serif;
line-height: 180%;
text-decoration: none;
color: #666;
}

#navcontainer ul li a#home
{
background: url(../images/list-home.gif) left center no-repeat;
}

#navcontainer ul li a#about
{
background: url(../images/list-about.gif) left center no-repeat;
}

#navcontainer ul li a#services
{
background: url(../images/list-services.gif) left center no-repeat;
}

#navcontainer ul li a#plant
{
background: url(../images/list-plant.gif) left center no-repeat;
}

#navcontainer ul li a#contact
{
background: url(../images/list-contact.gif) left center no-repeat;
}

#navcontainer ul li a#testimonials
{
background: url(../images/list-testimonials.gif) left center no-repeat;
}

#navcontainer ul li a:hover
{
color: black;
}