body
{
    background-image: url(images/bgStucco.png);
    background-repeat: repeat;
    font-family: Helvetica;
}

img
{
    border: none;
}

a
{
    text-decoration:none;
    color:#bf0000;
}

a:hover
{
    text-decoration:underline;
}

a:visited
{
    color:#e0e093;
}

.menuMain
{
    width:636px;
    background-color:#ffffff;
    margin-left:25px;
    margin-top:35px;
    /* border-radius */
     -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
     border-radius: 9px;
    /* box-shadow: color pos_from_left pos_from_top dissipation */
     -webkit-box-shadow: #111111 4px 4px 7px;
     -moz-box-shadow: #111111 4px 4px 7px;
     box-shadow: #111111 4px 4px 7px;
}

.headers
{
    border-bottom:solid thin #000000;
    padding:9px;    
}

.menuItems
{
    height:0px;
    display:none;
    overflow:hidden;
    margin-left:130px;
    margin-top:10px;
}

.breadcrumbs
{
    color:#870000;
}

.breadcrumbs:visited
{
    color:#670000;
}
