
#epidote-nav, #epidote-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10px;
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0 0 0px;
	color: #666;
	white-space: normal;
	z-index: 1000;
	text-transform: uppercase;
	font-weight: 700;
}
 
#epidote-nav li {
	float: left;
	position: relative;/*stacking context for sub ul*/
	float: left;
	width: 155px;
	padding-top: 0px;
	padding-right: 0px;
	margin-right: 20px;
	min-height: 104px;
	line-height: 17px;
}
 
#epidote-nav li a, #epidote-nav li .separator { /* non-rollover link formatting for the main menu links */
	float: left;/*IE haslayout*/
	text-decoration: none;
	padding: 0px 0px 0px 10px; /* spacing between the links on the main-menu */
	display: block;
	/* [disabled]width:160px; */
	text-decoration: none;
	color: #FFF;
	padding: 4px 0px; /* top padding for the sub li anchors */
		font-weight: 400;


}
 
#epidote-nav li:hover,
#epidote-nav li.sfhover, #epidote-nav li.active, #epidote-nav a:hover, #epidote-nav li .separator:hover, .epheadbold {
	font-weight: 700;

}
#epidote-nav ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 180px;/*doesn't do anything apart from fix Safari*/
	margin-left: -999em; /*hide the sub ul with neg margin, not positioning*/
	padding-bottom: 18px;
	z-index: 1010;background-image: url(../images/wash-grey.png);
		background-repeat: repeat;	width: 145px;
}

#epidote-nav li li {
	/*	width:180px; /* length of the link for the drop-down menu */
min-height: 30px;
	text-transform: none;
	font-weight: 700;	
padding-right:0px;padding-left:10px;			width: 135px;


}
 
#epidote-nav li li a { /*sub ul anchor styles */
	float: none;/*float on "#epidote-nav li a" sets haslayout, now remove the float and reset as block*/
	padding: 12px 0px; /* top padding for the sub li anchors */
	color: #FFF;
	line-height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}


 
#epidote-nav li li.active a { 
border-bottom-width: 3px;
	}


 
#epidote-nav li ul li:hover a,
#epidote-nav li ul li li:hover a,
#epidote-nav li ul li.sfhover a,
#epidote-nav li ul li li.sfhover a {
	background-color: transparent;	

}

#epidote-nav li:hover ul,
#epidote-nav li.sfhover ul {
    margin-left:0;/*reveal the 1st level sub ul on li:hover*/
    visibility:visible; /*fix IE7 sticking dropdown (make it think something changes on hover)*/
}
 
#epidote-nav li:hover ul ul,
#epidote-nav li.sfhover ul ul {
    margin-left: -999em; /*keep the 2nd level sub ul hidden on 1st level li:hover*/
}
#epidote-nav li li:hover ul,
#epidote-nav li li li:hover ul,
#epidote-nav li li.sfhover ul,
#epidote-nav li li li.sfhover ul {
	margin-left:185px;/*reveal the 2nd level sub ul on li:hover*/
	top:0;
}
.separator{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	height: 47px;
	width: 120px;
}
li.active .separator{
	border-bottom-width: 3px;
	}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
#epidote-nav ul iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	#epidote-nav ul li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

