img{ border: 0pt; }

#bottom_div{
width: 100%;
height: 150px;
background-color: #b9d1ea;
clear:both;
}

#linkbar {
float:left;
font:bold 12px 'EngraversGothic BT', 'EngraversGothic MT', 'Copperplate Gothic Light', 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
margin:0;
padding:0;
}

#linkbar 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:100%;
}

#linkbar li {
display:inline;
padding:0;
}

#linkbar a {
color:#000; /* 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;
}

#linkbar a span {
display:block;
float:none;
padding:0 10px 0 7px;
}

#linkbar a span img {
border:none;
margin:8px 4px 0 0;
}

/* show picture when mouse over link */
#linkbar a:hover{
background: url(left.png) no-repeat left center;
}

#linkbar a:hover span {
background:url(right.png) no-repeat right center;
}

#linkbar a.right {
float:right; /* for help button - just add class "right" ->  <a class="right"... */
}