.navitem
{
font-family: Helvetica, Georgia, serif;
}

.navitems a
{
text-align: center;
border: #ddd solid 1px;
text-decoration: none;

color: #1880d0;
margin-right: 5px;
margin-bottom: 5px;
padding: 5px 10px;
font-family: Helvetica, Georgia, serif !important;
display: inline-block;
text-shadow: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-weight: bold;
}

.navitems a:hover
{
color: white !important;
background: #007DBD !important; 
}

.tooltips_list
{
margin-bottom: 16px;
margin-top: 16px;
}

.tooltips_list span
{
color: #1880d0 !important;
text-decoration: none;
}
.tooltiplist_count {
color: #C0392B;
vertical-align: super;
padding-left: 3px;
font-size: smaller;
}