/* MENU STARTS */
#Menu {
	background-image:url(../images/defaults/bg_menu_top.jpg);
	background-repeat: repeat-x;
	height: 41px;
	border-bottom: 6px solid #fff;
}

#Menu a {
	padding: 0 3px 0 4px;
	border-left: 1px solid #575048;
	height: 22px;
	line-height: 22px;
}
#Menu a:hover {
	color: #c81616;
}
#Menu a.noline {
	border: none;
}
#Menu p {
	height: 22px;
	line-height: 22px;
	text-align: center;
}
/* MENU ENDS */





/*MENU EXPAND STARTS*/

#ExpandContent #zona,
#ExpandContent #estadio {
	width: 210px;
}
#ExpandContent #socios {
	width: 180px;
}
#ExpandContent #publi,
#ExpandContent #club {
	width: 160px;
}
#ExpandContent #comu,
#ExpandContent #escuelas,
#ExpandContent #ligas,
#ExpandContent #estadisticas,
#ExpandContent #equipo {
	width: 150px;
}


#ExpandContent a {
	color: #000;
	padding: 2px 8px 2px 8px;
	background-image:url(../images/defaults/bg_links.jpg);
	background-repeat: repeat-x;
	display:block;
	border: none;
}
#ExpandContent a:hover{
	background-image:url(../images/defaults/bg_links_2.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
}
.boxmenu {
	position:absolute; 
	visibility: hidden;
	border: 2px solid #fff;
	background-color: #ccc;
	z-index: 100;
}
#company2.boxmenu a:hover{
	text-decoration: none;
	color: #fff;
}
#company2.boxmenu a {
	width: 150px;
	color: #999;
	border: none;
	text-decoration: none;
	text-align:right;
	padding: 0 0 0 10px;
}

#company.boxmenu a:hover {
	text-decoration: none;
	color: #fff;
}
#company.boxmenu a {
	width: 150px;
	color: #999;
	border: none;
	text-decoration: none;
	text-align:left;
	padding: 0 0 0 10px;
}
#contact2.boxmenu a:hover {
	text-decoration: none;
	color: #fff;
}
#contact2.boxmenu a {
	width: 210px;
	color: #999;
	border: none;
	text-decoration: none;
	text-align: right;
	padding: 0 0 0 10px;
}
#contact.boxmenu a:hover {
	text-decoration: none;
	color: #fff;
}
#contact.boxmenu a {
	width: 210px;
	color: #999;
	border: none;
	text-decoration: none;
	text-align:left;
	padding: 0 0 0 10px;
}
