.menu       
{
    width:173px;
    list-style:none;
    background:rgb(255,255,255);
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-attachment: rgb(255,255,255);
    background-color: rgb(255,255,255);
    background-position: rgb(255,255,255);
    background-repeat: rgb(255,255,255);

}
.menu li       
{
       padding:0;
        margin:0 0 1px 0;
        height:30px;
        display:block;

}
.menu li a       
{
       text-align:center;
       height:30px;
        padding:0px 25px;
        font:11px Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        color:rgb(0,0,0);
        display:block;
        background:url('../imagenes/menu.jpg') 0px 0px no-repeat;
        text-decoration:none;
        outline:none;

}
.menu li a:hover       
{
       background:url('../imagenes/menu.jpg') 0px -30px no-repeat;
        color:rgb(0,0,0);

}
.menu li a.active   
{
       background:url('../imagenes/menu.jpg') 0px -60px no-repeat;
        color:rgb(0,0,255);

}
.menu li a span       
{
       line-height:30px;

}

