
li { list-style-type: none; }
.coffee-wrapper{border-bottom: 1px solid white; border-bottom: 1px solid white; border-collapse: collapse;}
.accordion_title{
    background: black;
    height: 75px;
	width: 268px;
    color: white;
    padding-top: 1px;
    margin-bottom: 2px;
}
.accordion_title h2{   margin: 10px 0 5px 15px; font-size: 20px; font-weight: normal; }
.accordion_subtitle{ 
    margin: 0 0 0 10px;
    background-image: url(images/red-arrow.png);
    background-repeat: no-repeat;
    background-position: 121px 87%;
    font-size: 11px;
}  

#list-coffee {
	margin:1px 0 0 0px;
	padding:0px;
	text-indent:0px;
	background-color:#C6C46C;
	width:268px;
}
#list-coffee a.heads {
	cursor:pointer;
    border-bottom: 1px solid white;
	background-color: #4D621D !important;
	color:#A8B65A;
	display:block;
	font-weight:normal;
	margin:0px;
	padding:2px 0;
	text-indent:5px;
	text-decoration: none;
    background-image: url(images/green-arrow.png);
    background-repeat: no-repeat;
    background-position: 255px;
}

/*#list-coffee a.selected {
	background-image: url(images/green-arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
}
 #list-coffee a.current {
	background-color:#FFFF99;
} */
#list-coffee ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:10px;
}
#list-coffee li {
	list-style:none outside none; display:inline;
}
#list-coffee li a {background: #4D621D; height: 17px; }
#list-coffee li li a {
	color:#4D621D;
	display:block;
	text-indent:10px;
	text-decoration: none;
    background-color: #C6C46C;
    padding-top: 5px;
    padding-left: 15px;
    font-size: 11px;
}
#list-coffee li li a:hover {
	background-color:#DAD883;
	color:#4D621D;
}

@media print {
	#navigation ul{
		display: block!important;
		height: auto!important
	}
}