#menu ul{
  display:block; 
  width:732px; 
  height:36px; 
  position:absolute; 
  top:0; 
  right:0; 
  margin:43px 0 0; 
  padding:0 29px 0 0; 
}

#menu ul li{
  float:right; 
  font:12px/36px "Trebuchet MS",Arial, Helvetica, sans-serif; 
  font-weight:bold;
}

#menu ul li a{
  width:74px; 
  height:36px; 
  display:block; 
  padding:0; 
  color:#555; 
  background:#fff; 
  text-decoration:none; 
  text-align:center; 
  margin:0 1px 0 0; 
  top:0px; 
  left:0px;
}

#menu ul li a:hover{
  width:74px; 
  height:36px; 
  text-decoration:none; 
  background:url(img/button.gif) no-repeat 0 0 #AEAEAE; 
  color:#fff;
}

#menu ul li.active{
  width:74px; 
  display:block; 
  height:36px; 
  background:url(img/button.gif) no-repeat 0 0 #AEAEAE; 
  color:#fff; 
  text-align:center; 
  margin:0 1px 0 0;
}







.pd_top{
  float:left; 
  padding:0; 
  margin:0;
  width:763px; 
  clear:both;
} /*Color navigation bar normal mode*/

.pd_top  a, .pd_menu_01 a:visited{
  font-family: Impact, fantasy;
  font-style:normal;
  font-weight: 400;
  font-size:20px;
  color: rgb(102,100,99);
  text-decoration: none;
}

.pd_top ul{
  list-style-type:none;
  padding:0; 
  margin:0;
}

.pd_top ul li{
  float:left; 
  position:relative; 
  z-index:auto !important /*Non-IE6*/; 
  z-index:1000 /*IE6*/; 
}

.pd_top ul li.left{
  background: url(img/orange-normal.jpg);
  width: 246px;
  height: 263px;
  margin-right: 12px;
}

.pd_top ul li.left:hover{
  background: url(img/orange-hover.jpg);
  width: 246px;
  height: 263px;
  margin-right: 12px;
}

.pd_top ul li.center{
  background: url(img/green-normal.jpg);
  width: 246px;
  height: 263px;
  margin-right: 12px;
}

.pd_top ul li.center:hover{
  background: url(img/green-hover.jpg);
  width: 246px;
  height: 263px;
  margin-right: 12px;
}

.pd_top ul li.right{
  background: url(img/blue-normal.jpg);
  width: 246px;
  height: 263px;
}

.pd_top ul li.right:hover{
  background: url(img/blue-hover.jpg);
  width: 246px;
  height: 263px;
}

.pd_top ul li a{
  color: #525252;
  float:none !important /*Non-IE6*/; 
  float:left /*IE-6*/; 
  display:block; 
  line-height:30px; 
  padding:0 15px 0 15px; 
  text-decoration:none; 
}

.pd_top a{width:246px; height:263px; display:block; text-decoration:none; }
.pd_top a:hover{width:246px; height:263px; color:#fff; text-decoration:none;}
.pd_top h2{display:block; width:90px; height:47px; margin:54px 0 0 120px; font:28px/28px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase; position:absolute; top:0px; left:0px; z-index:1; color: white;}
.pd_top p{width:163px; display:block; font:12px/18px Arial, Helvetica, sans-serif; font-weight:bold;  position:absolute; top:0px; left:0px; z-index:1; padding:0; margin:105px 50px 0 38px; color: white;}

