
/* 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 {
  position:relative;
  z-index:99;
  list-style: none;
  margin: 0;
  padding: 0;
}

* html .default_12a ul {
  float:left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.default_12a ul ul li {
  width: 154px;
  margin-left: 0px;
}

.default_12a li {
  float: left;
  position: relative;
  display: block;
}

.menulvl_0 li {
  float: left; 
  width: 154px;
  margin-left: 1px;
}

* HTML .menulvl_0 li {
  width: 153px;
}

.menulvl_0 li.last {
  float: left; 
  width: 101px;
}


.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 {
  background: none;
  text-decoration: none;
  padding: 3px 0 3px 0;
  color: #000;
}
.default_12a a:visited {color: #000;}

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

.default_12a ul ul {
  width: 149px;
  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: -7px;
  left: -7px;
}

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

.menulvl_0 a {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  background: #FFF;
}
.menulvl_0 a.but0{
	background: #0099cc;
}
.menulvl_0 a.but1{
	background: #ffcc00;
}
.menulvl_0 a.but2{
	background: #336633;
}
.menulvl_0 a.but3{
	background: #663366;
}
.menulvl_0 a.but4{
	background: #ff0000;
}
.menulvl_0 a:hover{
	background: #FFF;
}
.menulvl_1 li {
  text-align: left;
  background-color: inherit;
  color: #555;
  width: 150px;
}
.menulvl_1 a,.menulvl_1 a:visited {color: #555;}

.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: #99cccc;
}

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

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


.navImageRight{
	background:url('/template/images/tab_r2.jpg') top right no-repeat;
	height:28px;
	width:100px;
	float:left;
	padding-right:10px;
}

.navImageLeft{
	background:url('/template/images/tab_1.jpg') top left no-repeat;
	height:25px;
}
.navImageMiddle{
	background:url('/template/images/tab_m.jpg') top left repeat-x;
	height:25px;
	padding-top:4px;
}

.default_12a {
	margin-left:0px;
}