
/* This navigation popout to left or right, currently set to a maximum of 3 levels*/


/* Set some default values, like remove unwanted padding and margin
Also change the with of the menu here*/

.default_12a ul {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 99;
}

.default_12a ul ul li {
  width: 150px;
  z-index: 99;
}

.default_12a li {
  float: left;
  position: relative;
  display: block;
  z-index: 99;
}

.menulvl_0 li {
  float: left;
  width: 126px;
  margin: 0 1px 0 1px;
  z-index: 99;
}

.menulvl_0 li.last {
  float: left;
  width: 101px;
  z-index: 99;
}


.default_12a a {display: block;}
* html .default_12a a {height: 1%;}
* + html .default_12a a {height: 1%;}

.default_12a li:hover ul {
  position: absolute;
  /* If you add a border, change the top position to minus the width of the border */
  top: 100%;
  /* Change left to right if you want the menu pop out to the left */
  left: -30px;
  z-index: 99;
}

.default_12a li ul, .default_12a li:hover ul li ul, .default_12a li:hover ul li ul li ul, .default_12a li:hover ul li ul li ul li ul{
  display: none;
}

.default_12a li:hover ul, .default_12a li ul li:hover ul, .default_12a li ul li ul li:hover ul, .default_12a li ul li ul li ul li:hover ul {
  display: block;
}

.default_12a li:hover ul li ul {
  position: absolute;
  /* If you add a border, change the top position to minus the width of the border */
  top: 0px;
  /* Change left to right if you want the menu pop out to the left */
  left: 100%;
  z-index: 99;
}

.default_12a li:hover ul, .default_12a li ul li:hover ul {
  display: block;
}

.default_12a li ul li a {
  padding-left: 3px;
}

/* The above css is require, anything below can be changed. */

.default_12a a {
  text-decoration: none;
  padding: 3px 0 3px 0;
  color: #fff;
  font-size: 0.8em;
}
.default_12a a:visited {color: #fff;}

.default_12a a:hover {background: #CCCC99;color: #FFF;}

.default_12a ul ul {
  width: 150px;
  background: url('/template/navigation/default_12a/img/shadow.png') bottom right no-repeat;
  margin: 7px 0 0 7px;
}

* html .default_12a ul ul {background: url('/template/navigation/default_12a/img/shadow.gif');margin: 3px 0 0 3px;}

.default_12a ul ul li {
  top: -8px;
  left: -8px;
}

* html .default_12a ul ul li {
  top: -3px;
  left: -3px;
}

.menulvl_0 a {
  background: #9e969a;
  text-align: center;
  padding: 3px 1px 3px 1px;
  border-top: 3px solid #ccc;
  border-left: 3px solid #ccc;
  border-right: 3px solid #555;
  border-bottom: 3px solid #555;
}

.menulvl_0 a:hover {
  background: #000;
  border-bottom: 3px solid #ccc;
  border-right: 3px solid #ccc;
  border-top: 3px solid #555;
  border-left: 3px solid #555;
}

.menulvl_1 {
	padding: 3px 0 3px 0;
}

.menulvl_1 li {
  text-align: left;
  background: #d9dcd8;
  color: #000;
  width: 150px;
  padding: 0 3px 0 3px;
}
.menulvl_1 a,.menulvl_1 a:visited {
	background: #d9dcd8;
	border: 0px;
	color: #555;
	border-bottom: 2px solid #fff;
}

.menulvl_1 a:hover {
	background: #d9dcd8;
	border: 0px;
	border-bottom: 2px solid #fff;
	text-decoration: underline;
	color: #000;
}

.menulvl_1 a.only, .menulvl_1 a.last {
	border: 0px;
}

.menulvl_1 a.only:hover, .menulvl_1 a.last:hover {
	border: 0px;
}

.menulvl_1 li.last {
  width: 150px;
}

.shadTR {
  position: absolute;
  top: -7px;
  right: 0px;
  height: 7px;
  width: 7px;
  background: url('/template/navigation/default_12a/img/shadow.png') top right no-repeat;
}

* html .shadTR {
  display: none;
}

.shadBL {
  position: absolute;
  bottom: 0px;
  left: -7px;
  height: 7px;
  width: 7px;
  background: url('/template/navigation/default_12a/img/shadow.png') bottom left no-repeat;
}

* html .shadBL {
  display: none;
}

* + html .shadBL {
  bottom: -7px;
  left: 0px;
}

.menulvl_1 a.hasChild {
  background: #eee url('img/arrow.gif') top right no-repeat;
}

.menulvl_1 a.hasChild:hover {
  background: #CCCC99 url('/template/navigation/default_12a/img/arrow.hov.gif') top right no-repeat;
}

.default_12b a {
  display: block;
  padding: 5px;
  text-align: center;
  color: #000;
}

