.navpanel {
  background-color: #E6E6E6;
}

#content {
position:absolute; top: 10px; left: 210px;
}

#coolmenu{
position:absolute; top: 250px; left: 0px;
width: 200px;
height: 100%;

filter:alpha(opacity=100);
-moz-opacity:1;
}

#coolmenu a{
font: bold 13px Verdana;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: black;
background-color: #E6E6E6;
text-decoration: none;
border-bottom: 1px solid black;
filter:alpha(opacity=60);
-moz-opacity:.6;
}

html>body #coolmenu a{
width: auto;
}

#coolmenu a:hover{
background-color: black;
color: white;
filter:alpha(opacity=100);
-moz-opacity:1;
}

#coolmenu a.selected{
background-color: black;
color: white;
filter:alpha(opacity=100);
-moz-opacity:1;
}

#navtop{
width:100%;
height:100px;
filter:alpha(opacity=0);
-moz-opacity:0;
}

#navbg{
position:absolute; top: 0px; left: 0px;

}

#navbottom{
position:absolute; top: 0px; left: 0px;
width: 100%;
height: 100%;


background-repeat: no-repeat;
filter:alpha(opacity=0);
-moz-opacity:0;
}

.navmargin {
background-color: #E6E6E6;
filter:alpha(opacity=60);
-moz-opacity:.6;
}