  div.navihead {
    font-size: 13px;
    float: left; width: 135px;
    font-weight: bold;
    padding: 5px;
    background-color: #BFBFBF; 
    border: 1px dashed black;
    border-bottom-style: none;
  }

  div.navibox {
    font-size: 13px;
    float: left; width: 135px;
    padding: 5px;
    background-color: #eee; 
    border: 1px dashed black;
    margin-bottom:16px;
  }


.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:135px;
}

/* IE5.5 */
* html .menu ul {
margin-left: -16px; 
ma\rgin-left:0;
}


.menu li {
text-decoration: none;
height:18px;
}

.menu table {
border-collapse:collapse; 
top:0; 
left:0; 
font-size:12px;
}

.menu a, .menu a:link, .menu a:visited {
display:block; 
text-decoration:none;
height:18px;
width:131px;
color:#000;
text-indent:5px;
border:0px
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited, * html .menu a:link {width:131px; w\idth:130px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#74B6D7;}

.menu :hover > a {
color:#fff; 
background:#74B6D7;
}

.menu li {float:left;}

#fixedbox { 
position:fixed; 
}

#mogsidenav { 
    position: absolute;
    width: 20px;
    height: 130px;
    float: left;
    padding: 3px;
    background-color: #0A3348; 
    border: 2px solid black;
    border-left: 0px;
    border-top: 0px;
    top:0px;
    left:0px;
}
#mogsidenav[id] {
   position: fixed;
}