.menu {
	margin: 0px;
	padding: 0px;
	margin-left: 220px;
}
.menu #principal {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.menu li {
	list-style-type: none;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8D4C52;
	float: left;
}
.menu li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 14px;
	padding-right: 14px;
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
}
.menu li a:hover {
	color: #F3B701;
	background-color: #500607;
}

.menufooter {
	margin: 0px;
	padding: 0px;
	margin-left: -10px;
	width: 746px;
}
.menufooter  #principal2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.menufooter li {
	float: left;
	list-style-type: none;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.menufooter li a {
	color: #333333;
	text-decoration: none;
	width: 40px;
}
.menufooter li a:hover {
	color: #660000;
	text-decoration: underline;
}
.menuleft {
	margin: 0px;
	padding: 0px;
	width: 130px;
	margin-top: 10px;
}
.menuleft li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	float: left;
	list-style-type: none;
}
.menuleft li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9C6165;
	width: 115px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
}
.menuleft li a:hover {
	color: #F3B701;
	background-color: #4F0506;
}
.submenu {
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
}
.submenu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	float: left;
	list-style-type: none;
}
.submenu li a {
	color: #7F2C36;
	text-decoration: none;
	padding-bottom: 4px;
	padding-top: 4px;
	width: 125px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	float: left;
	padding-left: 20px;
}
.submenu li a:hover {
	color: #FFFFFF;
	background-color: #999999;
}
.menuleft2 {
	margin: 0px;
	padding: 0px;
	width: 130px;
	margin-top: 10px;
}
.menuleft2 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	float: left;
	list-style-type: none;
}
.menuleft2 li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9C6165;
	width: 130px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
}

.menuleft2 li a:hover {
	color: #F3B701;
	background-color: #4F0506;
}

