.rightpane hr 
{
    margin-top:5px;
    margin-bottom:5px;
}

/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#bcMenuH, #bcMenuH ul { /* all submenu lists */
	background-color: transparent;
	height: 35px;
    padding-bottom:0px;
    margin-left:30px;
    white-space:nowrap;
    overflow:visible;
}

#bcMenuH li { /* all list items */
	height: 35px;
	padding:0px 0px 0px 0px;
	display:block;
    text-transform:uppercase;
}
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: 8pt; 
	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:22px;
    height: 22px;
    margin-top:7px;
    text-transform:uppercase;
}

#bcMenuH a:hover { /* all links within the menu wrapper */
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	font-size: 8pt; 
	font-style: normal;
	font-weight: bold; 
	font-family:  Helvetica, Tahoma,Verdana, Arial, sans-serif;
	padding-left: 3px;
	padding-right: 3px;
	line-height:22px;
    height: 22px;
    margin-top:7px;
}

a#bcMenuCurrentLink
{ 
    cursor: pointer; 
	cursor: hand; 
	color: #fff;
	font-size: 8pt; 
	font-style: normal;
	font-weight: bold; 
	background-color: transparent;/*#1e417b;*/
	font-family:   Helvetica,Tahoma, Verdana, Arial,sans-serif;
	padding-left: 3px;
	padding-right: 3px;
    line-height:22px;
    height: 22px;
    margin-top:7px;
    background-color:#166db7;
}

#bcMenuH li a:hover {
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	font-size: 8pt; 
	font-style: normal;
	font-weight: bold; 
	font-family:  Helvetica, Tahoma, Verdana, Arial,sans-serif;
	padding-left: 3px;
	padding-right: 3px;
    line-height:22px;
    height: 22px;
    margin-top:7px;
	text-decoration:underline;
}
