
/* 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{
	background: #FFF url('/template/navigation/default_12a/img/navBar.gif') top left no-repeat;
	padding-top:12px;
	height: 41px;
	position: relative;
	z-index: 99;
}

.default_12a ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 780px;
  height: 53px;
  z-index: 99;
}

.default_12a ul ul li {
  width: 150px;
  z-index: 99;

}

.default_12a li {
  padding-left: 0px;
  padding-top: 0px;
  float: left;
  position: relative;
  display: block;
  z-index: 99;
}

.menulvl_0 li {
  float: left;
  width: 97px;
  z-index: 99;
}

.menulvl_0 ul {
  margin-bottom: 10px;
  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: 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;
}

/* The above css is require, anything below can be changed. */

.default_12a a {
  text-decoration: none;
  padding: 3px 0 3px 0;
  color: #FFF;
  z-index: 99;
}
.default_12a a:visited {color: #FFF;}

.default_12a a:hover {
	color: #ffff00;
}

.default_12a ul ul {
  width: 150px;
  margin: 0px 0 0 7px;
z-index: 99;
}

* html .default_12a ul ul {margin: 3px 0 0 3px;}

.default_12a ul ul li {
  top: 0px;
  left: -9px;
  z-index: 99;
}

* html .default_12a ul ul li {
  top: -3px;
  left: -3px;
  z-index: 99;
}

.menulvl_0 a {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  z-index: 99;
}

.menulvl_1 li {
  text-align: left;
  background: #eee;
  color: #555;
  width: 150px;
  z-index: 99;
}
.menulvl_1 a,.menulvl_1 a:visited {
	color: #FFF;
	background: #00a8ff;
}

.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;
}
