body {
	background-color:#D3D5FE;
}

#menu {
	position:fixed;
	width:460px;
	bottom:0px;
	left:-365px;
}

#menu2 {
	position:fixed;
	width:100px;
	bottom:0px;
	left:0px;
}

#menuTable {
	width:100%;
}

.menuLista {
	width:180px;
	background-color:#D3D5FE;
	border:double;
	border-color:#000000;
}

#menuImage {
	width:100px;
	background-image:url(../imgs/menuHidden.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#menuImage2 {
	width:100px;
	background-image:url(../imgs/menuHidden2.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}

/* Links */
#menu a, a:active, a:visited {
	text-decoration:none;
	color:#000099;
	font-size:12px;
}

#menu a:hover {
	font-size:14px;
	font-weight:bold;
}