/* dynamisch menu */

#menu1
{
	width:450px;
	float:left;
	padding:0px;
	margin:0px;
	font-family:"Times New Roman";
	font-size:medium;
	color:#052147;
}

.item_wrap .item1,
.item_wrap .item1:hover,
.item_wrap .item1-active,
.item_wrap .item1-active:hover 
{
    padding: 3px 10px 3px 10px;
	color:#052147;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    float:left;
    width:130px;
    height:20px;
    cursor:pointer;
}
.item_wrap .item2,
.item_wrap .item2:hover,
.item_wrap .item2-active,
.item_wrap .item2-active:hover 
{
    padding: 3px 8px 4px 8px;
    font-family:"Verdana";
	font-size:x-small;
	color:#CB9F5B;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    z-index: 500;
    float:left;
    width:130px;
}
.item_wrap .item1:hover,
.item_wrap .item1-active,
.item_wrap .item1-active:hover 
{
	background: #ffffff;
	color:#052147;
	float:left;
    width:130px;
    
}
.item_wrap .item2 
{
    background: #ffffff;
    float:left;
    width:130px;
}
.item_wrap .item2:hover,
.item_wrap .item2-active,
.item_wrap .item2-active:hover
{
    background: #ffffff;
	color:#052147;
	float:left;
    width:130px;
    cursor:pointer;
}

.item_wrap .section 
{
	color:#052147;
	text-align:left; 
	margin-left:10px; 
	margin-top:5px;
	padding:0px;
	border:0px; 
    position: absolute;
    visibility: hidden;
    z-index: -1;
    float:left;
    width:130px;
    border-left:1px solid #66ccff;
    border-bottom:1px solid #66ccff;
    border-right:1px solid #66ccff;
    border-top:0px;
    line-height:140%;
}

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