.toolbar a:link     { color: #FFFFFF;
             height: 50px; 
             #background-image: url('red-off.gif');
             background-repeat: repeat-x;
             text-decoration: none;
             font-size: 10pt;
             font-family: Arial, Helvetica, sans-serif;
             font-weight: bold;
             line-height: 28px;
}

.toolbar a:visited  { color: #FFFFFF;
    	     height: 50px; 
             background-image: url('red-off.gif');
             background-repeat: repeat-x;
             text-decoration: none;
             font-size: 10pt;
             font-family: Arial, Helvetica, sans-serif;
	     	 font-weight: bold;
             line-height: 28px;
}

.toolbar a:active   { color: #FFFFFF;
             height: 50px; 
             #background-image: url('red-off.gif');
             background-repeat: repeat-x;
             background-position: top center;
             text-decoration: none;
             font-size: 10pt;
             font-family: Arial, Helvetica, sans-serif;
	     	 font-weight: bold;
             line-height: 28px;
}

.toolbar a:hover    { color: #FFFFFF;
    	     height: 50px; 
             background-image: url('red-on.gif');
             background-repeat: repeat-x;
             background-position: top center;
             text-decoration: none;
             font-size: 10pt;
             font-family: Arial, Helvetica, sans-serif;
	     	 font-weight: bold;
             line-height: 28px;
}

.toolbar {
    background-image: url('red-off.gif');
    background-repeat: repeat-x;
    height: 35px;
    text-align: center;
}

.toolbarItem {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: 40%; 
}

.toolbarImage {
    background-image: url('divider.gif');
    display: inline;
    width: 1px;
    height: 26px;
    vertical-align: top;
}
