/* on: menu superior */
#navigation {
	width: 240px;
	margin:0;
	padding:0;
}
#navigation li {
	list-style: none;	
	float:left;	
	margin-right:3px;	
}
#navigation li a {
	text-indent: -5000px;
	height: 14px;
	display: block;

}
#navigation li.bt1 a {
	width: 63px;
	height:14px;	
	background: url(../img/sub-menu/menu01.gif) no-repeat center;
	background-position:bottom left;
}
#navigation li.bt1 a:hover {
	background-position:top left;
}
#navigation li.bt1-on a {
	width: 63px;
	height:14px;	
	background: url(../img/sub-menu/menu01.gif) no-repeat center;
	background-position:top left;
}

#navigation li.bt1-marcado {
	width: 63px;
	height:14px;	
	background: url(../img/sub-menu/menu01.gif) no-repeat center;
	background-position:top left;
}




#navigation li.bt2 a {
	width: 90px;
	height:14px;	
	background: url(../img/sub-menu/menu02.gif) no-repeat center;
	background-position:bottom left;
}
#navigation li.bt2 a:hover {
	background-position:top left;
}
#navigation li.bt2-on a {
	width: 90px;
	height:14px;	
	background: url(../img/sub-menu/menu02.gif) no-repeat center;
	background-position:top left;
}

#navigation li.bt2-marcado {
	width: 90px;
	height:14px;	
	background: url(../img/sub-menu/menu02.gif) no-repeat center;
	background-position:top left;
}



#navigation li.bt3 a {
	width: 77px;
	height:14px;	
	background: url(../img/sub-menu/menu03.gif) no-repeat center;
	background-position:bottom left;
}
#navigation li.bt3 a:hover {
	background-position:top left;
}
#navigation li.bt3-on a {
	width: 77px;
	height:14px;	
	background: url(../img/sub-menu/menu03.gif) no-repeat center;
	background-position:top left;
}

#navigation li.bt3-marcado {
	width: 77px;
	height:14px;	
	background: url(../img/sub-menu/menu03.gif) no-repeat center;
	background-position:top left;
}


/* off: menu superior */
