
/* 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;
}

.default_12a li {
  float: left;
  position: relative;
  display: block;
}

.menulvl_0 li {
  float: left;
}

.menulvl_1 li {
  border: 1px solid #cc0033;
  border-top: none;
}

.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:#31a5c3;
  font-size:95%;
  font-weight:bold;
  font-family:verdana;
}

.default_12a a:hover {
	color:#1e61a2;
	text-decoration:none;
}

.default_12a ul ul li {
  top: -7px;
  left: -7px;
}

* html .default_12a ul ul li {
  top: -3px;
  left: -3px;
}


.default_12b a {
  display: block;
  padding: 5px;
  text-align: left;
  color:#31a5c3;
}

.default_12b a:hover {
  color:#1e61a2;
}

#leftbar {
	float: left;
	width: 150px;
	clear: both;
}

#contentcontainer {
	margin-left: 150px;
	padding-top: 10px;
}

#sideNav16a {
	font-size:95%;
	font-weight:bold;
	font-family:verdana;
	width:100%;
}

#sideNav16a	a:link, #sideNav16a	a:visited{
	color:#31a5c3;
}

#sideNav16a	a:hover {
	color:#1e61a2;
	text-decoration:none;
}
