
a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:130px;}
a.tooltip:hover span{display:inline; position:absolute; border:1px solid #cccccc; background:#ffffff; color:#6c6c6c;}

#navcontainer ul
{
list-style-type: none;
text-align:left;
width:60%;
}

#navcontainer li 
{
width:30%;
float:left;
}

#navcontainer ul li a
{
background: transparent url(/euf/assets/images/list_off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #FCAD02;
}

#navcontainer ul li a:hover
{
background: transparent url(/euf/assets/images/list_on.gif) left center no-repeat;
color: #C60;
}