
/* 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;
  line-height: 22px;
  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;
}

.default_12a li a.sel{
	color: #000;
	line-height: 26px;
	margin-left: 2px;
	padding: 0 20px;
	margin-top:1px;

	text-align:center;
}

.menulvl_0 li {
  float: left;
  padding-right: 20px;
  width: 14%;
}

* HTML .menulvl_0 li {
  padding-right: 0px;
  width:16%;
}

.menulvl_0 li.last {
  float: left;
}


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

.default_12a li:hover ul {
	position: absolute;
	color: #7bfb90;
	/* 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: 0px;
	z-index: 99;
}

.default_12a li ul, .default_12a li:hover ul li ul, .default_12a li:hover 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 {
	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;
	border-bottom: 1px solid #FF0000;
}

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

.default_12a a {
	z-index: 99;
	text-decoration: none;
	padding: 3px;
	color: #000;
}
.default_12a a:visited {color: #000;}

.default_12a a:hover {
	background: #fff;
	color: #000;
}

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

* 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: -7px;
  left: -7px;
  z-index: 99;
}

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

.menulvl_0 a {
  text-align: center;
  z-index: 99;
}

* HTML .menulvl_0 a {

}

.menulvl_1 li {
  text-align: left;
  background: #FFF;
  padding: 0px;
  color: #000;
  width: 150px;
  z-index: 99;
}
.menulvl_1 a,.menulvl_1 a:visited {
	color: #000;
	background: #FFE47A;
}

.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 {
}

.menulvl_1 a.hasChild:hover {
  background: #FFF;
  color:#000;
}

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

