.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover,
.ddmx .item1:visited {
    color: #FCB814;
    padding: 3px 0px 3px 0px;
    background-color: #432E1E;
    font: 13px tahoma;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    width: 150px;
    text-align: center;
    border: 0px solid #b8b4ae;
    cursor: default;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover,
.ddmx .item2:visited {
    color: #432E1E;
    padding: 3px 0px 3px 0px;
    font: 11px tahoma;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    width: 148px;
    text-align: center;
}
.ddmx .item2 {
    background: #D89F43;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    color: #000000;
    background: #ffffff;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}


.ddmx .section {
    border: 1px solid #000000;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
 div#header{
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height: 180px;
  text-align: center;
/*  background-image: url('../images/bgtop2.png'); */
}

 div#footer{
  position:absolute;
  bottom:0px;
  left:860px;
  height: 56px;
  z-index: 20;
}
  body>div#footer{
   position:fixed;
}

 div#tulip{
  position:absolute;
  bottom:30px;
  left:30px;
  z-index: 20;
}
/*
  body>div#tulip{
   position:fixed;
}
*/
 @media screen{
  body>div#header{
   position:fixed;
}
}
 * html body{
  overflow:hidden;
}
/* * html div#content{
  height:100%;
  overflow:auto;
} */

* div#content{
  height:100%;
  overflow:auto;
}
* html .ddmx td { position: relative; } /* ie 5.0 fix */

.tulip {
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: -60px 24px;
        background-image: url('../images/tulip7.gif');
        background-color: transparent;
        z-index: -1;
}
div.scroll {
	height: 340px;
	width: 213px;
	overflow: auto;
/*	border: 0px solid #666;*/
	padding: 2px;
}

