#pointermenu{
  float:left;
  border-top: 2px solid black;
  margin: 0;
  padding: 0;
  width:100%;
}

#pointermenu ul{
  margin: 0;
  margin-left: 0px; 
  float: left;
  padding-left: 10px;
  font: bold 13px Arial;
  background: #666666 url(../images/leftround.jpg) top left no-repeat;
}

* html #pointermenu ul{
  margin-bottom: 1em;
  margin-left: 0px; 
}

#pointermenu ul li{
  display: inline;
}

#pointermenu ul li a{
  float: left;
  color: white;
  font-weight: bold;
  padding: 2px 11px 12px 7px;
  text-decoration: none;
  background: url(../images/pointer.jpg) top center no-repeat;
}

#pointermenu ul li a:visited{
  color: white;
}

#pointermenu ul li a:hover, #pointermenu ul li a.selected{ 
  color: white;
  background-color: #FF6600;
  background: url(../images/pointer-hover.jpg) top center no-repeat;
}

#pointermenu ul li a.rightcorner{
  padding-right: 0;
  padding-left: 10px;
  background: url(../images/rightround.jpg) top right no-repeat;
}

#pointermenu ul li a.separator {
  background: url(../images/separator.jpg) top center no-repeat;
  margin:0;
  padding: 2px 0px 12px 0px;
  width:1px;
  height:15px;
}

div.zMenu-bread-crumbs {
  float:left;
  width:100%;
  height:24px;line-height:24px;border-bottom:1px #b3b3b3 solid;
  margin-top:10px;margin-bottom:15px;
}

div.zMenu-bread-crumbs span.separator {
  color: #b3b3b3;
  font-weight:bold;
}

div.zMenu-bread-crumbs span {
  color:#FF6600;
  font-weight:bold;
}

div.zMenu-bread-crumbs a {
  color:#FF6600;
}

div.zMenu-sub-holder{
  float:left;
width:235px;
  margin-right:4px;
  border-right:1px solid #ff0000;}
  
  div.zMenu-sub-holder-right{
  float:left;
    margin-left:4px;
}

div.zMenu-sub-top
{
  background: url(../images/zMenu-sub-top.jpg) top left no-repeat;
  height:24px;
  width: 235px;
}
div.zMenu-sub-bottom
{
  clear:both;
  background: url(../images/zMenu-sub-bottom.jpg) top left no-repeat;
  height:14px;
  width: 235px;
  }
ul.zMenu-sub {
  float:left;
  width:235px;
}

ul.zMenu-sub li {
  float:left;
  height:25px;
  line-height:25px;
  width:100%;
  background:#Fefefe;
}

ul.zMenu-sub li a {
  background:url(../images/zMenu-sub-li-a.jpg) no-repeat top left;
  color:black;
  font-size:12px;
  float:left;
  width:98%;
  padding-left:2%;
}

ul.zMenu-sub li.selected {
  float:left;
  width:98%;
  padding-left:2%;
  font-size:12px;
}

ul.zMenu-sub li a:hover, ul.zMenu-sub li a.selected {
  background:url(../images/zMenu-sub-li-a-hover.jpg) no-repeat top left;
  float:left;
  height:25px;
  line-height:25px;
  color:#ff6600;
  text-decoration:none;
}

.searchForm {
  width:215px;
  margin: 0;
  margin-left: 0px; 
  float: right;
  padding-left: 8px;
  font: bold 13px Arial;
  background-color: black;
  background: black url(../images/searchengine-bg.jpg) top left no-repeat;
}

.searchForm form {
  color: white;
  font-weight: bold;
  padding: 2px 11px 7px 7px;
  text-decoration: none;
}

.searchForm form input {
  font-weight: bold;
  font-size: 9px;
}

.searchForm form .searchButton {
	padding: 0;
	margin: 0;
}
