/* CSS Document */


 #navcontainer { margin-left: 20px; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sans-serif;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
	display: block;
	background-color: transparent;
	width: 120px;
	padding: 2px 10px;
	text-decoration: none;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}


#navcontainer a:hover
{
background-color: transparent;
color: #FF00FF;
border-right: 10px;
padding: 2px 1px 2px 10px;
}

#navcontainer ul ul
{
margin-left: 10px;
padding: 0;
list-style-type: none;
}

#navcontainer li li a
{
	display: block;
	color: #5e4641;
	background-color: transparent;
	width: 110px;
	padding: 2px 10px;
	margin: 0;
	border-top: none;
	border-bottom: none;
	border-left: 10px;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}