
#urbangreymenu{
width: 145px; /*width of menu*/
text-align:right;
float:left
}

#urbangreymenu .headerbar{
text-align:right;
font: bold 12px Verdana;
color: #606060;
background: #e7e7e7;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 2px 10px 2px 0px; /*31px is left indentation of header text*/
}

#urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

#urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

#urbangreymenu ul li{
padding-bottom: 3px;
padding-right:10px; 
font: normal 12px Arial;
/*bottom spacing between menu items*/
}

#urbangreymenu ul li a, #urbangreymenu ul li a:visited {
font: normal 12px Arial;
color: #1485cc;
display: block;
padding: 3px 0;
line-height: 15px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

#urbangreymenu ul li a:hover{ /*hover state CSS*/
text-decoration: underline;
}
#urbangreymenu ul li a.verde, .verde {
color:#00b232;
}
#urbangreymenu ul li a.rosso, .rosso {
color:#ef4434;
}
.celeste {
color:#1484cc;
}