/* -----------------------------------------------------------------------
 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:960px;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000214;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 1.05em;      
}

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

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

#tabs a {
	float:left;
   background:url("../images/menu/tableft.gif") no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}

#tabs a span {
	float:left;
   display:block;
   background:url("../images/menu/tabright.gif") no-repeat right top;
   padding:5px 10px 7px 6px;
   color:#FFF;
}

/* 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;
}


/* ********************************************************
 * Segundo nivel
 * Menu
 * ****************************************************** */

#links {
	width:650px;
}

#links ul {
	margin:0;
	padding:0 10px 0 0;
	list-style:none;
}

#links li {
	display:inline;
	float: left;
	width:200px;
	height: 18px;
	margin-top:2px;
	padding:0;
}

#links a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	color: white;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;	
	padding-left: 20px;
	font-size: 0.92em;
	font-family: Arial, Helvetica, sans-serif;
}

#links a:hover {
   color: black;
}

#links .menu-current {
	color: black;
}

#links .menu-current a {
	color: black;
}