@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;
	padding: 0px;
	float: left;
}

.fwPopupMenuH li a:hover {
}

.fwPopupMenuH ul li {
	position: relative;
}

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

.fwPopupMenuH li ul {
	position: absolute;
	top:23px;
	left: 6px;
	display:none;
	background-color: #dcddd5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #babbb7;
	border-bottom-color: #aeafaa;
}

.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 {
	color: #626262;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	display: block;
	float: none;
}
.fwPopupMenuH li ul li a:hover {
	background-color: #c8c9c4;
} 

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