/* 
CSS Document - June 08, 2006
*/
/* Left navigation */
/* Style sheet controls positioning and presentation of elements within the left navigation */
td#leftNavBg {
	margin: 0px 0px 0px 0px;
	font-size:10px;
	width: 120px;
	vertical-align: top;
	background-color:#FFE44F;
}

#leftNav {
	list-style-image: none;
	list-style-type: none;
	margin-left: 10px;
	margin-top: 10px;
	padding: 0px 0px 5px 0px;
	width: 120px;
}

#leftNav ul li a {
	margin: 0;
}

#leftNav li {
	display: block;
}

#leftNav li a {
	color: #7A1600;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 7px;
	text-decoration: none;
}

#leftNav li a:hover {
	color: #7A1600;
	display: block;
	font-size: 12px;
	padding: 5px 7px;
	text-decoration: underline;
}

#leftNav a.over {
	background: #FFF;
	width: auto;
}

/*THIRD LEVEL STYLES START HERE */
#leftNav li ul.thirdLevel {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#leftNav li ul.thirdLevel a{
	font-size: 11px;
	font-weight: normal;
	padding: 3px 10px 3px 15px;
}

#leftNav li ul.thirdLevel a:hover{
	font-size: 11px;
	font-weight: normal;
	padding: 3px 10px 3px 15px;
}

#leftNav li ul.thirdLevel a.over {
	background: #FFF;
	width: auto;
}
