ul.TopMenu {
	width: 390px;
	height: 26px;
	display: block;
	list-style: none;
	z-index: 99;
	float: left;
	position:	relative;
	left:285px;
	top:50px;
}
ul.TopMenu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	color: #858D94;
	font-weight: bold;
	margin: 0 2px;
	position: relative;
}
ul.TopMenu li a {
	color: #858D94;
	text-decoration: none;
	display: block;
	position: relative;
	height: 26px;
}
ul.TopMenu li a:hover {
	color: #FFF;
	text-decoration: none;
}
.inicio-button a {
	width: 34px;
	display: block;
	padding: 4px;
}
.inicio-button a:hover {
	display: block;
	background-image: url(../images/defaults/inicio-button.gif);
	background-repeat: no-repeat;
}
.nosotros-button a {
	width: 92px;
	display: block;
	padding: 4px;
}
.nosotros-button a:hover {
	display: block;
	background-image: url(../images/defaults/nosotros-button.gif);
	background-repeat: no-repeat;
}
.servicios-button a {
	width: 58px;
	display: block;
	padding: 4px;
}
.servicios-button a:hover {
	display: block;
	background-image: url(../images/defaults/servicios-button.gif);
	background-repeat: no-repeat;
}
.clientes-button a {
	width: 51px;
	display: block;
	padding: 4px;
}
.clientes-button a:hover {
	display: block;
	background-image: url(../images/defaults/clientes-button.gif);
	background-repeat: no-repeat;
}
.contacto-button a {
	width: 56px;
	display: block;
	padding: 4px;
}
.contacto-button a:hover {
	display: block;
	background-image: url(../images/defaults/contacto-button.gif);
	background-repeat: no-repeat;
}
.idioma-button a {
	width: 56px;
	display: block;
	padding: 4px;
}
.idioma-button a:hover {
	display: block;
	background-image: url(../images/defaults/contacto-button.gif);
	background-repeat: no-repeat;
}
.TopMenu li ul {
	background:#345A7F;
	width: 190px;
	height: auto;
	display: block;
	list-style: none;
	z-index: 99;
	background-image: url(../images/defaults/bg-menu.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding:10px 4px;
	z-index: 99;
}
.TopMenu li li {
	background:	#345A7F;
	float: left;
	z-index: 99;
}
.TopMenu li li a {
	color: #FFF;
	font-weight: normal;
	float: left;
	z-index: 99;
	padding: 5px 0 5px 5px;
	width: 180px;
	height: 15px;
}
.TopMenu li li a:hover {
	background:	#112B44;
	float: left;
	z-index: 99;
	width: 180px;
}
.TopMenu, .TopMenu * {
	margin:0;
	padding:0;
	list-style:none;
}
.TopMenu ul {
	position:absolute;
	top:-999em;
	width:10em;
}
.TopMenu li:hover ul, .TopMenu li.sfHover ul {
	left:0;
	top:2.5em;
	z-index:99;
}
ul.TopMenu li:hover li ul, ul.TopMenu li.sfHover li ul {
	top:-999em;
}
ul.TopMenu li li:hover ul, ul.TopMenu li li.sfHover ul {
	left:10em;
	top:0;
}
ul.TopMenu li li:hover li ul, ul.TopMenu li li.sfHover li ul {
	top:-999em;
}
ul.TopMenu li li li:hover ul, ul.TopMenu li li li.sfHover ul {
	left:10em;
	top:0;
}
.sf-sub-indicator {
	display:none;
}
ul.TopMenu li.sfHover a.sf-with-ul {
	display: block;
	background-image: url(../images/defaults/servicios-button.gif);
	background-repeat: no-repeat;
	color: #FFF;
}