/* -----------------------------------------------------------------------
 MMM CSS Framework 0.1
 AUTHOR: Maynor Marino Mijangos
 maynor@mmijangos.com
 http://www.mmijangos.com 
 Fecha de Implementacion: Diciembre 2009
 TopMenu (Menu in Tabs, Only one level)
 Proyecto: type2solution.com
   * 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 tr td, #tabs  ul li {
	margin: 0 ;
	padding: 0;
	list-style: none;
}

#tabs .menu-sibling, #tabs .menu-current {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

#tabs .menu-sibling a:link, #tabs .menu-sibling a:visited{
	display:block; 
	width:110px;
	height:24px;
	background:url(../images/mainMenu_Button_Normal.png);
	_background:url(../images/mainMenu_Button_Normal_ie.gif) !important;
	*cursor:pointer;
	text-align:center;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	font-weight:bold;
	margin:0;
	padding:12px 0 0 0;
}

#tabs .menu-sibling a:hover{
	display:block;
	width:110px;
	height:24px;
	background:url(../images/mainMenu_Button_Active.png);
	_background:url(../images/mainMenu_Button_Active_ie.gif) !important;
	*cursor:pointer;
	text-align:center;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#e70918;
	font-weight:bold;
	margin:0;
	padding:12px 0 0 0;
}

#tabs .menu-current a {
	display:block;
	width:110px;
	height:24px;
	background:url(../images/mainMenu_Button_Active.png);
	_background:url(../images/mainMenu_Button_Active_ie.gif) !important;
	*cursor:pointer;
	padding-top:14px;
	text-align:center;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#e70918 !important;
	font-weight:bold;
/*	margin:0px 2px;*/
}

#tabs .menu-current a:hover{
	display:block;
	width:110px;
	height:24px;
	background:url(../images/mainMenu_Button_Active.png);
	_background:url(../images/mainMenu_Button_Active_ie.gif) !important;
	*cursor:pointer;
	padding-top:14px;
	text-align:center;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#e70918 !important;
	font-weight:bold;
/*	margin:0px 2px;*/
}
/* ******************************************************************** */

#menu2 a {
	color: black;
	font-size: 1.1em;	
}

#menu2 .menu-current a {
	color: #921915;
	font-weight: bold;
	font-size: 1.1em;
}

#links {
	text-align: center;
	overflow: hidden;
	padding: 0 15px 0 15px
}

#links {
	width:400px;
}

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

#links li {
	display:inline;
	float: left;
	width:107px;
	height: 25px;
	background: url(../images/mainMenu_Button_Normal.png) no-repeat bottom;	
	margin: 0 7px 5px 0;
}

#links a:link,#links a:visited {
	margin:0;
	padding:5px 0 0 4px;
	text-decoration:none;
	color: #FFFFFF;
	font-family: inherit;
	font-size:1.1em;
}

#links a:hover {
	float:left;
	width:107px;
	height:20px;						
	background:url(../images/mainMenu_Button_Active.png) no-repeat bottom;
	_background:url(../images/mainMenu_Button_Active_ie.gif) !important;
	*cursor:pointer;
	color: red;
}

#links .menu-current a {
	float:left;
	width:107px;
	height:20px;						
	background:url(../images/mainMenu_Button_Active.png) no-repeat bottom;
	_background:url(../images/mainMenu_Button_Active_ie.gif) !important;
	*cursor:pointer;
	color: red;
}

