.menu
{
	position: 			absolute;
	#margin-left:		0px;
	_margin-left:		0px;
	padding-left:	 	0px;
	padding-right: 		0px;	
	
	top: 				151px;
	#top: 				148px; /*Para Internet Explorer */
    _top: 				148px; /* Para Internet Explorer 6 */
	#left:				0px;
	_left:				0px;
	
	background-color: 	#189304;
	_background-color:	none;
	
	width:				900px;
	height: 			21px;
	
	text-align:			center;
	z-index:			100;
}
.menuNombre
{
	top: 				0px;
	width:				150px;
	height:				20px;
	padding-top:		6px;
	
	font-size:			14px;
	font-weight: 		bold;
	color: 				#000000;
	text-decoration:	none;
	
	float: 				left;
	overflow:			hidden;

	z-index:			100;
}

.menuNombre a:visited
{
	text-decoration:	none;
	color:				#000000;
	height:				20px;
}

.menuNombre a:link
{
	text-decoration:	none;
	color:				#000000;
	height:				20px;
}

.menuNombre a:hover
{
	color:				#FFFFFF;
	text-decoration:	none;
}

.menuCero
{	
	width:				150px;
	color:#000
}

.menuNombre:hover
{
	color:				#FFFFFF;
}

.menuNombre a
{
	text-decoration:	none;
	color:				#000000;
	height:				20px;
}

.menuNombre a:hover
{
	color:				#FFFFFF;
}

.menuColorClaro
{
	background-color: #66bc29;
}

.menuColorMedio
{
	background-color: #55a51c;
}

.menuColorOscuro
{
	background-color: #5a8e22;
}

.menuOpciones
{
	/*border-bottom:		#00FF00 solid 2px;
	border-left:		#00FF00 solid 2px;
	border-right:		#00FF00 solid 2px;*/
	margin-top: 		4px;
	padding-top: 		2px;
	overflow: 			hidden;
	z-index:			100;
}

.menuItem
{
	display:			block;
	width: 				150px;
	height: 			22px;
	
	padding-top: 		5px;
	vertical-align:		bottom;
	
	text-decoration:	none;
	color:				#000000;
	
	/*border-top: 		#00FF00 solid 1px;*/
	z-index:			100;
}

.menuItem:hover
{
	background-color:	#00CC33;
	color:				#FFFFFF;
}