/* Top Navigation Styles*/

#nav, #nav ul {
	float: left;
	width: auto;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0px;
	margin-left: -2px; /* Removes left margin, so left line disappears, but also dropdown moves over. */	
}

#nav a { /* Button properties */
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	padding-top: 6px; /* Spaces between link text and edge of nav buttons */
	padding-left: 0.62em;
	padding-right: .62em;
}

#nav li { /* More button properties */
	float: left;
	margin-left: 2px;
	height: 25px;
}

#nav li ul { /* Dropdown Properties 1*/
	position: absolute;
	left: -999em;
	height: auto; /* Text wrap in dropdown */
	width: 150px; /* How wide the dropdown is */
	w\idth: 150px; /* How wide the dropdown is for IE */
	font-weight: normal;
	border-width: 0.25em;
	margin-top: 7.5pt; /* Spacing between button and top of dropdown */
}

#nav li li { /* Dropdown properties 2*/
	margin-left: 0px;
	width: 100%;
	height:auto; /* Text wrap in dropdown */
	padding-bottom: 3px; /* Padding between dropdown link, and top of border */

}

#nav li ul a { /* Dropdown properties 3 */
	font: 8pt Arial, Helvetica, sans-serif;
	text-transform: none;
	/*
	width: 13em;
	w\idth: 9em;
	*/
}

/* Dropdown Hover effects */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	z-index: 200;
}


#stretch {
	}
	
#morepadding {
	padding-left: 3.5px;
	}
