#menuclient {
	position:absolute;
	width:200px;
	top:185px;
	left:-17px;
	z-index:500;

}
#menuclient ul {
list-style-type:none;

}
#menuclient li {
display:block;
font-size:11px;
padding:0px 20px 0px 20px;
height:28px;
line-height:28px;
background-color:#6E4E37;
border-bottom:#ffffff 1px dotted;

}
#menuclient li:hover {
display:block;
font-size:11px;
padding:0px 20px 0px 20px;
height:28px;
line-height:28px;
background-color:#2B1A12;
border-bottom:#666666 1px dotted;
color:#FFFFFF;

}
#menuclient li a {
width:120px;
color:#ffffff;
text-decoration:none;
}
#menuclient li a:hover {
width:120px;
text-decoration:none;
}
legend {
border:0;
}

#dejaclient {
position:absolute;
width:150px;
height:150px;
background-color:#006600;
}

