.menu_list {	

    	
}
.menu_head {
	cursor: pointer;
	position: relative;
	color: #c9c9c9;
}

.menu_body p{
padding: 0px 50px 0px 40px;
 }


.menu_head a {
font-weight:bold;
color: #fe0000;
margin-left:20px;
text-decoration:none;
display:block;
text-shadow: 1px 1px 1px #ccc;
width:70%;
}

#wybrany {

color:#9c9d9d;
}

.menu_head a:hover {
color: #ff0000;
text-decoration:underline;
}

.opis {
color: #c9c9c9;
}

.menu_body {
display:none;

}

.menu_body a{
display:block;
color:#c9c9c9;

text-decoration:none;
}
.menu_body a:hover{
color: #9c9d9d;
text-decoration:underline;
}


#secondpane {
background:#fefefe;
height:auto;
overflow:hidden;
}


hr.dot {
border-bottom:1px dotted #aaa;
margin:0px 50px 0px 20px;
}


#secondpane div.entry-meta {
margin-left:40px;
}


