.menu
{
    vertical-align: top;
    height: auto;
    display: block;
    margin-top: 10px;
    margin-right: 5px;
}

.menu DIV A
{
	color: #FFFFFF;
	text-decoration: none;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 25px;
    padding: 1px;
    display: block; 
    text-align: right;
    font-weight: bold;
    height: auto;
}

html>body .menu DIV A
{
	color: #FFFFFF;
	text-decoration: none;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 25px;
    padding: 1px;
    display: block; 
    text-align: right;
    font-weight: bold;
    height: auto;
    overflow: hidden;
}

.menu .menu DIV A
{
	color: #FD921B;
	font-weight: bold;
	text-decoration: none;
    font-size: 12px;
    padding-left: 15px;
    background-position: 5px 10px;
    background-image: url('http://www.fysiotherapiedronten.nl/img/dot.jpg');
    background-repeat: no-repeat;
    text-align: left;
    margin: 0px;
    height: 15px;
}

html>body .menu .menu DIV A
{
	color: #FD921B;
	font-weight: bold;
	text-decoration: none;
    font-size: 12px;
    padding-left: 15px;
    background-position: 5px 10px;
    background-image: url('http://www.fysiotherapiedronten.nl/img/dot.jpg');
    background-repeat: no-repeat;
    text-align: left;
    margin: 0px;
    height: auto;
}

.menu .menu DIV A:HOVER
{
    text-decoration: underline;
    height: auto;
}

.menu .menu A
{
    margin: 0px;
    display: block;
    height: auto;
}

.menu .menu
{
	position: absolute;
	margin-left: 174px;
	border: 1px solid #FD921B;
    background-color: #FFFFFF;
	height: auto;
    width: 200px;
    vertical-align: middle;
    margin-top: -10px;
}

html>body .menu .menu
{
    margin-left: 179px;
    margin-top: -8px;
}

.menu .menu .menu
{
	position: absolute;
	margin-left: 180px;
	border: 1px solid #B8DA19;
    background-color: #FFFFFF;
	height: auto;
    width: 200px;
    vertical-align: middle;
    margin-top:-19px;
}

.menu .menu .menu DIV
{
    vertical-align: middle;
    text-align: left;
    font-size: 1em;
    width: 200px;
    height: auto;
    position: relative;
}

.menu .menuItemActive
{
 		background-position: right 5px;
 		background-image: url('http://www.fysiotherapiedronten.nl/img/button_over.jpg');
	    background-repeat: no-repeat;
}

.menu .menuItemInactive
{
 		background-position: right 5px;
 		background-image: url('http://www.fysiotherapiedronten.nl/img/button.jpg');
		background-repeat: no-repeat;
}

.menu DIV .menuItemInactive, .menu DIV .menuItemActive
{
    background-color        : #FFFFFF;
    width:200px;
    height:23px;
    vertical-align: middle;
    text-align:left;
    padding-left: 20px;
}

.menu DIV .menuItemActive
{
    background-color        : #DBEC8C;
}
.menuItemActive .menu .menuItemActive , .menuItemActive .menu .menuItemInactive
{
	width: 200px;
	height: 23px;
    vertical-align: middle;
    text-align: left;
    padding-left: 20px;
    font-size: 1em;
}
.menuItemActive IMG.inactive, .menuItemInactive IMG.active
{
    display: none;
}

.menuItemInactive IMG.inactive, .menuItemActive IMG.active
{
    display: block;
}