@charset "UTF-8";
/* CSS Document */

/* Fix IE. Hide from IE \*/
* html .xfwPopupMenuH ul li { float: left; height: 1%; }
* html .xfwPopupMenuH 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;
	padding-top: 8px;
	padding-bottom: 8px;
}

.fwPopupMenuH li a:hover {
}

.fwPopupMenuH ul li {
	position: relative;
}

.fwPopupMenuH li:hover > ul {
	display: block; 
}

.fwPopupMenuH li ul {
	position: absolute;
	top:30px;
	left: 0px;
	display:none;
	background-color: #3D82BC;
}

.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 {
	padding: 6px;
}
.fwPopupMenuH li ul li a:hover {
	background-color: #0E438C;
} 

.fwPopupMenuH li a.mute  {
	
	cursor:default;
}
