/* CSS Document */

#coolmenu{
border: 1px solid #6494AC;
width: 170px;
background-image:url(/images/botones/pixar-bg.gif);
}

#coolmenu a{
font: bold 13px Arial;

width: 100%;
color: white;
text-decoration: none;
background-image:url(/images/botones/pixar-bg.gif);

}

html>body #coolmenu a{
width: auto;
}

#coolmenu a:hover{
background-image:url(/images/botones/pixar-bg1.gif);
color: white;
}


#menu a{
font: normal 11px Arial;
color:#000000;
text-decoration: none;
}

#menu a:hover{
color: white;
}





