/* Menystolpe ------------------------------------ */

#menuBlock{
  width: 202px;
  float: left;
  text-align: left;
  
}

#menuBox{
  margin-top: 0;
  width: 223px;
  padding: 0 0 0 0;
  background: #e5e5e5;
  color: #000000;
  font-weight: normal;
  border-bottom: 1px solid #000000;
  text-align: left;
  background-repeat: no-repeat;
}

div.menuPadding {
  padding: 3px 0 3px 14px ;
  
}

div.menuItem a, 
div.menuItem a:visited, 
div.menuItem a:active{
  color: #000000;
  font-weight: normal;
}

div.menuItem a:hover{
  color: #000000;
  font-weight: normal;
  
}


div.menuItemSelected{
  background-color: transparent;
  font-weight: #000000;
}

div.menuItemSelected a, 
div.menuItemSelected a:visited, 
div.menuItemSelected a:active, 
div.menuItemSelected a:hover{
  color: #000000;
  font-weight: normal;
}

div.menuItemFolder{
  padding-left: 6px;
  border-top: 1px solid #000000;
  font-weight: normal;
  background-repeat: no-repeat;
}

div.menuItemFolder a, 
div.menuItemFolder a:visited, 
div.menuItemFolder a:active{
  color: #000000;
  font-weight: bold;
}

div.menuItemFolder a:hover{
  color: #808080;
  font-weight: bold;
}

div.menuItemFolderSelected{
  border-top: 1px solid #000000;
  background-color: transparent;
  font-weight: bold;
}

div.menuItemFolderSelected a, 
div.menuItemFolderSelected a:visited, 
div.menuItemFolderSelected a:active, 
div.menuItemFolderSelected a:hover{
  color: #000000;
  font-weight: bold;

}

