#navcontainer {
	margin-left: 30px;
	position: absolute;
	left: 172px;
	top: 316px;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
	line-height: 6px;
	color: #FFF;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
	display: block;
	padding: 4px;
	width: 180px;
	color: #FFF;
	background-color: #3f6693;
	text-decoration: none;
	font-weight: bolder;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: 0 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #fff;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #fff;
	line-height: 12px;
}

#navcontainer a:hover
{
	color: #000;
	background-color: #CCC;
	text-decoration: none;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-image: url(images/vertical06a.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#navcontainer ul ul li { margin: 0; }

#navcontainer ul ul a
{
	display: block;
	width: 180x;
	color: #333;
	background-color: #eaecef;
	font-weight: normal;
	line-height: normal;
	font-size: 10px;
	font-style: normal;
}

#navcontainer ul ul a:hover
{
	color: #000;
	background-color: #3f6693;
	text-decoration: none;
}
