/* Basic code - don't modify */

#nav { display: block; margin: 0; padding: 0; position: relative; z-index: 2}
#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#nav a { display: block;}
#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #nav ul { line-height: 0; } /* IE6 "fix" */
#nav ul a { zoom: 1; } /* IE6/7 fix */
#nav ul li { float: none; }
#nav ul ul { top: 0; }

/* Essentials - configure this */

#nav ul { width: 155px; }
#nav ul ul { left: 156px; }

/* Everything else is theming */



#nav {
	background-color: 		#FFFFFF;
	height:					30px;
	position:				absolute;
	top:					111px;
	right:					70px;

	display:				block;

	margin:					0;
	padding:				0;

	background: 			url(sf_mm1.jpg);
	list-style:				none;
	border-left: 			1px solid #fff;
	text-decoration:		none;
	text-transform:			uppercase;

}

#nav li a span {
	text-decoration:		none;
	display:				block;
	margin:					8px;
}


.level1  {
	display:				block;
	height:					30px;
	float:					left;

	color:					#000;
	text-decoration:		none;
	text-transform:			uppercase;

	background:				url(sf_mm1_divide.jpg) right no-repeat;
}


.level1_active  {
	display:				block;
	height:					30px;
	float:					left;

	color:					#000;
	text-decoration:		none;
	text-transform:			uppercase;
	background:				#fff url(sf_mm1_divide_on.jpg) right no-repeat;
}

.level2   {
	padding: 				6px;
	line-height: 			1;
	text-transform:			lowercase;
}
.level3   {
	padding: 				6px;
	line-height: 			1;
	text-transform:			lowercase;
}

#nav a {
	color: 					#000;
	text-decoration:		none;
}
#nav li {
	/*
	background:				url(sf_mm1_divide.jpg) right no-repeat;
	margin:					0;
	padding:				0;
	display: 				inline;
	*/
}
#nav li.hover a span {
	background:				#fff url(sf_mm1_divide_on.jpg) right no-repeat;
}
#nav li.hover a  {
	background:				#fff ;
}
#nav ul {
  top: 						30px;
}

#nav ul li a {
	/*background-color: 		#DFDFDF;*/
	background-color: 		#DFDFDF;
}
#nav ul a.hover {
	/*background-color: 		#DFDFDF;*/
	background-color: 		#FF850B;
}
#nav ul a {
	border-bottom: 			1px solid #DFDFDF;
	border-right: 			1px solid #DFDFDF;
	border-left: 			1px solid #DFDFDF;
	opacity: 				0.9;
	filter: 				alpha(opacity=90);
}




/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

