




div#stock-quote-sidebar {
font-size: 0.8em;
}
div#stock-quote-sidebar a:link,
div#stock-quote-sidebar a:visited,
div#stock-quote-sidebar a:active {
color: #2277DD;
text-decoration: none;
font-weight: normal;
}
div#stock-quote-sidebar a:hover {
text-decoration: underline;
 }


.menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align:left;
}

.menu li {
	border-top: 5px solid Red;
	width: 210px;
}
/* il face buton*/
.menu a {
	display: block;
	background-color: #DCDCDC;
	color: #000;
	text-decoration: none;
	width: 210px;
	border-left: 15px solid #FFFFFF;
	padding-left: 2px;
}
/* chimba mouse over*/
.menu a:hover {
  text-decoration: none;
  color: #D2B48C;
  background-color: #000;
  border-left: 10px solid #EFB52B;
}





