@charset "UTF-8";
/* CSS Document */	
	
	#buton

{
	position: relative;
	width: auto;
	float: left;
	height: 25px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
	background-image: url(../menu/images/ana-menu-back1.png);
	color: #FFF;
	}
	
	#buton:hover

{
	position: relative;
	width: auto;
	float: left;
	height: 25px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
	background-image: url(../menu/images/ana-menu-back2.png);
	cursor: pointer;
	color: #FF0;
	}
	
	#sagbuton:hover
	
{
	position: relative;
	width: auto;
	float: right;
	height: 25px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F60;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	color: #FFF;
	background-color: #f90;
	font-size: 11px;
	}
	
	#sagbuton
	
{
	position: relative;
	width: auto;
	float: right;
	height: 25px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	color: #333;
	background-color: #fc0;
	font-size: 11px;
	}
	
	