   div#MENU
{
    text-align: Center;
    padding: 0px;
    background-color: #1F2322;
    border: Solid 0px #000000;
}


a.MENU
{
    background-color: #1F2322;
    color: #ffffff;
    font-weight: Bold;
    text-decoration: None;
    width: 150px;
    padding: 0px;
    border: Solid 1px #343434;
}
a:hover.MENU
{
    background-color: #343434;
    color: #F36523;
    font-weight: Bold;
    text-decoration: None;
    width: 150px;
    padding: 0px;
    border: Solid 1px #F36523;
}

.mod_listaauto
{	
width:100%;	
height: 123px;	
clear:left;  
border-bottom: 1px solid #626365;  
margin: 10px 18px 0 18px;  
width:933px;
}

body
{	
margin:0px auto;	
font-family:'Lucida Grande', Verdana, Geneva, Arial, Helvetica, sans-serif;	
font-size:100%;		
background:#000;	
color:#a8a7a7;	
text-align:center;
}

