/* MENU A TENDINA */

div
{
    font: Normal 10px Verdana;
}
#MENU_CONTAINER
{
    width: 80px;
}
a.MENU
{
    display: Block;
    position: Relative;
    color: #000000;
    font-family: Trebuchet MS;
	font-size:13px;
    font-weight: normal;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
	

}

a.MENU:hover
{
    display: Block;
    position: Relative;
    color: #FF3300;
    font-family: Trebuchet MS;
	font-size:13px;
    font-weight: normal;
    text-decoration: underline;
    padding: 0px 0px 0px 0px;
}

a.MENU:visited
{
    display: Block;
    position: Relative;
    color: #000000;
    font-family: Trebuchet MS;
	font-size:13px;
    font-weight: normal;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
}


a.SMENU
{
    display: Block;
    position: Relative;
    color: #FFFFFF;
    background: #FF0101;
    font-weight: normal;
    font-family: verdana;
    font-size: 10px;
    text-decoration: None;
    padding: 3px 3px 3px 3px;
}
a.SMENU:hover
{
    display: Block;
    position: Relative;
    background: #AAAAAA;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    padding: 3px 3px 3px 3px;
}
div.SMENU
{
    visibility: Hidden;
    position: Absolute;
    margin: -15px 0px 0px 80px;
    background: #EEEEEE;
    width: 140px;
}


