#menu{
	position:relative;	
	left:10px;
	top:10px;
	
	list-style:none;
	
	font-size:11px;
	text-align:center;
}
#menu a{
	height:23px;
	width:120px;
	
	clear:both;
	display:block;	
	
	line-height:23px;
	color:#000;
	text-decoration:none;
}
#menu a:hover{
	color:#000;
	font-size:12px;
}
.home{	
	background-image:url(../../images/menu_bt1.jpg);
	background-position:center center;
	background-repeat:no-repeat;	
}
.home:hover{
	background-image:url(../../images/menu_bt1_over.jpg);
	background-repeat:no-repeat;	
}
