/* -----------------------------------------------------------------------
 MMM CSS Framework 0.1
 AUTHOR: Maynor Marino Mijangos
 maynor@mmijangos.com
 http://www.mmijangos.com 
 Fecha de Implementaci�n: Septiembre 2009
 TopMenu (Menu in Tabs, Only one level)
 Proyecto: hombrenuevo.com.gt
   * Copyright (c) 2008-Present. 
   * For credits and origins, see AUTHOR.
	* Includes : 
	* Copyright (c) 2008, Yahoo! Inc. All rights reserved.
	* version: 2.6.0
	* BlueprintCSS 
----------------------------------------------------------------------- */
#tabs {
	float: left;
	width:529px;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000214;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.25em;
	font-size: 1.1em;
	overflow: hidden;
}

#tabs ul {
	margin:0;
	padding:0 3px 0 0;
	list-style:none;
}

#tabs li {
	display: inline;
	margin:0;
	padding:0;
	width:40px;
}

#tabs a {
	float:left;
   margin:0;
	height: 39px;
   padding:0 0 0 4px;
   text-decoration:none;
}

#tabs a span {
	float:left;
   display:block;
	height: 39px;
   padding:7px 0 7px 0;
   color:#FFF;
	font-variant: small-caps;
	font-size: 1.3em;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
}
    
#tabs a:hover {
/*	background-position:0% -42px; */
}

#tabs a:hover span {
/*	background-position:0% -42px; */
	color: black;
} 

#tabs .menu-current {
	background-position:0% -42px;      
}

#tabs .menu-current span  {
	background-position:100% -42px;
	color: black;
}

#tabs .menu-parent {
	background-position:0% -42px;      
}

#tabs .menu-parent span  {
	background-position:100% -42px;
	color: black;
}
