/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#bcMenuH, #bcMenuH ul { /* all submenu lists */
	background-color: transparent;
	height: 20px;
    padding-bottom:0px;
    width:830px;
    white-space:nowrap;
    overflow:visible;
}

#bcMenuH li { /* all list items */
	height: 20px;
	padding:0px 0px 0px 0px;
	display:block;
}
li.liSpacer
{
    line-height:20px;
    color:#dc7a0d;
    font-weight:normal;
    font-size:9px;
	display:none;
}
#bcMenuH a { /* all links within the menu wrapper */
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	font-size: 11px; 
	font-style: normal;
	font-weight: normal; 
	background-color: Transparent;
	font-family:  Helvetica, Tahoma,Verdana, Arial, sans-serif;
	padding-left: 7px;
	padding-right: 7px;
    line-height:20px;
    height: 20px;
    text-decoration:none;
}

#bcMenuH a:hover { /* all links within the menu wrapper */
	cursor: pointer; 
	cursor: hand; 
	font-size: 11px; 
	font-style: normal;
	font-weight: normal; 
	font-family:  Helvetica, Tahoma,Verdana, Arial, sans-serif;
	padding-left: 7px;
	padding-right: 7px;
    color:#fff;
}

a#bcMenuCurrentLink
{ 
    cursor: pointer; 
	cursor: hand; 
	font-size: 11px; 
	font-style: normal;
	font-weight: normal; 
	font-family:   Helvetica,Tahoma, Verdana, Arial,sans-serif;
	padding-left: 7px;
	padding-right: 7px;
    line-height:20px;
    height: 20px;
    text-decoration:none;
    color:#fff;
}


#bcMenuH li a:hover {
	cursor: pointer; 
	cursor: hand; 
	font-size: 11px; 
	font-style: normal;
	font-weight: normal; 
	font-family:  Helvetica, Tahoma, Verdana, Arial,sans-serif;
	padding-left: 7px;
	padding-right: 7px;
}


#bcMenuH li ul { /* second-level lists */
	width: 200px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border:solid 1px #172866;
	border-top:0px;
	margin: 0;
	margin-top:0px;
	line-height: 20px;
	height:auto;
	padding:0 0px 0 0px;
	text-align:left;
	background-color:#fff;
}

#bcMenuH li li { /* all items under the top level */
	height:20;	
	line-height: 20px;
	/*_height: 100%; hack for MacIE5 to ignore, while other browsers use \*/
	height: 20px;
	/* end hack */
	margin: 0;
	text-align:left;
	padding:0 0px 0 0px;
	width: 200px;
	border-bottom:solid 1px #fafafa;
}
#bcMenuH li li:hover { /* all items under the top level */
	height:20;	
	line-height: 20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	/* end hack */
	padding:0 0px 0 0px;
	margin: 0;
	text-align:left;
	border-bottom:solid 1px #172866;
}


a#bcMenuH li li { /* all item links under the top level */
	padding: 0 0 0 0px;
	height:20px;
	line-height: 20px;
	margin: 0;
	text-align:left;
}

a:hover#bcMenuH li li {
	color: #000;
	padding: 0 0 0 0px;
	height:20px;
	line-height: 20px;
	margin: 0;
	text-align:left;
}
#bcMenuH li li a { /* all item links under the top level */
	padding: 0 0 0 4px;
	height:20px;
	line-height: 20px;
	margin: 0;
	text-align:left;
	color: #172866; /*#D3D3D3; */
	font-size: 12px; 
	font-style: normal;
	font-weight: normal; 
	background-color: #fff;

}

#bcMenuH li li a:hover {
	color: #fff;
	padding: 0 0 0 4px;
	height:20px;
	line-height: 20px;
	font-size: 12px; 
	margin: 0;
	text-align:left;
	text-decoration:none;
	font-style: normal;
	font-weight: normal; 
	background-color: #172866;

	
}
