body { padding: 0 0 0 124px; }

/* the menu */
#menu {
	position:absolute;
	left:2px;top:2px;
	width:120px;
	margin:0;	padding:0;
}
body > #menu {	/* IE7 does not dig this */
	position:fixed;
}
/* the logo at the top of the menu */
#menuLogo {
	width:100%; height:57px;
	margin:0;padding:0;
	background-color: #6174ad;
	background: #6174AD url(../medcpequeno.gif) no-repeat center;
	border-bottom: 1px solid #e2edfe;
}
#menuLogoSearch {
	width:100%; height:30px;
	margin:0;padding:0;
	background-color: #fff;
	text-align:center;
	border-bottom: 1px solid #e2edfe;
}
#menuHeader {
	width:100%; height:30px;
	background-color: #fff;
	text-align:center;
/*	background: #fff url(../diccio/mapaicon.gif) no-repeat center; */
}
/* menu separator */
.menuItemSeparator {
	color: #e2edfe;
	background-color: #6174ad;
	text-align:center;
	font-family:Arial;
	text-decoration:none;
	display:none;
}

/* menu items */
div.menuItem {
	border-top: 1px solid #6174ad;
	display: none;
}
.menuItem {
	margin:0;padding:0;
	background-color: #e2edfe;
	text-align:center;
	font-family:Arial;
	text-decoration:none;
}
a.menuItem:link {color: #000;}
a.menuItem:visited {color: #000;}
a.menuItem:hover {color: #000;}
a.menuItem:active {color: #f00;}

/* menu items - used when hovering */
div.altMenuItem {
	border-top: 1px solid #6174ad;
}
.altMenuItem {
	background-color: #303a56;
	text-align:center;
	font-family:Arial;
	text-decoration:none;
}
a.altMenuItem:link {color: #fff;}
a.altMenuItem:visited {color: #fff;}
a.altMenuItem:hover {color: #fff;}
a.altMenuItem:active {color: #f00;}