div.marker {
position: fixed;
top: 0px;
left: 647px;
height: 35px;
width: 15px;
overflow:hidden;
background-image: none;
background-color: transparent;
}

div.menu1 {
position: fixed; 
top: 2px;
left: 525px;
height: auto;
width: 195px;
overflow: visible;
z-index: 1;
text-align: right;
color: darkblue;
background-image: none;
background-color: transparent;
filter:alpha(opacity=1); opacity:0.1; -moz-opacity:0.1;
}

div.menu2 {
position: fixed; 
top: 0px;
left: 625px;
height: auto;
width: 95px;
overflow: visible;
z-index: 1;
text-align: left;
color: darkblue;
background-image: none;
background-color: transparent;
filter:alpha(opacity=1); opacity:0.1; -moz-opacity:0.1;
}

div.float {
position: absolute;
top: 100px;
left: 647px;
height: 600px;
width: 160px;
overflow:hidden;
background-image: none;
background-color: transparent;
}


