@charset "utf-8";
/* CSS Document */

#mainNav li:hover ul, #mainNav li.sfhover ul { /* lists nested under hovered list items */
	position: absolute;
	left: 220px;
	margin-top: -20px;
	margin-left: 0px;
	
}



#content {
	width: 500px;
	float: right;
	clear: right;
	padding-left: 0px;
	border-left: #CCCCCC 0px solid;
}
