@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%; }
*/

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

.fwPopupMenuH li {
	float: left;
}
.fwPopupMenuH li a {
	display: block;
	float:left;
	padding-right: 12px;
	padding-left: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(siteimages/template/navbar_divider.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 15px;
}

.fwPopupMenuH li a:hover {
	color: #b3c2e0;
}

.fwPopupMenuH ul li {
	position: relative;
}

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

.fwPopupMenuH li ul {
	position: absolute;
	top:35px;
	left: 0px;
	display:none;
	background-image: url(siteimages/template/drop_down.png) !important;
	background-image: url(siteimages/template/drop_down.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 7px;
}

.fwPopupMenuH li ul li {
	width: 150px;
	float: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: #132A5B;
}

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


.fwPopupMenuH li ul li a {
	float:none;
	background-image: none;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3B5892;
	text-align: left;
	padding-bottom: 6px;
}
.fwPopupMenuH li ul li a:hover {
	background-color: #26437C;
	color: #FFFFFF;
} 

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