/* 
    Document   : lista
    Created on : 24-ene-2011, 13:24:51
    Author     : Josmaca <josmaca@gmail.com>
    Description:
        Estilo para listas
*/


ul
{
list-style: none;
margin-left: 20px;
padding: 0;
border: none;
}

li
{

margin: 0;
width: 160px;
}

li a
{
display: block;
padding: 5px 5px 5px 5px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
border-bottom: 1px solid #90bade;
text-decoration: none;
width: 160px;
}

li a:hover
{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

