#leftside {
 background : #fff; 
 height : 600px;   
 padding : 0px; 
 border-right : 1px solid #cfcfcf;
 }               
  
.category { 
 background : #fff; 
 padding-left  :5px;
 height : 18px;
 width : 200px;
 font-size : 12px;    
 border-top : 2px solid #666;

} 

.actualcategory {  
 border-bottom : 1px solid #EAEAEA;
}                 


.categoryup {   
 background : #fff; 
 padding-left  :20px;
 height : 18px;
 width : 100%;
 font-size : 10px;    
}   

.categoryup a:link { 
  font-size : 10px;
  text-decoration : none;
  color : #333;
  background : transparent;
 }        
.categoryup a:visited {
  font-size : 10px;
  text-decoration : none;
  color : #333;
  background : transparent;
 }  
 .categoryup a:hover {
  font-size : 10px;
  text-decoration : underline;
  color : #333;
  background : transparent;
 }          
 .categoryup a:active {
  font-size : 10px;
  text-decoration : none;
  color : #333;
  background : transparent; 
 }         


.category a:link { 
  font-size : 10px;
  text-decoration : none;
  color : #333;
  background : transparent;
 }        
.category a:visited {
  font-size : 10px;
  text-decoration : none;
  color : #333;
  background : transparent;
 }  
 .category a:hover {
  font-size : 10px;
  text-decoration : underline;
  color : #333;
  background : transparent;
 }          
 .category a:active {
  font-size : 10px;
  text-decoration : none;
  color : #333;
  background : transparent; 
 }         
