.Toolbar
{
   position:absolute;
   top:0px;
   left:10px;
}

.cbToolbarLeft
{
	background       : url(../images/tab-left.gif) no-repeat;
   width            : 10px;
   height           : 31px;
   white-space      : nowrap;
}

.cbToolbarRight
{	
   background       : url(../images/tab-right.gif) no-repeat;
   width            : 10px;
   height           : 31px;
   white-space      : nowrap;
}

.cbTool
{
	height           : 31px;
	width            : 24px;
	white-space      : nowrap;
	cursor           : hand;
}

.cbToolDiv
{
	height           : 31px;
	width            : 2px;
   background       : url(../images/tab-centre.gif) repeat-x;
   white-space      : nowrap;   
}

.cbiTool
{   
   height:31px;
   width:24px;
}

.cbiToolDiv
{
   padding-bottom:5px;
   height:16px;
   width:2px;
}

/*.tbButton A:hover, .tbButton:hover
{
	background-color:#FFD695;
}*/

.tbButton IMG
{
   border-style :none;
}

