#navcontainer { 
	width:173px;
	background:#b5ceec url(/fend/images/bg-menu.gif) left top no-repeat;
	padding:25px 0 10px 0;
}

#navcontainer ul{
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}

#navcontainer li { 
	background: url(/fend/images/li-bullet.gif);
	background-position: 0 .3em;
	background-repeat: no-repeat;
	margin: 0; 
}

#navcontainer a{
	display: block;
	color: #000033;
	background-color: transparent;
	width: 130px;
	border-bottom:1px dotted #fff;
	padding: 2px 0 2px 15px;
	text-decoration: none;
	font-family: arial, verdana, sans-serif;
	font-weight:bold;
	font-size: 11px;
}

#navcontainer a:hover{
	color: #024e85;
	border-bottom:1px dotted #fff;
	padding: 2px 0 2px 15px;
}

#navcontainer ul ul{
	margin-left: 5px;
	padding: 0;
	list-style-type: none;
	border: none;
}

#navcontainer li li a{
	background-image: url(/fend/images/bg-subnavlist.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	display: block;
	color: #3E489F;
	background-color: transparent;
	width: 110px;
	padding: 2px 14px;
	margin: 0;
	border-bottom: 1px solid #b5ceec;
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
	font-weight:bold;
	font-size: 10px;
}

#navcontainer li li a:hover{
	display: block;
	color: #3E489F;
	background-color: transparent;
	width: 110px;
	padding: 2px 14px;
	margin: 0;
	border-bottom: 1px solid #b5ceec;
	text-decoration: none;
	font-weight:bold;
	font-size: 10px;
}


