/* 	
	Copyright (C) 2011 | DORST communicatie <http://www.dorstcommunicatie.nl/> 
	Op al onze leveringen zijn onze Algemene Voorwaarden  van toepassing. Een afdruk van deze voorwaarden verstrekken  wij u gaarne op verzoek u kunt de voorwaarden raadplegen op http://www.dorstcommunicatie.nl/voowaarden
	Het is de opdrachtgever niet toegestaan om zonder schriftelijke toestemming van DORST COMMUNICATIE veranderingen in de vruchten van de opdracht aan te brengen. 
*/

#categories h4{
	font-size: 14px
}

.category_list{
	margin: 10px 0 0 0;
	padding: 0
}

	.category_list li{
		list-style-type: none
	}
	
	.category_list li a{
		width: 170px;
		display: block;
		padding: 5px 5px 6px 20px;
		background: url('../../../img/arrow.gif') 0 6px no-repeat;
		font-size: 12px;
		text-decoration: none;
		font-weight: bold
	}
        
        .category_list li.selected a{
            color: #034895;
        }
        
        .category_list ul{
            display: none;
            margin: 0 0 0 20px;
            padding: 0
        }
        
        .category_list li.selected ul{
            display: none
        }
        
        .category_list li ul li a{
            width: 150px;
            display: block;
            padding: 5px 5px 6px 20px;
            background: url('../../../img/arrow.gif') 0 6px no-repeat;
            font-size: 12px;
            text-decoration: none;
            font-weight: normal    
        }
        
        .category_list li ul li.selected > a{
            text-decoration: underline
        }