/* CSS Document */
div.bnav{
	margin: 0px auto 5px auto;
  width: 861px;
	border: 1px solid #d7e3eb;
	background: #275b90;
	padding: 0px;
	clear: both;
}

div.bnav a, div.bnav a:hover{
	display: block;
	float: left;
	height:35px;
	width: 123px;
	margin: 0px;
	text-align: center;
	font: normal 14px/33px verdana  arial;
	color: #fff;
	text-decoration: none;
   background: transparent url(image/nva_01.jpg) no-repeat center center;
   margin: 0px;
}
div.bnav a:hover{
	text-decoration: none;  
	color: #ffffff;
	background: transparent url(image/nva_02.jpg)  no-repeat center center;
}

div.bnav a.bactive
{
  color: #ffffff;
  text-decoration: none;
  background: transparent url(image/nva_02.jpg)   no-repeat center center;
  margin: 0px;
}



div#blnav p{
	width: 146px;
	height: 36px;
	margin: 0px;
	padding-left: 18px;
	background: transparent url(image/en_nav_head.jpg) no-repeat left;
	font: normal 18px/36px  verdana arial;
	text-align: left;
	color: #b41510;
}

div.bfoot_nav{
  clear: both;
  height: 30px;
  margin: 0px auto;
  width: 500px;
}

div.bfoot_nav a{
  display: block;
  float: right;
  margin: 10px 0px 0px 0px;
  height: 11px;
  font: normal 11px/11px arial;
  color: #19486d;
  padding: 0px 10px;
  border-right: 1px solid #535353; 
  text-align: center;
  text-decoration: none;
}
div.bfoot_nav a:hover{
font:normal 11px/11px arial;
color:#B40000;
}

div.bfoot_nav a{
  float: left; 
}

div.bfoot_nav a.bsitemap{
  border: none;
}

