.sf-menu, .sf-menu ul {
    list-style: none;
    margin: -1px 0;
    padding: 0;
    /*border: 1px solid #000;
    background: #515151;*/
    float: left;
    width: 100%;
	/*height: 28px;*/
  }
  .sf-menu li {
	/*height: 28px;*/
  	width: 33%;
	margin:0;
	padding:0;
    float: left;
    position: relative; 
    z-index: 1040;
	font-size:13px;
  }
  
  li.li_table1 {
  	width: 300%;
    left: 0;
	padding:15px 0; 
	background:#143e64;
	font-size:11px;
  }
  li.li_table2 {
  	width: 300%;
    left: -100%;
	padding:15px 0; 
	background:#143e64;
	font-size:11px;
  }
  li.li_table3 {
  	width: 300%;
    left: -200%;
	padding:15px 0; 
	background:#143e64;
	font-size:11px;
  }
 
  .sf-menu li ul {
    display: none;
  	position: absolute;
    /*background: #fff;*/
    padding: 0 0;
    width: 100%;  
  }
  

  li.line1 {
    z-index: 1070;
	 background:url(/img/design/adr_bcgpointmenu.gif) 1.2em center no-repeat;
  }
  li:hover.line1,li:hover.line2,li:hover.line3,li:hover.line4{ background:#143e64 url(/img/design/adr_bcgpointmenu_o.gif) 1.2em center no-repeat;}
  li:hover.line1 p.main, li:hover.line2 p.main,li:hover.line3 p.main,li:hover.line4 p.main{ background:none;}
  
  li.line2 {
    z-index: 1060;
	background:url(/img/design/adr_bcgpointmenu.gif) 1.2em center no-repeat;
  }
  li.line3 {
    z-index: 1050;
	background:url(/img/design/adr_bcgpointmenu.gif) 1.2em center no-repeat;
  }
 li.line4{
	 z-index: 1040;
	background:url(/img/design/adr_bcgpointmenu.gif) 1.2em center no-repeat;
	}
.sf-menu li li a {
	width:90%;
    background: none;
  }
  .sf-menu li:hover ul {
    display: block;
  	top: 25px;
	
  }
  
.sf-menu li:hover li ul {
    display: none;
    width: 100%;
    top: -9px;
    left: 138px;
  }
  .sf-menu li:hover li:hover ul {
    display: block;
  }
  
.sf-menu li .li_empty_line1 {
	width: 100%;
	margin-top:-1px;
	height: 96px;
	background:#143e64;
}  
.sf-menu li .li_empty_line2 {
	width: 100%;
	margin-top:-1px;
	height: 64px;
	background:#143e64;
}  
.sf-menu li .li_empty_line3 {
	width: 100%;
	margin-top:-1px;
	height: 32px;
	background:#143e64;
}  
  
.sf-menu a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 4px 30px;
    background: none repeat-y right;
	width: 80%;
  }
  .sf-menu a:hover {
    color: #f00;
    background: #215b81;
	width:78%;
  }
  .sf-menu li:hover {
    /*background: #333;*/
  } 
.sf-menu p.main{background:url(/img/design/adr_bcgmenuupline.gif) 0.5em bottom no-repeat; width:100%;}
.sf-menu p.sub{ background:url(/img/design/adr_bcgmenuupline2.gif) 0.5em bottom no-repeat; width:100%;}

