#menudelaizquierda {
	position: absolute;
	top: 375px;
	left: 0;
	width: 45px;
	height: 371px;
	display: inline;
}

#menudeladerecha {
	position: absolute;
	top: 410px;
	right:0;
	width: 44px;
	height: 121px;
	display: inline;
}

.indentmenu {
	width: 990px;
	text-align: right;
	background-image: url(../img/bgbot.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #000000;
	margin: 0;
	padding: 0;
	height: 36px;
}

.indentmenu table {
	background: #dccdac;
	margin: 0;
	padding: 0;
	height: 36px;
	border-collapse: collapse;
}

.indentmenu td {
	vertical-align: middle;
}

.indentmenu td a {
	font-family: Arial;
	font-weight: Bold;
	font-size: 12px;
	color: #000; /*text color*/
	text-decoration: none;
}

.indentmenu td a:hover {
	color: #820100 !important; /*text color of selected and active item*/
	text-decoration: underline;
}
