#toolbox-nav {
  width: 518px;
  height: 80px;
  
  position: relative;
  
  background-image: url(/images/toolbox-nav-bg.png);
  background-repeat: no-repeat;
  
  margin-bottom: 10px;
}

#toolbox-nav .links {
  position: absolute;
  
  right: 0;
  bottom: 15px;
}

#toolbox-nav .welcome {
  position: absolute;
  
  right: 0;
  bottom: 35px;
}


.col-middle .hr {
background:transparent url(/images/toolbox-hr-bg.png) no-repeat scroll 0 center;
clear:both;
height:10px;
margin:0 auto;
padding:10px;
text-align:center;
width:518px;
}

.badges {
  position: relative;
  height: 100px;
}

.badges ul li {
  background: none;  
}

.badges .marketing {
  left: 250px;
}

.gal-recent {
  position: relative;
}

.gal-recent #recent-activities {
  position:absolute;
  right:0;
  top:0;
}

a.selected-nav {
  color: #000;
  text-decoration: underline;
}
