ul.menu {
list-style-type:none;
width:auto;
position:relative;
display:block;
height:33px;
font-size:.6em;
background:url(images/bg.png) repeat-x top left;
font-family:Verdana,Helvetica,Arial,sans-serif;
border:1px solid #000;
margin:0;
padding:0;
}

@font-face {
font-family: denmark;
src: url('../denmark.ttf');
}





/*
@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('../League_Gothic.otf') format("OpenType");
	
	src: url('../league_gothic-webfont.eot');
	src: url('../league_gothic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*/


.style2 {

font-family: denmark;
src: url('../denmark.ttf');
}
ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#A79787;
text-decoration:none;
height:24px;
padding:9px 15px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
color:#fff;
background:url(images/bg.png) repeat-x top left;
text-decoration:none;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}


/*GREEN*/
ul.menu.green{
background-color:#629600;
}
ul.menu.green li a:hover, .menu.green li.current {
background-color:#7AB900;
}