@charset "utf-8";
/* CSS Document */

ul.menu{
	list-style:none;
	margin:0;
	padding:0;
	padding-left:2px;
	float:right;
	text-decoration:none;
}

.menu li{
	display:inline;
	list-style:none;
	text-decoration:none;
}

.menu a{
	
	height:67px;
	display:block;
	/*background: top right no-repeat url('images/nav_line.png');*/
	float:left;
	text-decoration:none;
}

.menu a span{
	display:block;
	height:67px;
	width:131px;
	font-size:12px;
	color:#ffffff;
	margin-right:2px;
	text-decoration:none;
	text-align:center;
	margin-top:20px;
}

#current a{
	width:131px;
	background:  0 10px no-repeat url('images/button_hover.png');
	margin-right:2px;
	
}

.menu a:hover{
	width:131px;
	background: 0 10px no-repeat url('images/button_hover.png');
	margin-right:2px;
	border:none;
	
}