body
{
    background-color:#333;
}
.divLeftPaneWrap, .divRightPaneWrap
{
    width:178px;
}

/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#bcMenuH, #bcMenuH ul { /* all submenu lists */
	background-color: transparent;
	height: 30px;
    padding-bottom:0px;
    white-space:nowrap;
    overflow:visible;
    text-align:center;
    margin:0px 10px;
}

#bcMenuH li { /* all list items */
	height: 30px;
	padding:0px 0px 0px 0px;
	display:block;
}
/*li.liSpacer
{
    line-height:33px;
    color:#1e417b;
    font-weight:bold;
    font-size:8pt;
}*/
#bcMenuH a { /* all links within the menu wrapper */
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	font-size: 1.1em; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family:  Helvetica, Tahoma,Verdana, Arial, sans-serif;
	padding-left: 3px;
	padding-right: 3px;
    line-height:28px;
    height: 28px;
    margin:0px 15px;
}

#bcMenuH a:hover { /* all links within the menu wrapper */
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	font-size: 1.1em; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family:  Helvetica, Tahoma,Verdana, Arial, sans-serif;
	padding-left: 3px;
	padding-right: 3px;
    line-height:28px;
    height: 28px;
    margin:0px 15px;
}

a#bcMenuCurrentLink
{ 
    cursor: pointer; 
	cursor: hand; 
	color: #fff;
	font-size: 1.1em; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family:   Helvetica,Tahoma, Verdana, Arial,sans-serif;
	padding-left: 3px;
	padding-right: 3px;
    line-height:28px;
    height: 28px;
    margin:0px 15px;
	text-decoration:underline;
}


#bcMenuH li a:hover {
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	font-size: 1.1em; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family:  Helvetica, Tahoma, Verdana, Arial,sans-serif;
	padding-left: 3px;
	padding-right: 3px;
    line-height:28px;
    height: 28px;
	text-decoration:underline;
    margin:0px 15px;
}



#bcMenuH li ul { /* second-level lists */
	width: 290px; /* 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 #5e99dd;
	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: 290px;
	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 #5e99dd;
}


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: #5e99dd; /*#D3D3D3; */
	font-size: 0.9em; 
	font-style: normal;
	font-weight: bold; 
	background-color: #fff;

}

#bcMenuH li li a:hover {
	color: #fff;
	padding: 0 0 0 4px;
	height:20px;
	line-height: 20px;
	font-size: 0.9em; 
	margin: 0;
	text-align:left;
	text-decoration:none;
	font-style: normal;
	font-weight: bold; 
	background-color: #5e99dd;
}
.menuBegin
{
    padding-left:4px;
}
a#bcMenuCurrentLinkSub
{ 
    cursor: pointer; 
	cursor: hand; 
	color: #fff;
	font-size: 1.1em; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family:   Helvetica,Tahoma, Verdana, Arial,sans-serif;
	padding-left: 3px;
	padding-right: 3px;
    line-height:28px;
    height: 28px;
    margin:0px 15px;
	text-decoration:none;
}
