#cssmenu #program,
#cssmenu #programmestructure_bom,
#cssmenu #handbook_bom {
  color: #F8FF00; /*word color when active*/
}
.pdf-action{
	margin-bottom:5px;
}
.pdf-action a:hover{
	text-decoration:none;
}
.pdf-action img{
	vertical-align:middle;
}
.pdf-action .hover-text{
	display:none;
}
.download:hover .hover-text,
.newwin:hover .hover-text{
	display:inline-block;
}
.newwin{
	border-left: solid #CCC 1px;
	margin-left:-1px;
}
.col-4,.col-8{
	float:left;
}
.col-8{
	width:66.66666667%;
}
.col-4{
	width:33.33333333%;
}
@media
all and (max-width: 500px) {
#handbookpdf{
	height:500px;
}
.col-8{
	width:100%;
}
.col-4{
	width:100%;
}
.newwin{
	border-left: none;
	margin-left:inherit;
}
.download .hover-text,
.newwin .hover-text{
	display:inline-block;
}
}