﻿/*
	Menu Vertical
*/
#Menu_ver1 {
	position:absolute;
	margin-top: 30px;
	width: 179px;
	height: 300px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#Menu_ver1 ul, li {
	list-style-type: none;
}

#Menu_ver1 ul {
	margin-left: 15px;
	padding: 0;
}

#Menu_ver1 li {
	border-bottom: 1px solid #ffffff;
}

#Menu_ver1 a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 3px 0px;
	width: 164px;
}

#Menu_ver1 a:hover {
	background: #A2BAD6;
}

/*
	Menu Vertical 2
*/

#Menu_ver2 {
	position:absolute;
	margin-top: 420px;
	width: 179px;
	font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#Menu_ver2 ul, li {
	list-style-type: none;
}

#Menu_ver2 ul {
	margin-left: 15px;
	padding: 0;
}

#Menu_ver2 li {
	border-bottom: 1px solid #ffffff;
}

#Menu_ver2 a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 3px 0px;
	width: 164px;
}

#Menu_ver2 a:hover {
	background: #A2BAD6;
}
/*
	Menu Horizontal
*/
#Menu_Hori {
	font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	position:absolute;
	width:786px;
	height:30px;
	z-index:1;
	background-color: #333333;
}

#Menu_Hori ul, li {
	list-style-type: none;
}

#Menu_Hori ul {
	margin: 0;
	padding: 0;
}

#Menu_Hori li {
	float: left;
}

#Menu_Hori a {
	text-decoration: none;
	color: #000000;
	background: #CCCCCC;
	display: block;
	padding: 3px 6px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#Menu_Hori a#primero {
	border-left: 1px solid #ACCFE8;
}

#Menu_Hori a:hover {
	background: #DBEBF6;
}
