@charset "UTF-8";
/* CSS Document */

.fwPopupMenuH ul  {
	list-style-type: none;
	margin:0;
	padding:0;
}

.fwPopupMenuH li {
	float: left;
	height: 40px;
}
.fwPopupMenuH li a {
	text-decoration: none;
	display: block;
	float:left;
	padding-right: 18px;
	padding-left: 18px;
	color: #FFFFFF;
	background-image: url(siteimages/navbar_divider.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-top: 12px;
}

.fwPopupMenuH li a:hover {
}

.fwPopupMenuH ul li {
	position: relative;
}

.fwPopupMenuH li:hover > ul {
	display: block; 
}

.fwPopupMenuH li ul {
	position: absolute;
	top:40px;
	left: 9px;
	display:none;
	width: 150px;
	margin-top: 0px;
	border-top-width: 2px;
	background-color: #f88d32;
	;
}

.fwPopupMenuH li ul li {
	display: block;
	width: 150px;
	height: auto;
}

.fwPopupMenuH li ul li ul {
	position: absolute;
	top:0px;
	left: 150px;
	display:none;
	background-color: #F97300;
	border-top-style: none;
}


.fwPopupMenuH li ul li a {
	float:none;
	background-image: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 9px;
	padding-right: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fcc699;
}
.fwPopupMenuH li ul li a:hover {
	background-color: #E15700;
} 

.fwPopupMenuH li a.mute  {
	
	cursor:default;
}
.fwPopupMenuH li a.arrow {
	background-image: url(siteimages/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
