/* dynamisch menu */

#menu1
{
	width:190px;
	float:left;
	padding:0px;
	margin:0px;
	text-align:right;
	line-height:170%;
}

.item_wrap .item1,
.item_wrap .item1:hover,
.item_wrap .item1-active,
.item_wrap .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: none;
    color: #592A65;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    width:190px;
}
.item_wrap .item2,
.item_wrap .item2:hover,
.item_wrap .item2-active,
.item_wrap .item2-active:hover {
    padding: 3px 8px 4px 8px;
    color: #592A65;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    width:170px;
    border:1px solid #592A65;
}
.item_wrap .item1:hover,
.item_wrap .item1-active,
.item_wrap .item1-active:hover {
	background:none;
	color:#b3b226;
}
.item_wrap .item2 {
    background:#ffffff;
    color:#592A65;
}
.item_wrap .item2:hover,
.item_wrap .item2-active,
.item_wrap .item2-active:hover
{
    background:#ffffff;
    color:#b3b226; 
}

.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:170px;
    /* filter:alpha(opacity=50); */
   -moz-opacity:.93;
    opacity:.93;
}

* html .item_wrap td { position: relative; } /* ie 5.0 fix */