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

 


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

.fwPopupMenuH li {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
.fwPopupMenuH li a {
	text-decoration: none;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	background-image: url(siteimages/template/nev-divider.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 12px;
	text-transform: uppercase;
}

.fwPopupMenuH li a:hover {
	color: #510029;
	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: #FFC0C4;
	width: 167px;
	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: #5d0f36;
	border-right-color: #5d0f36;
	border-left-color: #5d0f36;
	top: 31px;
}

.fwPopupMenuH li ul li {
	width: 166px;
	display: block;
	float: none;
	clear: both;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5d0f36;
	border-left-color: #5d0f36;
	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;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5d0f36;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-transform: none;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.fwPopupMenuH li ul li a:hover {
	background-color: #FEA8B0;
	color: #8D0148;
} 

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

