.right_side{
  float:left;
  background: url(../img/browse_categories.gif) no-repeat left top;
  width:234px;
  margin-right:11px;
}
  .right_side .category_menu{
     padding:88px 0px 0px;
  }
  .right_side .main_categories a,.right_side .main_categories a:hover{
     background:url(../img/main_category-background.gif) no-repeat left top;
	 width:218px;
	 height:31px;
	 color:#FFFFFF;
	 font-weight:bold;
	 font-size:14px;
	 padding:5px 8px;
	 letter-spacing:-0.4px;
	 display:block;
  }
  .right_side ul{
   margin:3px 0px 15px;
  }
  .button{
    list-style-type:none;
	display:block;
	height:22px;
	#height:20px;
}	
	 .button .btn,  
     .button .btn:hover, 
     .button .btn-active,  
     .button .btn-active:hover{
	     color:#898989;
		 font-size:11px;
	     font-weight:bold;
	     text-decoration:underline;
		 display: block;
	     white-space: nowrap;
	     position: relative;
	     height: 22px;
		 outline: none;
		 margin:1px 0px 1px;
		
	    }
     .button .btn:hover, 
     .button .btn-active, 
     .button .btn-active:hover {
	     text-indent:0pt;
	     height: 22px;
	     color: #111111;
		 text-decoration:none;
		}
    .button .btn span,  
    .button .btn:hover span, 
    .button .btn-active span,  
    .button .btn-active:hover span {
	   float: left;
	   display: block;
	   height: 18px;
	   width:204px;
	   cursor: pointer;
	   font-size: 11px;
	   padding: 4px 5px 0px 5px;
	   background-image:none;
     }
	.button .btn:hover span, 
    .button .btn-active span,  
    .button .btn-active:hover span {
	   background:url(../img/menu_on.gif) repeat-x left top;
     }
	
   .button .btn .left,  
   .button .btn:hover .left, 
   .button .btn-active .left,  
   .button .btn-active:hover .left {
	   font-size: 1px;
	   width: 5px;
	   height: 22px;
	   padding: 0px;
	   margin: 0px;
	   background-image:none;
     }
   .button .btn:hover .left, 
   .button .btn-active .left,  
   .button .box_bottom .btn-active:hover .left  {
	  background:url(../img/menu_left_on.gif) no-repeat left bottom;
     }
   .button .btn .right,  
   .button .btn:hover .right, 
   .button .btn-active .right,  
   .button .btn-active:hover .right {
	font-size: 1px;
	width: 15px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	background-image:none;
     }

   .button .btn:hover .right, 
   .button .btn-active .right,  
   .button .btn-active:hover .right  {
	background:url(../img/menu_right_on.gif) no-repeat left bottom;
}
