body {
margin: 0;
padding: 0;
background: white;
font: 11px Arial;
text-align:center;
background-color:#FFFFFF;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
	margin-left:300px;
}
#menu dl {
float: left;
width:120px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: url(/pls/portal/docs/PAGE/ALADDIN2008/CONTENIDO/NOADMIN/IMAGES/BGBOTMENU.JPG);
	margin: 1px;
	height: 21px;
	color: #FFFFFF;

}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
	text-align: center;
	background: #fff;
	font-size:10px;
	color: #999999;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}
#menuGe {
	background-image: url(/pls/portal/docs/PAGE/ALADDIN2008/CONTENIDO/NOADMIN/IMAGES/BGBOTMENU.JPG);
	height: 22px;
	width: 100%;
	text-align:center;
}
#barraMenu {
	background-color: #E3E3E5;
	height: 8px;
	width: 100%;
}


