@charset "utf-8";
/* CSS Document */

#menu ul{
	list-style:none;
}

#menu li{
	display:inline;	
	float:left;	
	
}
#menu li span{
	display:none;		
	
}

#menu .bt1 a{
	display:block;
	width:63px;
	height:61px;		
	background:url(../images/btHome.jpg) no-repeat 0 0;
	
}
#menu .bt1 a:hover{		
	background:url(../images/btHome.jpg) no-repeat 0 -61px;
}

#menu .bt2 a{
	display:block;
	width:72px;
	height:61px;		
	background:url(../images/btClinica.jpg) no-repeat 0 0;
}
#menu .bt2 a:hover{		
	background:url(../images/btClinica.jpg) no-repeat 0 -61px;
}

#menu .bt3 a{
	display:block;
	width:82px;
	height:61px;		
	background:url(../images/btServicos.jpg) no-repeat 0 0;
}
#menu .bt3 a:hover{		
	background:url(../images/btServicos.jpg) no-repeat 0 -61px;
}

#menu .bt4 a{
	display:block;
	width:186px;
	height:61px;		
	background:url(../images/btParceiros.jpg) no-repeat 0 0;
}
#menu .bt4 a:hover{		
	background:url(../images/btParceiros.jpg) no-repeat 0 -61px;
}

#menu .bt5 a{
	display:block;
	width:91px;
	height:61px;		
	background:url(../images/btUrgencia.jpg) no-repeat 0 0;
}
#menu .bt5 a:hover{		
	background:url(../images/btUrgencia.jpg) no-repeat 0 -61px;
}

#menu .bt6 a{
	display:block;
	width:90px;
	height:61px;		
	background:url(../images/btDay.jpg) no-repeat 0 0;
}
#menu .bt6 a:hover{		
	background:url(../images/btDay.jpg) no-repeat 0 -61px;
}

#menu .bt7 a{
	display:block;
	width:79px;
	height:61px;		
	background:url(../images/btContato.jpg) no-repeat 0 0;
}
#menu .bt7 a:hover{		
	background:url(../images/btContato.jpg) no-repeat 0 -61px;
}
