/* CSS Document */

#navcontainer {
	width: 176px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Verdana;
}

#navcontainer a
{
display: block;
padding: 3.5px;
width: 123px;
background-image:url(../images/button.gif);
background-repeat:no-repeat;
margin-bottom:0px;
}

#navcontainer a:link, #navlist a:visited
{
height:17px;
font-size:10px;
padding-left:50px;
color:#000000;
text-decoration: none;
font-family: Verdana;

}

#navcontainer a:hover
{
background-image:url(../images/button1.gif);
color:#FF0000;
font-weight:bold;
font-size:9px;
}

