/* ------------------------------------------------------- 
	
	Menu Stylesheet | mcb.nl

	Lost in Time - Mediamakers
	www.lostintime.nl
	22-11-2005
	
---------------------------------------------------------- */

.ddm1 {
    font: 11px tahoma;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover 
{
    border: 2px #ffffff;
    border-right: #ffffff;
    text-decoration: none;
    display: block;
    position: relative;
}


.ddm1 .item1 {
	height:26px;
	*height:30px;
    color: #ffffff;
    border: 2px #ffffff;
    border-style: solid none solid none;
	text-align:center;
	background-position:0px 0px;
}

.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background-color: #119192;
    color: #ffffff;
    border: 2px #ffffff;
    border-style: solid none solid none;
	text-align:center;
	height:26px;
	*height:30px;
	background-position:0px 26px;
}

.ddm1 .item2 {
    padding: 3px 16px 4px 16px;
    text-decoration: none;
    display: block;
    
}
.ddm1 .item2:hover {
    padding: 3px 16px 4px 16px;
    text-decoration: none;
    display: block;
}
.ddm1 .item2 {
    background: #018E8F;
    color: #ffffff;
}
.ddm1 .item2:hover {
    background: #FCD413;
    color: #018E8F;
}
.ddm1 .section {
	border-top:#ffffff 1px solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
	width:208px;
}

* html .ddm1 td { position: relative; } /* ie 5.0 fix */
