img{ border: 0pt; }

#bottom_div{
width: 620px;
height: 150px;
background-color: #b9d1ea;
clear:both;
}

#vista_toolbar {
float:left;
font:normal 12px 'Trebuchet MS','Arial';
margin:0;
padding:0;
}

#vista_toolbar ul {
background-image:url(back.gif);
background-repeat:repeat-x;
float:left;
line-height:32px;
list-style:none;
margin:0;
padding:0 10px 0 10px;
width:600px;
}

#vista_toolbar li {
display:inline;
padding:0;
}

#vista_toolbar 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_toolbar a span {
display:block;
float:none;
padding:0 10px 0 7px;
}

#vista_toolbar a span img {
border:none;
margin:8px 4px 0 0;
}

#suburl {
  Z-INDEX: 3;
    LEFT: 20px;
    FLOAT: left;
    VISIBILITY: none;
    POSITION: relative;
    TOP: 140px;
    HEIGHT: 100%;
    Width: 500px;
    

}


/* show picture when mouse over link */
#vista_toolbar a:hover{
background: url(left.png) no-repeat left center;
}

#vista_toolbar a:hover span {
background:url(right.png) no-repeat right center;
}

#vista_toolbar a.right {
float:right; /* for help button - just add class "right" ->  <a class="right"... */
}

DIV.floating_mnu1
{
    Z-INDEX: 1;
    LEFT: 1px;
    FLOAT: none;
    VISIBILITY: visible;
    POSITION: absolute;
    TOP: 1px;
    BACKGROUND-COLOR: #060605;
}
DIV.floating_mnu2
{
    Z-INDEX: 2;
    LEFT: 20px;
    FLOAT: none;
    VISIBILITY: visible;
    POSITION: absolute;
    TOP: 40px;
    BACKGROUND-COLOR: #060605;
}


DIV.header
{
  PADDING-TOP: 50px;
  BACKGROUND-COLOR: #060605;
  LEFT: 1px;
  POSITION: absolute;
  Width: 100%;
  height: 100%;

}

