.categories,.categories ul{
    width:198px;
    background:#FFFFFF;
    border:1px solid #98c2d4;
    border-bottom:none;
    cursor:pointer; 
}
.categories li{ 
     background:#c7e9f9;
     border:1px solid #def4fe;
     border-bottom:1px solid #98c2d4;	    
     position:relative;
     font-size:0px;
    height:auto;
     cursor:pointer;	         
}
.categories li a{    
    display:inline-block;			
    padding:5px;
    width:178px;	
}
.categories li.current{     
     z-index:1;
    background:#def4fe;
}
.categories .highlight{    
    color:#632500;    
}
.categories li ul{    
    display:none;
    position:absolute; 
    left:-999px;
}
.categories li ul.current{
    z-index:10;
    left:197px;
    top:-1px;
	
}
.categories .arrow{
    position:absolute;
    right:5px;
    top:0px;
    display:block;
    height:100%;
    width:9px;
    background:url(images/arrow.gif) center center no-repeat;	
}
