#leftFrame ul {
	margin: 0;
	padding: 0;
}
#leftFrame ul li {
	color: #000;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	line-height: 12px;
	text-decoration: none;
	width: 148px;
	padding: 0px 10px 0px 0;
	float: left;
	list-style-type: none;
}
#leftFrame ul li a{
	display: block;
	width: 148px;
	height: 12px;
	color: #000;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 12px;
	text-decoration: none;
	padding: 9px 5px;
	margin: 0;
	background-image: url('img/nav_line.gif');
	background-repeat: no-repeat;
}
#leftFrame ul li a:hover{
	color: #222d80;
	background-image: url('img/nav_line_o.gif');
	background-repeat: no-repeat;
}
#leftFrame ul li ul li {
	background-color: white;
}
#leftFrame ul li ul li a {
	display: block;
	width: 147px;
	background-color: white;
	margin: -7px 0 0 0;
	padding: 7px 10px 7px 0;
	font-style: italic;
	font-weight: normal;
	background-image: url('img/spacer.gif');
	background-repeat: no-repeat;
}
#leftFrame ul li ul li a:hover {
	font-weight: normal;
	background-image: url('img/spacer.gif');
	background-repeat: no-repeat;
}
