@charset "utf-8";
/* CSS Document */

#navcontainer
{
	width: 190px;
	w\idth: 170px;
	
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	background-image: url(../images/menudivider.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0;
	border: none;
	text-align: right;
}

#navcontainer li
{
	margin-right: 5px;
	text-indent: 10px;
}

#navcontainer li a
{
	display: block;
	color: #666666;
	text-decoration: none;
	width: 100%;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0.5em;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
	color: #000000;
	background-image: url(../images/list-off.gif);
	background-repeat: no-repeat;
	background-position: right;
}

