.ecbr_nav, .ecbr_nav * {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
}
.ecbr_nav {
	background: #D5D2CB url('/images/cms/menu_top_bg.gif') repeat-x;
	padding-bottom: 1em;
	height:2.2em;
	float: left;
	line-height:1.0;
	margin-bottom:0;
	position:relative;
	/*width:48em;*/
}
.ecbr_nav ul {
	background:#D5D2CB; /*IE6 needs this*/
	float: left;
	position:relative;
}

.ecbr_nav li {
	background:#D5D2CB url('/images/cms/menu_top_bg.gif') repeat-x;
	float: left;
	list-style:none;
	z-index:999;
}
.ecbr_nav li.current ul {
	z-index: 999;
}
.ecbr_nav li.sfHover ul,
ul.ecbr_nav li:hover ul {
	z-index: 1000;
}

.ecbr_nav a {
	color: #3E3E3C;
	display:block;
	float: left;
	padding: .7em .7em .7em .7em;
	text-decoration:none;
}
.ecbr_nav a:visited {color: #3E3E3C;}
.ecbr_nav a.top_level, .ecbr_nav a.top_level:visited {color:#fff;}
.ecbr_nav a.top_level:hover {color:#3E3E3C;}
.ecbr_nav li {margin:0 .5em;display:block;}
.ecbr_nav li ul {
	left:0;
	top:-999em;
	position:absolute;
	width:100%;
}
/*
.ecbr_nav li:hover,
.ecbr_nav li.sfHover,
.ecbr_nav li.current,
.ecbr_nav a:focus, .ecbr_nav a:hover, .ecbr_nav a:active {
background:#D5D2CB url('/image/cms/menu_tab_bg.gif') repeat-x;
	border-right:1px solid #5A5A5A;
	border-left:1px solid #5A5A5A;
}*/


.ecbr_nav li:hover,
.ecbr_nav li.sfHover,
.ecbr_nav li.current,
.ecbr_nav a:focus, .ecbr_nav a:active {
background:#D5D2CB url("/images/cms/menu_tab_bg_over.gif") repeat-x;
	border-right:1px solid #5A5A5A;
	border-left:1px solid #5A5A5A;
}
.ecbr_nav li li:hover, .ecbr_nav li li.sfHover {border:none;}
/*.currentA li.currentA,
.currentB li.currentB,
.currentC li.currentC,
.currentD li.currentD,
.currentE li.currentE,
.currentF li.currentF {
	background:#D5D2CB url("/images/cms/menu_tab_bg.gif") repeat-x;
	border-right:1px solid #5A5A5A;
	border-left:1px solid #5A5A5A;
	}
.currentA li.currentA a,
.currentB li.currentB a,
.currentC li.currentC a,
.currentD li.currentD a,
.currentE li.currentE a,
.currentF li.currentF a {
	color:#213056;

} */
.ecbr_nav li li {
	background:#D5D2CB;/*bg of sub menu item*/
	border:none;
}
.ecbr_nav li.sfHover a,
.ecbr_nav li.current a,
.ecbr_nav a:focus, .ecbr_nav a:hover, .ecbr_nav a:active {
	border-bottom: none;
}
.ecbr_nav li li.current a {
	font-weight: bold;
}
.ecbr_nav li li:hover,
.ecbr_nav li li a:focus, .ecbr_nav li li a:hover, .ecbr_nav li li a:active {
	text-decoration:underline;
	background:none;
}
.ecbr_nav li:hover ul, /* pure CSS hover is removed below */
body .ecbr_nav li.current ul, /* this must be more specific than the .superfish override below */
ul.ecbr_nav li.sfHover ul {
	top:2.3em;
}

.ecbr_nav li:hover li ul,
.ecbr_nav li.sfHover li ul {
	top:-999em;
}
.ecbr_nav li li:hover ul, /* pure CSS hover is removed below */
ul.ecbr_nav li li.sfHover ul {
	top:2.0em;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}
