/*2005-08 Robert Wadley robntina [at] users.sourceforge.net
This CSS is used by menu-home.html, menu-install.html, menu-gen.html,and menu-devel.html, which are used in a frame (left) in submenu-home.html, submenu-install.html, submenu-gen.html, and submenu-devel.html, for sub-menu navagation.*/

body {
  background-color : #f7f7f7;
  background-repeat: no-repeat;  
  background-position : bottom left;
  z-index : 0;  
  margin:0;
}

/* icon placement of the 'change Page style' icons */
#style-new {
  position : absolute;
  bottom : 10px;
  left : 40px;
  z-index : 10;
  }

#style-old {
  position : absolute;
  bottom : 10px;
  left : 72px;
  z-index : 10;
  }

#style-text {
  position : absolute;
  bottom : 10px;
  left : 104px;
  z-index : 10;
  }
/* End icon placement of the 'change Page style' icons */

/*gray line at the right side of page*/
#divider {
  position : absolute;
  top : 0px;
  right : 0px;
  z-index : 10;
  }

#menu-header {
  color : black;/*#006847;*/
  font-family : verdana, sans-serif;
  font-size:14px;
  z-index : 10;
  padding-left: 2px;
}


/*Menu list attributes*/
#menu {
  background-color : #f7f7f7;
  color : black; 
  width : 170px; 
  height : 100%; 
  float : left; 
  clear : left;
  /*border-bottom : 1px solid #9C9A9C; */
  padding-left : 8px; 
  padding-top : 2px; 
  padding-bottom : 2px; 
  font-family : verdana, sans-serif;
  line-height : 10px;
  z-index : 10;
} 

p.menu {
  font-size : 12px;
  text-align : left; 
  margin-bottom : 1px; 
  margin-top : 0; 
  background-color :  #f7f7f7;
  padding-right : 1px; 
  padding-left : 3px; 
  z-index : 10;
} 

p.menu a {
  text-decoration : none; 
  display : block; 
  color : black;
  background-color : #f7f7f7;
  padding-top : 4px; 
  padding-bottom : 4px; 
  padding-right : 1px; 
  padding-left : 3px; 
  z-index : 10;
} 

p.menu a:hover {
  /*width : 96%; */
  background-color : #006847;
  color : white;
  border : 1px solid #006847;
  padding-top : 3px; 
  padding-bottom : 3px; 
  padding-left : 2px; 
  z-index : 10;
}
/*End Menu list attributes*/