/* Desired Results access Copyright 2007 CIHS-Sonoma State University */

/*FOR PAGES WITH SUB-NAVIGATION*/

div.main {
	padding: 207px 30px 10px 16px;
}


/* Section Navigation */

 #sublist {
	width: 562px;
	border-bottom: 2px solid #76baec;
	border-right: 0 solid #76baec;
	padding: 2px 2px 4px 18px;
	background-color: #daedfe;
	color: #666666;
	line-height: 110%;
	font-size: 76%;
	position: absolute;
	left: 215px;
	top: 130px;
}

#sublist ul {
	list-style-type: none;
	font-family: Tahoma, Arial, Helvetica;
	line-height: 170%;
	margin: 0;
	padding: 0;
}

#sublist a {
	width: 560px;
	list-style-type: none;
	border-top:1px dashed #a0dbf8;
	color: #667176;
	background-color:transparent;
	text-decoration: none;
	padding-top: 1px;
}

#sublist a:link, #sublist a:visited {
	text-decoration: none;
	color: #0c639f;
}

#sublist a:hover {
	text-decoration: none;
	color: #CC6600;
}

ul.slist li {	
	margin: 0;
	padding: 0;
	display: inline;
	color: #667176;
}