
	

.menu
{
	position:relative;
	left:50px;
	width:100%;
	height:20px;
}

.navi
{

	float:left;
	padding:2px 0px 0px 0px;
	height:16px;

}
  
.boxhover
{
	color:#fff;
	float:left;
	padding:2px 0px 0px 0px;
	height:20px;
	background:#2466d4 url(/img/menu_lefttop.png) no-repeat left top;
	
}

.link
{
	color: #2465d1;	
	height:25px;
	padding:2px 10px 4px 10px;	
	text-decoration:none;
	text-align:center;

}

.linkhover
{
	
	color:#fff;
	height:23px;
	padding:2px 10px 4px 10px;	
	text-decoration:none;
	text-align:center;	
	background: url(/img/menu_righttop.png) no-repeat right top;
}

