/* all lists */
#mastermenus, #mastermenus ul {
	padding:			0;
	margin:				0;
	border:				0;
	list-style:			none;
	font-size:			12px;
}

/* all anchors */
#mastermenus a {
	display:			block;
	letter-spacing:		0px;
	padding:			3px 6px 4px 8px;
	font-size:			12px;
	color:				#FFF;
	text-decoration:	none;
	font-weight:		normal;
}

/* all list items */
#mastermenus li {
	position:			relative;
	float:				left;
	width:				auto;
	font-weight:		normal;
}

/* second-level lists */
#mastermenus li ul {
	position:			absolute;
	color:				#FFF;
	background:			#FF9900;
	width:				120px;
	display:			none;
	text-align:			left;
}

/* second-level lists with anchors */
#mastermenus li ul a {
	width:				120px;
	color:				#FFF;
	letter-spacing:		0px;
	background:			#FF9900;
	font-size:			12px;
	font-weight:		normal;
	padding:			3px 6px 4px 8px;
	border-bottom:		1px #333 solid;
}

#mastermenus li a:hover {
	color:				#333;
	background:			#FF9900;
	display:			block;
}

#mastermenus li ul a:hover {
	color:				#FFF;
	background:			#666;
}

/* lists nested under hovered list items */
#mastermenus li:hover ul, #mastermenus li.iehover ul {
	left:				auto;
	display:			block;
}

/* font syles */
.menu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
