/* CSS Document */
img{ border: 0pt; }

.texto{ color:#FFF;}

#bottom_div{
width: 520px;
height: 150px;
background-color: #b9d1ea;
clear:both;
}

#menu_horizontal {
float:left;
font:normal 12px 'Trebuchet MS','Arial';
margin:0;
padding-left:460PX;
}

#menu_horizontal ul {

float:left;
line-height:32px;
list-style:none;
margin:0;
padding:0 10px 0 10px;
width:500px;

}


#vmenu_horizontal li {
display:inline;
padding:0;
}

#menu_horizontal 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;
}

#menu_horizontal a .texto{
display:block;
float:none;
padding:0 10px 0 7px;
}

#menu_horizontal a .texto img {
border:none;
margin:8px 4px 0 0;
}

/* show picture when mouse over link */
#menu_horizontal a:hover{
background: url(../left.png) no-repeat left center;
}

#menu_horizontal a:hover .texto{
background:url(../right.png) no-repeat right center;
}

#menu_horizontal a.right {
float:right; /* for help button - just add class "right" ->  <a class="right"... */
}