/*
	dark color = 494848
	light color = 6d7274
*/

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	background-color:#f2f2f2;
	z-index:3;
	text-align:left;
}

#nav li a {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#6d7274;
	text-decoration:none;
	padding-top:12px;
	padding-bottom:3px;
	
	margin-right:25px;
}

#nav li:hover a, #nav li.sfhover a{
	color:#494848;
}

/* Fix IE7 madness and make the drop down menus go away if you have clicked on the page */
#nav li:hover, #nav li.sfhover {
	position:static;
	border-bottom:5px solid #6d7274;
}

#nav li ul li:hover, #nav li ul li.sfhover {
	position:static;
	border-bottom:none;
}

#nav a { /* width of the link text */
	display: block;
	/*	width: 10em;	throws off the width of individual buttons */
}

#nav li { /* width of the columns themselves */
	float: left;
	/*	width: 10em;	throws off the width of individual columns */
}

#nav li ul { /* 1st level drop down stuff */
	margin-top:5px;
	text-align:left;
	position: absolute;
	left: -999em;
	background-color: #f2f2f2;
	border-top: 1px solid #494848;
	border-left: 1px solid #494848;
	border-right: 1px solid #494848;
	width: 160px;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul {
	display:block;
}

#nav li ul li a {
	padding: 3px;
	width: 154px;
	height: auto;
	background-color: #f2f2f2;
	background-image:none;
	font-family:Verdana;
	font-size:11px;
	border-bottom: 1px solid #494848;
	text-decoration:none;
	font-weight:normal;
	margin-right:0;
}

#nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active, #nav li ul li a:hover {
	color: #494848;
}

#nav li ul li a:hover {
	background-color: #ffffff;
	background-image:none;
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}


/* Background color just because, and placement of second level drop down */
#nav li ul ul { /* 2nd level drop down stuff */
	margin: -18px 0 0 160px;
}
	
/* Hide the drop downs by pushing them way off the screen */
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

/* Put the drop downs back into the frame when rolled over */
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;

}

/*////////////////////////////////////////////
//		Image Rollover Styles				//
////////////////////////////////////////////*/


#nav li li {
	background-image:none;
}