.divPageInner
{
    width:900px;
    border:solid 1px #666;
    clear:both;
}

/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#bcMenuH, #bcMenuH ul { /* all submenu lists */
	width: 100%;
	background-color: transparent;
	height: 20px;
    padding-bottom:0px;
}

#bcMenuH li { /* all list items */
	height: 20px;
	padding:0px 0px 0px 8px;
	display:block;
}



#bcMenuH a { /* all links within the menu wrapper */
	font-family: Helvetica;
	font-size: 13px;
	font-weight : bold;
	text-decoration : none;
	color: #333;
	background-color: transparent;
	margin-bottom:0px;
	padding: 0px 4px 0px 13px;	
	height: 20px;
    line-height:20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	/* end hack */
    cursor:pointer;

}

#bcMenuH a:hover { /* all links within the menu wrapper */
	text-decoration : none;
	color : #333;
	padding: 7px 4px 7px 13px;	
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	/* end hack */
	height: 20px;
	text-align:left;
    cursor:pointer;
}

a#bcMenuCurrentLink
{ /* current link itself */
	margin: 0px;
	color: #000;
	padding: 0px 4px 0px 13px;	
	height: 20px;
    line-height:20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	/* end hack */
}


#bcMenuH li a:hover {
	margin: 0px;
	color: #000;
	padding: 0px 4px 0px 13px;	
	height: 20px;
    line-height:20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	/* end hack */
    cursor:pointer;
    /*background-color:#990000;*/
    display:block;
}



#bcMenuH li ul { /* second-level lists */
	width: 134px; /* 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 #999;
	/*border-top:0px;*/
	border-bottom:solid 1px #777;
	border-right:solid 1px #777;
	margin: 0;
	margin-top:0px;
	line-height: 20px;
	height:auto;
	padding:0 0px 0 0px;
	background-color:#990000;
	text-align:left;
}

#bcMenuH li li { /* all items under the top level */
	width:130;
	height:20;	
	/*_height: 100%; hack for MacIE5 to ignore, while other browsers use \*/
	_width: 126px;
	height: 20px;
	/* end hack */
	margin: 0;
	text-align:left;
	padding:0 0px 0 0px;
}
#bcMenuH li li:hover { /* all items under the top level */
	width:130;
	height:20;	
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 129px;
	/* end hack */
	padding:0 0px 0 0px;
	margin: 0;
	text-align:left;
}


a#bcMenuH li li { /* all item links under the top level */
	padding: 0 0 0 0px;
	height:20px;
	width:126px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 129px;
	/* end hack */
    _width: 129px;
    w/idth:129;
	margin: 0;
	text-align:left;
}

a:hover#bcMenuH li li {
	color: #000;
	padding: 0 0 0 0px;
	height:20px;
	width:126px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 129px;
	/* end hack */
    _width: 129px;
	w/idth:129;
	margin: 0;
	text-align:left;
}
#bcMenuH li li a { /* all item links under the top level */
	padding: 0 4px 0 4px;
	height:20px;
	width:126px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 129px;
	/* end hack */
    _width: 129px;
    w/idth:129;
	margin: 0;
	text-align:left;
	color: #fff;
	font-size:10px;
}

#bcMenuH li li a:hover {
	color: #fff;
	padding: 0 4px 0 4px;
	height:20px;
	width:126px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 129px;
	/* end hack */
    _width: 129px;
	w/idth:129;
	margin: 0;
	text-align:left;
	background-color:#770005;
}