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

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

#menuBox{
  margin-top: 0;
  padding: 0 0 0 0;
  background: transparent;
  color: #f36821;
  font-weight: normal;
  text-align: left;
}

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

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

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


div.menuItemSelected{
  background-color: transparent;
}

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

div.menuItemFolder{
  padding-left: 0px;
  font-weight: normal;
}

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

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

div.menuItemFolderSelected{
  background-color: transparent;
  font-weight: bold;
}

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