#mainNav li:hover ul, #mainNav li.sfhover ul { /* lists nested under hovered list items */
	position: absolute;
	left: 120px;
	margin-top: -25px;
	
}

#subNav {
	width: 200px;
	float: left;
	clear: left;
	text-align: right;
	border-right: #CCCCCC 1px solid;
	padding-bottom: 30px;
	min-height: 200px;
}

#content {
	width: 490px;
	float: right;
	clear: right;
	padding-left: 50px;
	border-left: #CCCCCC 0px solid;
}