button.logout {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 8px 15px;
	background: -moz-linear-gradient(
		top,
		#FFD700 0%,
		#FFD700);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#FFD700),
		to(#FFD700));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid black;
	-moz-box-shadow:
		0px 1px 3px rgba(255,255,255,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(255,255,255,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(255,255,255,0.5),
		inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(84,84,84,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}


button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 8px 18px;
	background: -moz-linear-gradient(
		top,
		#FFD700  0%,
		#FFD700);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#FFD700),
		to(#FFD700));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid black;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}


ul {
                                  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
                                  margin: 0;
                                  padding: 0;
                                  list-style: none;
                                  width: 220px;
                                  z-index: 9900; // ordem de prioridade
                              }
ul li {
    position: relative;
}
li ul {
    position: absolute;
    left: 220px;
    top: 0;
    display: none;

}
ul li a {
    display: block;
    text-decoration: none;
    color: #1C1C1C;
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc;

}

ul li a:hover {
    display: block;
    text-decoration: none;
    color: #4169E1;
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc;

}

li.menutop {
    background-color: #FFD700;
    height: 30px;
    border: 0px;
    margin: 0px;
    border-top-color: #000000;
    border-top-right-radius: 3em;

}

li.menubottom {
    background-color: #FFD700;
    height: 30px;
    border: 0px;
    margin: 0px;
    border-bottom-right-radius: 3em;

}

#dashboard {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;

}

#dashboard li {
    list-style-type:none;
}

#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;

}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #87CEEB;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #87CEEB;
  color: white;
}



/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left;
    }
* html ul li a { height: 1%; }
/* End */
li:hover ul { display: block;
    }

