/* CSS Document */


 
  body 

{ background-color; color: black; 
  }
  
  * {font-family:Book Antiqua;
    }
 .rot {color:red;
 }
.border1 {border-style:solid; border-color:orange; border-width:1px;
}
.border2
  {border-bottom-style:solid; border-bottom-color:orange; border-bottom-width:2px; background-image: url(fon1.jpg);
  } 
  
 .border3 {border-style:solid; border-width:2px; border-color:#ffcc66;
 }
 
 .border4 {border-left-color:#ffcc66; border-left-style:solid; border-left-width:1px; border-top-color:#ffcc66; border-top-style:solid; border-top-width:1px; border-bottom-color:#ffcc66; border-bottom-style:solid; border-bottom-width:1px; border-right-style:none;
 } 
 
 .border5 {border-color:#ffcc66; border-style:solid; border-width:1px;
 }
 a:link {text-decoration:none; color:saddlebrown;
 }
 a:visited {text-decoration:none; color:saddlebrown;
 }
 a:hover {text-decoration:none; color:orange;
 }

position {position:fixed;
 } 
 
.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 16px Book Antiqua;
width: 170px; /* Main Menu Item widths */
border-bottom: 1px solid orange;


}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #753f05;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid orange;
border-right: 1px solid orange;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #ffedb5; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: saddlebrown;
}

.sidebarmenu ul li a:hover{
color: orange;
}

.sidebarmenu ul li a:hover{
background-color: cornsilk;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 160px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

