/* TOP LEVEL BUTTONS
--------------------------------------------------------- */

.demo-show {
  width: 202px;
  margin: 0px;
}
 
.demo-show h4 {
  margin: 0;
  height: 41px;
}

.demo-show h5 {
  margin: 0;
  height: 36px;
}

	a img {border: 0px; }
	a:hover img {border: 0px ; }
	a:visited img {border: 0px ; }

/* SUB MENU
--------------------------------------------------------- */

 .demo-show div {
  background:url("../Images/Nav/Mid.gif") repeat-y;
  color: #3e3e3e;
  font-size: 11px;
  width: 202px;
}

div#inner {
padding: 6px 20px 6px 20px;
width: 162px;
}

div#inner-p {
background:url("../Images/Nav/Mid_p.gif") repeat-y;
  color: #3e3e3e;
  font-size: 11px;
  width: 202px;padding: 6px 20px 6px 20px;
width: 162px;
}

div#inner-o {
background:url("../Images/Nav/Mid_o.gif") repeat-y;
  color: #3e3e3e;
  font-size: 11px;
  width: 202px;padding: 6px 20px 6px 20px;
width: 162px;
}

div#inner-g {
background:url("../Images/Nav/Mid_g.gif") repeat-y;
  color: #3e3e3e;
  font-size: 11px;
  width: 202px;padding: 6px 20px 6px 20px;
width: 162px;
}

/* BULLETS
--------------------------------------------------------- */

	ul.list {list-style-type:none; 	margin: 0px; padding: 0px; line-height:18px;}
	li.bullet {color:#212121; padding-left:0px;}

	a {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 10px; color: #3e3e3e; text-decoration: none;}
	a:link {font-weight: bold; color: #3e3e3e; text-decoration: none; }
	a:hover {font-weight: bold; color:#791e00; text-decoration: none;}

  element.style {
  poisiton: static;
}


