/* dynamisch menu */

#menu1
{
	width:120px;
	float:left;
	padding:0px;
	margin:0px;
	text-align:right;
}

.item_wrap .item1,
.item_wrap .item1:hover,
.item_wrap .item1-active,
.item_wrap .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: none;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    width:120px;
}
.item_wrap .item2,
.item_wrap .item2:hover,
.item_wrap .item2-active,
.item_wrap .item2-active:hover {
    padding: 3px 8px 4px 8px;
    color: #dddddd;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    width:120px;
}
.item_wrap .item1:hover,
.item_wrap .item1-active,
.item_wrap .item1-active:hover {
	background: #666666;
	color:#ffffff;
}
.item_wrap .item2 {
    background: #666666;
}
.item_wrap .item2:hover,
.item_wrap .item2-active,
.item_wrap .item2-active:hover
{
    background: #666666;
    color:#ffffff;
}

.item_wrap .section {
	text-align:left; 
	padding-left:0px; 
	border:0px; 
	margin-left:1px;
    position: absolute;
    margin-top:1px;
    visibility: hidden;
    z-index: -1;
    float:left;
    width:150px;
    /* filter:alpha(opacity=50); */
   -moz-opacity:.93;
    opacity:.93;
}

* html .item_wrap td { position: relative; } /* ie 5.0 fix */