/* leftmenu.css */

.LeftMenuForHome {
  width: 290px;
  text-align: right;
  margin-top: 10px;
}

.LeftMenuForHome ul li {
  list-style-type: none;
  border-bottom: 1px solid #023860;
}

.LeftMenuForHome ul li a {
  text-decoration: none;
  line-height: 37px;
  height: 37px;
  font-weight: regular;
  color: #023860;
  font-style: regular;
  text-transform: uppercase;
  display: block;
}

.LeftMenuForHome ul li a:hover {
  color: #0D7CCE;
}

/* ContentMenu */

.LeftMenu {
  width: 180px;
  margin-top: 5px;
}

.LeftMenu ul li {
  list-style-type: none;
}

.LeftMenu ul li a {
  text-decoration: none;
  line-height: 25px;
  margin-bottom: 2px;
  font-size: 12px;
  padding-left: 10px;
  height: 25px;
  font-weight: regular;
  color: #023860;
  background: #E6E6E6;
  text-transform: uppercase;
  display: block;
}

.LeftMenu ul li a:hover {
  background: #E6E6E6;
  padding-left: 15px;
  color: #0D7CCE;
}

