* {
margin: 0;
padding: 0;
}

.toolsBarArea {
background: #CCCCCC;  /*#004080*/ 
border: 2px groove #F3EFE7; 
width: 156px;  /*152px*/
margin: 0;
padding: 0;
}

.toolsBarOff {
background:#FFFFFF; 
color: #000000;  /*#000066*/
width:146px;
/*display: block;*/
border: 2px outset #999999;
font-weight: normal;
font-size: 10px;
text-align: left;
padding: 1px 3px;
margin: 0;
font-family: arial,helvetica,sans-serif;

}

.toolsBarOn {
background: #F6F6F6; 
color: #FF0000;  /*#000066*/
width:146px;
border: 2px inset #999999;
font-weight: normal;
font-size: 10px;
text-align: left;
padding: 1px 3px;
font-family: arial,helvetica,sans-serif;
}

.toolsBarOver {background: #E4E4E4;  /*#999999*/
color: #FFFFFF;  /*#FFFFFF*/
width:146px;
border: 2px inset #FFFFFF;
/*display: block;*/ 
font-weight: normal;
font-size: 10px;
text-align: left;
padding: 1px 3px;
font-family: arial,helvetica,sans-serif;
}

.toolsBarArea a{
width: 146px;
display: block;

}

.toolsBarArea a:link, .toolsBarArea a:visited {
text-decoration: none;
color: #666666;
}
