/* CSS Document */

#bannerMenu { 
	padding: 2px;
}

#bannerMenu ul {
	float: left;
	list-style: none;
	line-height: 1;
	background: white;
	/*font: 78%/1 bold Arial, Helvetica, sans-serif;
	font-weight: bold;*/
	font-weight: normal;
	padding: 0;
	margin: 0;
	/*margin: 0 0 1em 0;*/
}

#bannerMenu a {
	display: block;
	width: 9em;
	w\idth: 6em;
	color: #d93f3f;
	font-weight: normal;
	text-decoration: none;
	padding: 0.4em 0.4em 0.4em 1.5em;/**/
	/*overflow: hidden;  hides long strings in FF, but causes display issues in IE5  */
}

#bannerMenu a.x {
	background: url(/images/arrow_redx.gif) center right no-repeat;
}

#bannerMenu li {
	float: left;
	padding: 0;
	width: 9em;
	text-transform: uppercase; 
/*	font-weight: bold; */
	font-weight: normal;
	white-space: nowrap;
	background: white;
}

#bannerMenu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 18.5em;
	w\idth: 17.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	border-bottom: 1px dashed #d93f3f;
}

#bannerMenu li li {
	padding-right: 0.7em;
	margin-bottom:-1px;
	width: 17em;
	border: 1px dashed #d93f3f;
	text-transform: none; 
	/*word-wrap: break-word;*/
	white-space: normal;
	background: white;
}

#bannerMenu li ul a { /* list items with no children */
	width: 18.5em;
	w\idth: 14em;
	/*background: red;*/
}

#bannerMenu li ul ul {
	margin: -1.85em 0 0 17.7em;
}

#bannerMenu li:hover ul ul, #bannerMenu li:hover ul ul ul, #bannerMenu li.sfhover ul ul, #bannerMenu li.sfhover ul ul ul {
	left: -999em;
}

#bannerMenu li:hover ul, #bannerMenu li li:hover ul, #bannerMenu li li li:hover ul, #bannerMenu li.sfhover ul, #bannerMenu li li.sfhover ul, #bannerMenu li li li.sfhover ul {
	left: auto;
}

#bannerMenu li:hover, #bannerMenu li.sfhover {
	color: #d93f3f;
	background: #eaeaea;
}

