/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 2, 2015, 11:15:50 AM
    Author     : pankaj.jha
*/
.shadow {
  -webkit-box-shadow: inset 8px -6px 41px -12px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: inset 8px -6px 41px -12px rgba(0, 0, 0, 0.43);
  box-shadow: inset 8px -6px 41px -12px rgba(0, 0, 0, 0.43);
}
.tree-menu {
  margin: 0px;
  padding: 0px;
  background-color: #blue;
}
.tree-menu a {
  display: block;
  vertical-align: middle;
  text-decoration: none;
  padding: 2px;
  color: #000000;
  align: left;
  padding-left: 5px;
  font-size: 110%;
  display: table;
}
.tree-menu a:hover {
  color: #003D8C;
}
.tree-menu li {
  margin: 0px;
  padding: 0px 0pt 0px 12px !important;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  position: relative;
  text-decoration: none;
  background-color: transparent;
}
.tree-menu li .menu-state {
  margin-right: 8px;
  margin-left: 12px;
  display: table;
  float: left;
  width: 13px;
  height: 13px;
  margin-top: 2px;
  background-image: url("../assets//menu/menuState.png");
}
.tree-menu li:first-child {
  border-top: 0;
}
.tree-menu ul {
  background-color: transparent;
  margin-top: 0px;
}
.disable {
  color: #ccc;
  cursor: default;
}
.enabled {
  color: #000000;
  cursor: pointer;
}
.moduleLink {
  color: #2F496E;
  font-weight: bold;
}
.moduleLink:hover {
  color: #003D8C !important;
}
.modulenormal {
  color: #2F496E;
}
.modulerollover {
  color: #003D8C;
}
.moduleselected {
  color: #000000;
}
.menuVisited {
  color: #2F496E;
}
.chapterLink {
  color: #2F496E;
  font-weight: normal;
}
.chapterLink:hover {
  color: #0098D3 !important;
}
.chapternormal {
  color: #2F496E;
}
.chapterrollover {
  color: #0098D3;
}
.chapterselected {
  color: #0098D3;
}
.chaptervisited {
  color: #2F496E;
}
.pageLink {
  font-weight: normal;
}
.pageLink:hover {
  color: 0098d3 !important;
}
/*# sourceMappingURL=menu.css.map */