@charset "UTF-8";
/* CSS Document */

/* Fix IE. Hide from IE \*/
* html .fwPopupMenuH ul li { float: left; height: 1%; }
* html .fwPopupMenuH ul li a { height: 1%; }
/* this stops the menus from jumping in IE */

.fwPopupMenuH ul  {
	list-style-type: none;
	margin:0;
	padding:0;
}

.fwPopupMenuH li {
	float: left;
}
.fwPopupMenuH li a {
	text-decoration: none;
	display: block;
	float:left;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.fwPopupMenuH li a:hover {
}

.fwPopupMenuH ul li {
	position: relative;
}

.fwPopupMenuH li:hover > ul {
	display: block; 
}

.fwPopupMenuH li ul {
	position: absolute;
	top:27px;
	left: 0px;
	display:none;
	background-color: #067445;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.fwPopupMenuH li ul li {
	width: 150px;
}

.fwPopupMenuH li ul li ul {
	position: absolute;
	top:0px;
	left: 150px;
	display:none;
	background-color: #DDDDDD;
}


.fwPopupMenuH li ul li a {
	float:none;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2c956a;
}
.fwPopupMenuH li ul li a:hover {
	background-color: #2c956a;
} 

.fwPopupMenuH li a.mute  {
	
	cursor:default;
}
