/* top bar  */

table.topbar {
   border-collapse: collapse;
}
/*
table.sidebar td {
   border: 1px solid #ccc;
}*/
table.topbar td a{
    /* display: block;*/
   width: 100px;
   padding: 0;
   text-decoration: none;
}
table.topbar td a:link, table.topbar td a:visited {
   color: #222277;
  
}
table.topbar td a:hover, table.topbar td a:active {
	color: #000;
	 background-image: url('/image/bg2.gif');

}







/* sidebar  */
table.sidebar {
   border-collapse: collapse;
}
/*
table.sidebar td {
   border: 1px solid #ccc;
}*/
table.sidebar td a{
   display: block;
   width: 11em;
   padding: 4px;
   text-decoration: none;
}
table.sidebar td a:link, table.sidebar td a:visited {
   color: #222277;
  /*background-color: #fff;*/
}
table.sidebar td a:hover, table.sidebar td a:active {
   color: #fff;
   background-color: #666;
}

