#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8px;
}
#navcontainer li { margin: 0; }

#navcontainer li li a {
	margin: 0;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	text-indent: 15px;
	background-image: url(menu/dot.png);
	background-repeat: no-repeat;
	background-position: 13px 9px;
}
#navcontainer li li a:hover {
	margin: 0;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	text-indent: 15px;
	background-image: url(menu/dot.png);
	background-repeat: no-repeat;
	background-position: 13px 9px;
}
#navcontainer li li li a {
	margin: 0;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	text-indent: 25px;
	background-image: url(menu/dot.png);
	background-repeat: no-repeat;
	background-position: 23px 9px;
}
#navcontainer li li li a:hover {
	margin: 0;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	text-indent: 25px;
	background-image: url(menu/dot.png);
	background-repeat: no-repeat;
	background-position: 23px 9px;
}


#navcontainer a
{
	display: block;
	width: 144px;
	font-size:11px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: bold;
	color: #000000;
	clip:        rect(auto 140px 15px auto);
	overflow: hidden;
	position: relative;
	height: 11px;
	margin-bottom: 1px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	border: 1px solid #FFFFFF;
}
#navcontainer a:hover
{
	display: block;
	height: 11px;
	margin-bottom: 1px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	width: 144px;
	font-size:11px;
	font-weight: bold;
	background-color: #a0b8c0;
	color: #FFFFFF;
	background-image: url(menu/over.png);
	background-repeat: no-repeat;
	text-indent: 5px;
}
