/* CSS Document */


#navcontainer {
	float:left;
	width: 100px;
	padding-left: 0px;
	text-align: left;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
	text-align: justify;
}

#navcontainer li {
	margin: 30px;
	text-align: right;
}

#navcontainer a
{
	display: list-item;
	padding: 5px 10px;
	width: 120px;
	color: #336600;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: left;
}

#navcontainer a:hover
{
	color: #c3d728;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	text-align: left;
}

#navcontainer ul ul li {
	margin: 20px;
	text-align: left;
}

#navcontainer ul ul a
{
	display: inherit;
	padding: 5px 5px 5px 30px;
	width: 145px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}

#navcontainer ul ul a:hover
{
	color: #000;
	background-color: #990066;
	text-decoration: none;
	text-align: left;
}
