img{ border: 0pt; }

#bottom_div{
width: 520px;
height: 150px;
background-color: #b9d1ea;
clear:both;
}

.cmsToolbar 
{
  position:absolute;
  top:0px;
float:left;
font:normal 12px 'Trebuchet MS','Arial';
margin:0;
padding:0px 0px 4px 0px;
height:32px;
background-color:#ececec;

}

.cmsToolbar ul {
/*background-image:url(back.gif);
background-repeat:repeat-x;*/
float:left;
line-height:24px;
list-style:none;
margin:4px 0px 0px 0px;
padding:0px 10px 0px 10px;

}

.cmsToolbar li {
display:inline;
padding:0px;

}

.cmsToolbar a {
color:#003366; /* need because it will use default link color */
float:left;
padding:0 0px 0 3px; /* left 3 px because of left.png image */ 
text-decoration:none;

}



.cmsToolbar a span img {
border:none;
margin:0px 4px 0px 0;
}

/* show picture when mouse over link */
.cmsToolbar a:hover{
background: url(images/left.png) no-repeat left center;

color:#FFFFFF;
}

.cmsToolbar a:hover span {
background:url(images/right.png) no-repeat right center;
}

.cmsToolbar a.right {
float:right; /* for help button - just add class "right" ->  <a class="right"... */
}

.cmsToolbarHover
{background-color:#2080cc;
}