@font-face {
	font-family: 'CopperplateGothicLightRegular';
	src: url('fonts/generated/copperplategothic-webfont.eot');
	src: local(CopperplateGothicLightRegular), url('fonts/generated/copperplategothic-webfont.woff') format('woff'), url('fonts/generated/copperplategothic-webfont.ttf') format('truetype'), url('fonts/generated/copperplategothic-webfont.svg#webfontejuxJns1') format('svg');
	font-weight: normal;
	font-style: normal;
}
#popitmenu{
position: absolute;
background-color:#CCCCCC;
border:0px;
font-size:14px;
font-family:"CopperplateGothicLightRegular";
font-weight:500;
line-height: 14px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display:block;
font:"CopperplateGothicLightRegular";
}

#popitmenu a:hover{ /*hover background color*/
background-color:#FF6633;
font-size:16px;

}


