/* CSS Document */

#navitem3 li {
	padding-bottom: 320px;
	background-color: #F1ECE2;
	padding-top: 10px;
	margin-right: -2px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

#navitem3 li li {
	background-color:#F4F1EA;
	width: 135px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	padding-left: 15px;
	border-top-color: #F1ECE2;
	border-right-color: #F1ECE2;
	border-bottom-color: #F1ECE2;
	border-left-color: #F1ECE2;

}

#navitem3 li li li {
	font-size:11px;
	width: 105px;
	line-height:15px;
	padding-left: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navitem3 li ul { /* second-level lists */
	position : absolute;
	left: 0px;
	margin-left : 0px;
	margin-top : 5px;
	background-color: #EBE4D6;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
#navitem3 li a {
	display : block;
	text-decoration : none;
	padding : 0 0px 3px 3px;
	color: #744D50;
	font-weight: bold;
	}
	
#navitem3  li li a{
	width: 120px;
	padding: 0 0 0 15px;
	color: #8D7F5C;
	background-image: url(../../images/master/leftnav_subbullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#navitem3 li li li a{
	color: #CBBFA0;
	width: 105px;
	padding-left: 15px;
}

#navitem3 li ul ul { /* third-and-above-level lists */
	left: 0px;
	background-color: #EBE4D6;
	padding: 0px;
	margin-left: -1px;
	margin-top: 0px;
}

#navitem3 li a:hover {
	background-color : #C4BBA6;
	padding-bottom: 8px;
}

#navitem3 li li a:hover {
	padding-bottom: 5px;
}

	#navitem3 li:hover ul ul, #navitem3 li:hover ul ul ul, #navitem3 li.sfhover ul ul, #navitem3 li.sfhover ul ul ul {
		left: 0px;
	}
	
	#navitem3 li:hover ul, #navitem3 li li:hover ul, #navitem3 li li li:hover ul, #navitem3 li.sfhover ul, #navitem3 li li.sfhover ul, #navitem3 li li li.sfhover ul { /* lists nested under hovered list items */
		left: 0px;
	}
