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


/* this stops the menus from jumping in IE */
#header .mainNav .fwPopupMenuH ul  {
	list-style-type: none;
	margin:0;
	padding:0;
}

#header .mainNav .fwPopupMenuH li {
	float: left;
	background-image: url(../../images/template/nav_divider.gif);
	background-repeat: no-repeat;
	background-position: right 28px;
}


#header .mainNav .fwPopupMenuH li a {
	text-decoration: none;
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	color: #FFFFFF;
	padding-top: 28px;
	padding-bottom: 6px;
}

#header .mainNav .fwPopupMenuH li a:hover {
	background-image: url(../../images/template/main_nav_icon.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

#header .mainNav .fwPopupMenuH ul li {
	position: relative;
}

#header .mainNav .fwPopupMenuH li ul {
	position: absolute;
	top:48px;
	left: 0px;
	display:none;
	background-color: #DDDDDD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0C347F;
	border-right-color: #0C347F;
	border-bottom-color: #0C347F;
	border-left-color: #0C347F;
}

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

#header .mainNav .fwPopupMenuH li ul li {
	width: 150px;
	float: none;
}

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


#header .mainNav .fwPopupMenuH li ul li a {
	padding: 6px;
	background-image: none;
	color: #0C347F;
}
#header .mainNav .fwPopupMenuH li ul li a:hover {
	background-color: #CCCCCC;
	background-image: none;
} 

#header .mainNav .fwPopupMenuH li a.mute  {
	
	cursor:default;
}
