/* dynamisch menu */

#menu1
{
	width:140px;
	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 3px 3px 3px;
    background: none;
    color: #FFB366;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    width:140px;
}
.item_wrap .item2,
.item_wrap .item2:hover,
.item_wrap .item2-active,
.item_wrap .item2-active:hover {
    padding: 3px 8px 4px 8px;
    color: #bcdaf8;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    width:140px;
    border:1px solid #bcdaf8;
}
.item_wrap .item1:hover,
.item_wrap .item1-active,
.item_wrap .item1-active:hover {
	background:none;
	color:#bcdaf8;
}
.item_wrap .item2 {
    background:#666666;
    color:#FFB366;
}
.item_wrap .item2:hover,
.item_wrap .item2-active,
.item_wrap .item2-active:hover
{
    background:#333333;
    color:#bcdaf8; 
}

.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:140px;
    filter:alpha(opacity=75);
   -moz-opacity:.96;
    opacity:.96;
}

* html .item_wrap td { position: relative; } /* ie 5.0 fix */