/* HI-Admin 3.0 - copyright (c) 2002-2007 Sob & HI Software, s.r.o. */

ul.menu-start-base {
  font-family: arial, helvetica;
  font-weight: bold;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  display: block;
  position: relative;
}

ul.menu-start-base li {
  list-style-type: none; 
  display: block;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 2px 0px 1px 15px;
}
ul.menu-start-base li.sub {
}

ul.menu-start-base li.sep-first,
ul.menu-start-base li.sep-normal,
ul.menu-start-base li.sep-last {
}

ul.menu-start-base li.off {
  background-color: none;
}
ul.menu-start-base li.on {
  background-color: #404042;
  cursor: pointer;
}
ul.menu-start-base li.off a {
  color: #ffffff;
  text-decoration: none;
}
ul.menu-start-base li.on a,
ul.menu-start-base li a:hover {
  color: #ff6000;
  text-decoration: none;
}
ul.menu-start-base li a.selected {
  color: #ff6000;
}

div.menu-start-popup1,
div.menu-start-popup2,
div.menu-start-popup3 {
  padding: 0px;
  display: block;
}
div.menu-start-popup1 { margin: 0px 0px 0px -15px; }
div.menu-start-popup2 { margin: 0px 0px 0px -30px; }
div.menu-start-popup3 { margin: 0px 0px 0px -45px; }
div.menu-start-popup1 ul,
div.menu-start-popup2 ul,
div.menu-start-popup3 ul {
  margin: 0px;
  padding: 0px;
  display: block;
}
div.menu-start-popup1 li,
div.menu-start-popup2 li,
div.menu-start-popup3 li {
  list-style-type: none; 
  display: block;
}
div.menu-start-popup1 li { padding-left: 30px; }
div.menu-start-popup2 li { padding-left: 45px; }
div.menu-start-popup3 li { padding-left: 60px; }
div.menu-start-popup1 li.off { background-color: #404042; }
div.menu-start-popup2 li.off { background-color: #ffffff; }
div.menu-start-popup3 li.off { background-color: green; }
div.menu-start-popup1 li.on,
div.menu-start-popup2 li.on,
div.menu-start-popup3 li.on {
  cursor: pointer;
}
div.menu-start-popup1 li.on { background-color: #ffffff; }
div.menu-start-popup2 li.on { background-color: #000000; }
div.menu-start-popup3 li.on { background-color: lime; }
div.menu-start-popup1 li a,
div.menu-start-popup2 li a,
div.menu-start-popup3 li a {
  text-decoration: none;
}
div.menu-start-popup1 li.off a, div.menu-start-popup1 li.off a:hover { color: #ff6000; }
div.menu-start-popup1 li.on a, div.menu-start-popup1 li.on a:hover { color: #ff6000; }
div.menu-start-popup1 li.off a.selected { color: #ffffff; }
div.menu-start-popup1 li.on a.selected { color: #ff6000; }
div.menu-start-popup2 li.off a, div.menu-start-popup2 li.off a:hover { color: #000000; }
div.menu-start-popup2 li.on a, div.menu-start-popup2 li.on a:hover { color: #ff6000; }
div.menu-start-popup2 li.off a.selected { color: #ff6000; } 
div.menu-start-popup2 li.on a.selected { color: #ff6000; } 
div.menu-start-popup3 li.off a, div.menu-start-popup3 li.off a:hover { color: red; }
div.menu-start-popup3 li.on a, div.menu-start-popup3 li.on a:hover { color: red; }
div.menu-start-popup3 li.off a.selected { color: red; }
div.menu-start-popup3 li.on a.selected { color: red; }
