#menu {
	border-left: 1px solid #787878;
	border-right: 1px solid #787878;
	border-bottom: 0;
	background: #fff;
	width: 183px;
	padding: 0;
}

#menu table {
	width: 183px;
	border-collapse: collapse;
	padding: 0;
}

#menu td {
	padding: 0 0;
}

#menu td a {
	padding: 4px 25px;
	background: url(../imagenes/ico-menu.gif) top left no-repeat;
	font: bold 10px Verdana;
	margin: 2px 0px;
	color: #2956B6;
	display: block;
	width: 133px;
}

#menu td a:hover {
	color: #000;
	text-decoration: underline;
	/*padding: 4px 8px;*/
}

#menu td#over {
	background: #E4F894 url(../imagenes/ico-menu.gif) center left no-repeat;
}

#menu td.activa {
	background: #ffd6b8;
}

#menu td.activa a {
	background: url(../imagenes/submenu_flecha_select.gif) center left no-repeat;
	color: #900;
}

#menu td#vertodas {
	text-transform: uppercase;
}

#menu, #menu a, input {
	font: normal 10px Verdana, sans-serif;
	color: black;
	text-decoration: none;
}

#menu a {
	display: block;
	width: 100%;
}

#menu h1 {
	margin: 0;
	padding: 0;
	background: black url(../imagenes/elcatalogo.jpg) no-repeat;
	height: 25px;
}

#menu h1 span {
	display: none;
}