@font-face {
	font-family: 'ContraRegular';
	src: url('fonts/contra-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ContraRegular';
	src: url('fonts/contra-webfont.woff') format('woff'), url('fonts/contra-webfont.ttf') format('truetype'), url('fonts/contra-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {font-size:12px; font-family:'ContraRegular', Tahoma, Geneva, serif;}
* {padding:0; margin:0}
.dropdown {float:left;}
.dropdown dt {width:106px; border-left:1px solid #fff; border-right:2px solid #fff; color: #fff; padding:8px 0px; text-align:center; font-weight:normal; cursor:pointer; background:url(images/header.gif)}
.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {position:absolute; overflow:hidden; width:108px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:105px; list-style:none; text-align:center; border-left: 1px solid #fff; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#fff; text-decoration:none; text-align:center; background:#6a665a; width:96px}
.dropdown a:hover {background:#46423b; color:#fff}
.dropdown .underline {border-bottom:1px solid #fff}
