/* MENU
----------------------------------------------- */

#menu {
	float: left;
	bottom:0px;
	right:0px;
	position: absolute;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	float: left;
}

#menu a:hover {
	text-decoration: underline;
	color: Black;	
}

#menu a {
	color: #F6F6F6;
}


/*menu*/

.menutext {
        margin: 15px 0px 0px 30px;
        padding: 0px;
        float: left;
        bottom:0px;
        right:0px;		  
		  cursor: hand;
}


li#boton_blog a {
	width: 86px;
	height: 46px;
	display: block;
	background: url('/zmobile/html/images/home_off.gif') no-repeat;
}

li#boton_blog, li#boton_blog a:hover {
	background: url('/zmobile/html/images/home_on.gif') no-repeat;
}
li#boton_blog a#current {
	background: url('/zmobile/html/images/home_on.gif') no-repeat;
}
li#boton_about a {
	width: 121px;
	height: 46px;
	display: block;
	background: url('/zmobile/html/images/nav2_off.gif') no-repeat;
}
li#boton_about, li#boton_about a:hover {
	background: url('/zmobile/html/images/nav2_on.gif') no-repeat;
}
li#boton_about a#current {
	background: url('/zmobile/html/images/nav2_current.gif') no-repeat;
}
li#boton_portfolio a {
	width: 106px;
	height: 46px;
	display: block;
	background: url('/zmobile/html/images/nav3_off.gif') no-repeat;
}
li#boton_portfolio, li#boton_portfolio a:hover {
	background: url('/zmobile/html/images/nav3_on.gif') no-repeat;
}
li#boton_portfolio a#current {
	background: url('/zmobile/html/images/nav3_on.gif') no-repeat;
}
li#boton_shop a {
	width: 71px;
	height: 46px;
	display: block;
	background: url('/zmobile/html/images/nav4_off.gif') no-repeat;
}
li#boton_shop, li#boton_shop a:hover {
	background: url('/zmobile/html/images/nav4_on.gif') no-repeat;
}
 li#boton_shop a#current {
	background: url('/zmobile/html/images/nav4_current.gif') no-repeat;
}
li#boton_contact a {
	width: 101px;
	height: 46px;
	display: block;
	background: url('/zmobile/html/images/nav5_off.gif') no-repeat;
}
li#boton_contact, li#boton_contact a:hover {
	background: url('/zmobile/html/images/nav5_on.gif') no-repeat;
}
li#boton_contact a#current {
	background: url('/zmobile/html/images/nav5_current.gif') no-repeat;
}
li#boton_rss a {
	width: 101px;
	height: 46px;
	display: block;
	background: url('/zmobile/html/images/nav6_off.gif') no-repeat;
}
li#boton_rss, li#boton_rss a:hover {
	background: url('/zmobile/html/images/nav6_on.gif') no-repeat;
}
li#boton_rss a#current {
	background: url('/zmobile/html/images/nav6_current.gif') no-repeat;
}
li#boton_profile a {
	width: 86px;
	height: 46px;
	display: block;
	background: url('/zmobile/html/images/nav7_off.gif') no-repeat;
}
li#boton_profile, li#boton_profile a:hover {
	background: url('/zmobile/html/images/nav7_on.gif') no-repeat;
}
li#boton_profile a#current {
	background: url('/zmobile/html/images/nav7_current.gif') no-repeat;
}

body#blog li#boton_blog a, body#about li#boton_about a, body#portfolio li#boton_portfolio a, body#contact li#boton_contact a {
	cursor: default;
}

