/* -----------------------------------------------------------------------
 CSS Framework 0.1
 http://www.mmijangos.com
 Definicion de la diagramacion de la GuiaTelefonica.com.gt
   * Copyright (c) 2008-Present. 
	* Includes : 
	* Copyright (c) 2008, Yahoo! Inc. All rights reserved.
	* version: 2.6.0
	* BlueprintCSS 
----------------------------------------------------------------------- */
#menuv1{
	float:left;
	width:100%;
	font-size:90%;
	line-height:1.5;
/*	border-bottom:7px solid #27679F; */
}

#menuv1 ul {
	margin:0;
	/* Este parametro centra el menu, modificar para agregar un boton mas */	
	padding:0px 0px 0 90px; 
	list-style:none;
}

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

#menuv1 a {
	float:left;
	background:url(menu/left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	/* font-family:"lucida sans unicode","lucida grande",sans-serif; */
	font-family: inherit;
}

#menuv1 a span {
	float:left;
	display:block;
	background:url(menu/right.gif) no-repeat right top;
	padding:5px 25px 4px 15px;
	color:#000000;
}

#menuv1 a:hover {
	float:left;
	background:url(menu/lefthover.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	/* font-family:"lucida sans unicode","lucida grande",sans-serif;*/
	font-family: inherit;
}

#menuv1 a:hover span {
	float:left;
	display:block;
	background:url(menu/righthover.gif) no-repeat right top;
	padding:5px 25px 4px 15px;
	color:#000000;
}

/* Small hack for IE5-Mac \*/
#menuv1 a span {float:none;}
/* End IE5-Mac hack */

#menuv1 a:hover span {color:#000000;}
#menuv1 a:hover {background-position:0% -42px;}
#menuv1 a:hover span {background-position:100% -42px;}
#menuv1 #current a {background-position:0% -42px;}
#menuv1 #current a span {background-position:100% -42px;color:#FFFFFF}
.clear {clear:left}