/* ######### Veículos ######### */

.veiculos {
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #0D3968;
width: 102px; /* default width for menu */
}

.veiculos ul{
margin: 0;
padding: 0;
list-style-type: none;

}

.veiculos ul li a{
color: #FFFFFF;
width: 92px;
display: block;
text-indent: 3px;
padding: 1px 0 0 10px;
text-decoration: none;
text-indent: 5px;
border-bottom: 1px solid #1D5789;
}

.veiculos a:hover{ /*hover background color*/
background: #3179B3;
color: white;
}




/* ######### class for shadow DIV ######### */





.anylinkshadow{ /*CSS for shadow. Keep this as is */

position: absolute;

left: 0;

top: 0;

z-index: 99; /*zIndex for shadow*/

background: black;

visibility: hidden;

}
