/* === Begin of New Left Menu Styles ===
   To use this style, it need the javascript code in the commonUtil.js 
   to make it work properly. 
*/
div.brcLeftMenu ul.brcMenuItem{
  	font: normal Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	font-weight:bold;
	color: white;
    position: relative;
    padding: 0px; 
    margin: 0px;
    white-space:nowrap;
    cursor: pointer;
	cursor: hand;	
}
.brcSubMenu{	
	display: none;
}
div.brcLeftMenu ul.brcMenuItem.sfhover ul.brcSubMenu {
	position: absolute;
	display: block;
	background-color:#BDD0c1;
	padding: 3px;
	margin: 0px 0px 0px 6px;
	top: 5px;
	z-index: 11;
	cursor: pointer;
	cursor: hand;		
}
div.brcLeftMenu ul.brcSubMenu a{
	color: black;		
}
div.brcLeftMenu ul.brcSubMenu a:hover {
	color: white; 	
}
div.brcLeftMenu ul.brcSubMenu a.submenu:link{
	color:black;
}
div.brcLeftMenu ul.brcSubMenu a.submenu:visited{
	color:black;
}
div.brcLeftMenu ul.brcSubMenu a.submenu:active{
	color:black;
}
div.brcLeftMenu ul.brcSubMenu a.submenu:hover {
	color:white;
}
/* === End of New Left Menu Styles === */