.PPM_hnav{
float:left;
width:100%;
font-size:13px;

/*Add border strip to bottom of menu*/
}

.PPM_hnav ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.PPM_hnav li{
display:inline;
margin:0;
padding:0;
}

.PPM_hnav a{
float:left;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 4px 0 4px;
text-decoration:none;
}

.pipe{ background:url(../images/pipe.jpg) repeat-y; height:27px; width:2px ; float:left}

.PPM_hnav a span{
float:left;
display:block;
font-family:arial;
padding: 7px 17px 0px 17px;
font-weight:bold;
color:#075f9e; 
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.PPM_hnav a span {float:none;}
/* End IE5-Mac hack */

.PPM_hnav a:hover span { font-style:normal
color:white;
}

.PPM_hnav li.selected a{ /*Selected Tab style*/
/*Shift background image up to start of 2nd tab image*/
}

.PPM_hnav li.selected a span{ /*Selected Tab style*/
 /*Shift background image up to start of 2nd tab image*/
color: #cca352;
}


.PPM_hnav a:hover{ font-style:normal;color:#cca352}

.PPM_hnav a:hover, .PPM_hnav li.selected a:hover{ color:#cca352 
	font-style:normal/*onMouseover style*/
 /*Shift background image up to start of 2nd tab image*/
}

.PPM_hnav a:hover span, .PPM_hnav li.selected a:hover span{color:#cca352 ;
font-style:normal /*onMouseover style*/
 /*Shift background image up to start of 2nd tab image*/
}

/* ######### Style for Drop Down Menu ######### */

.PPM_dropmenudiv_d 	 {
position:absolute;
border:1px solid #efefef; 
 /*THEME CHANGE HERE*/
font:13px arial; 
background:url(../images/button_back.jpg);
visibility:hidden; z-index:1000; 
line-height:27px; margin-left:6px; 
padding-left:8px;color:#075f9e  /*chnged*/ 
}


.PPM_dropmenudiv_d a:link, visited, active {
display: block; 
height:29px; 
text-indent:10px;
padding:0px; margin-right:1px;
text-decoration: none; 
background-color: #F8F8F8;
color:#075f9e; overflow:hidden;  /*THEME CHANGE HERE*/

}

* html .PPM_dropmenudiv_d a{   /*IE only hack*/
width: ;
}

.PPM_dropmenudiv_d a:hover{color:#cca352;
font-style:normal; /*THEME CHANGE HERE*/
		
}


.PPM_hnav span a .active {
	color:#cca352;
}
