﻿/*-----------------------------------------------------------------------*/
.itm_menu{ 
	width:					80px;
	height:					25px;
	line-height:			25px;
	text-align:				center;
	background-image:		url('../img/btn_menu.png');
	background-repeat:		no-repeat;
	float:					left;
}

.itm_menu:hover{
	background-image:		url('../img/btn_menu_hover.png');
	background-repeat:		no-repeat;	
}

.itm_menu a{ 
	color:					#FFFFFF;
	text-decoration:		none;
}

.itm_menu a:hover{
	text-decoration:		none;
}


/*-----------------------------------------------------------------------*/
.btn{
	color:					#FFFFFF;
	font-size:				11px;
	font-family:			Verdana;
	width:					70px;
	height:					20px;
	line-height:			20px;
	background-image:		url('../img/bg_btn.png');
	background-repeat:		no-repeat;
	border:					0px;
	cursor:					pointer;
}

/*-----------------------------------------------------------------------*/
#data{
	position:				absolute;
	top:					209px;
	right:					5px;
	font-size:				10px;
	color:					#FFFFFF;
}
