img{ border: 0pt; }

#vista {
float:left;
font-size: small;
font-family: Arial, Helvetica, sans-serif;
margin:0;
padding:0;
width:100%;
overflow:hidden;
}

#vista ul {
background-image:url(../images/back.gif);
background-repeat:repeat-x;
float:left;
line-height:32px;
list-style:none;
margin:0;
padding:0 10px 0 10px;
width:100%;
}

#vista li {
display:inline;
position: relative;
}

#vista a {
color:#FFF; /* need because it will use default link color */
float:left;
padding:0 3px 0 3px; /* left 3 px because of left.png image */ 
text-decoration:none;
}

#vista a span {
display:block;
float:none;
padding:0 10px 0 7px;
}

#vista a span img {
border:none;
margin:8px 4px 0 0;
}

/* show picture when mouse over link */
#vista a:hover{
background: url(../images/left.png) no-repeat left center;
}

#vista a:hover span {
background:url(../images/right.png) no-repeat right center;
}

#vista a.right {
float:right; /* for help button - just add class "right" ->  <a class="right"... */
}

#vista li ul {
	display:none;
	z-index: 100;
}

#vista li:hover ul{
	display:block;
}

#vista li li {
	position:absolute;
	text-align:left;
}

#veh_status a {
    color: #FFF; /* need because it will use default link color */
    padding: 0 3px 0 3px; /* left 3 px because of left.png image */
    text-decoration: none;
}