#nav_bg {
    clear: both; height: 30px;
    text-align: center; margin: 0; padding:0;
    background: url(../images/menu/nav_bg.jpg) left top repeat-x; 
}

#nav_bg_menu {
    clear: both; height: 30px;
    text-align: center; margin: 0; padding-left:8;
    /*background: url(../images/menu/nav_bg.jpg) left top repeat-x; */
}

/* --- LINKS MENU --- */
#alinks ul {
    list-style-type: none;
    padding: 0 0px 0 0px;
    margin: 0;
}

#alinks li {
    padding-top: 1em;
    color: #99CC66;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    font-variant: small-caps;
}

#alink a {
    display: block;
    color: #960606;
    background-color: transparent;
    text-decoration: none;
}

#alinks a:link, #alinks a:visited, #alinks a:active {
    background: url(../images/static/bullet_up.gif) no-repeat;
    background-position: 0 0;
    padding-left: 1.8em;
 	color: #99CC66;
    text-decoration: none;
}

#alinks ul li a:hover {
    background: url(../images/static/bullet_right.gif) no-repeat;
    background-position: 0 0;
    padding-left: 1.8em;
	color: #99CC66;
    text-decoration: underline;
}

