/* Regras de estilo do menu do cliente */

#menu_cliente{
	position:absolute;
	left:520px;
	top:50px;
	width:260px;
	height:20px;
	background-color: #FFFFFF;
	font-family: arial, helvetica, serif;
	font-size: 12px;
	font-style: normal;
	color: rgb(122, 199, 250);
	text-align: left;
	margin: 0;
	}

#menu_cliente a{
	font-family: arial, helvetica, serif;
	font-size: 10px;
	font-weight: bold;
	color: rgb(122, 199, 250);
	text-decoration: none
	}

#menu_cliente a:hover {
	color: rgb(0, 122, 224);
	font-weight: bold;
	text-decoration: none; 
	}
