@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('OpenSans-Semibold.eot');
    src: url('OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Semibold.woff') format('woff'),
         url('OpenSans-Semibold.ttf') format('truetype'),
		 url('OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

#access .menu ul li {
	
}
#access .menu ul li a {
	
}

#access .menu ul li ul li a {
	padding-top: 12px;
}

/* OPERA FIX */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
#access .menu ul li {
	padding-top: 9px;
	height: 33px;
}
}