.menu_side {
   display: block;
   width: 100%;
   height: 23px;
   line-height: 23px;
   font-family: Arial;
   font-size: 13px;
   padding-left: 10px;
   color: #660000 !important;
   font-weight: bold;
   }

.menu_side:hover {
   background: url('../images/menu_bg.gif') right top;
   color: #FF3300 !important;
   text-decoration: none;
   }
   
.menu_side img {
   border: 0px;
   }
