li { list-style-type: none; }
#simpleMenu{ width: 210px; }

	#simpleMenu{
        margin-top: 10px;		
		width: 182px;
        font-family:'Arial';
        font-size: 12px;
        color:#666666;
       margin-left:5px;
	}
	#simpleMenu a.head {
		cursor:pointer;
		color:#666666;
		display:block;
		margin-top:0px;
		padding-top:2px;
		text-indent:0px;
		text-decoration: none;
		background-image: url(http://test1.schuttesystems.net/simg/knop_off.jpg);
        background-repeat: no-repeat;       
        height:36px;
        width:180px;
        z-index:400;
	}
	#simpleMenu a.head:hover {
		background-image: url(http://test1.schuttesystems.net/simg/knop_on.jpg);
                background-repeat: no-repeat;
          color:#93316A;
        }
	#simpleMenu a.selected {
		background-image: url(http://test1.schuttesystems.net/simg/knop_on.jpg);
                background-repeat: no-repeat;
          color:#B74F8E;
	}
	#simpleMenu a.current {
		color: #E1007A;
	}
	#simpleMenu ul {
		border-width:0px;
		margin:0px 0px 20px 20px;
		padding:0px;
		text-indent:0px;
	}
	#simpleMenu li {
		list-style:none outside none; display:inline;
	}
	#simpleMenu li li a {
		color:#93316A;
		display:block;
		text-decoration: none;
                font-size: 11px;
                padding: 3px 0 0 0;
	}
	#simpleMenu li li a:hover {
		color:#FF9000;
	}