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

 


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

.fwPopupMenuH li {
	font-family: Verdana, Geneva, sans-serif;
	float: left;
}
.fwPopupMenuH li a {
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 28px;
	font-weight: bold;
	background-image: url(images/layout/minipig2.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6F0038;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	font-size: 10px;
	text-transform: uppercase;
}

.fwPopupMenuH li a:hover {
	color: #e07c85;
	text-decoration: none;
}

.fwPopupMenuH ul li {
	position: relative;
}

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

.fwPopupMenuH li ul {
	position: absolute;
	left: 0px;
	display:none;
	background-color: #FEA8B0;
	width: 166px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #8D0148;
	border-right-color: #8D0148;
	border-left-color: #8D0148;
}

.fwPopupMenuH li ul li {
	width: 166px;
	display: block;
	float: none;
	clear: both;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8D0148;
	border-left-color: #9B0B5B;
	border-right-width: 1px;
	border-left-width: 1px;
}

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


.fwPopupMenuH li ul li a {
	background-image: none;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8D0148;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-transform: none;
}
.fwPopupMenuH li ul li a:hover {
	background-color: #FEC0C5;
	color: #8D0148;
} 

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