#l_nav ul {
	margin: 0px;
	padding: 0px;
}
#l_nav ul li ul li {
	margin-bottom: 2px;
	background-color: #FFFFFF;
	padding: 0px;
	height: 20px;
	width: 153px;
	text-align: left;
	vertical-align: middle;
	display: block;
	line-height: 18px;
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	border-top-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: solid;
	border-top-color: #A8C4E1;
	border-bottom-color: #A8C4E1;
	border-left-color: #A8C4E1;
	margin-left: 19px;
	margin-top: 5px;
	margin-right: 0px;
}
#l_nav li {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	list-style-type: none;
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	display: block;
	text-indent: 18px;
	text-align: left;
}
#l_nav li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #3366CC;
	text-decoration: none;
}
#l_nav li a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CC0000;
	text-decoration: underline;
}

