ul.nav li ul {
    display: none;
    position: absolute;
    background-color: #EFEFEF;
    white-space: nowrap;
}

ul.nav li ul li {
    width: 100%;
}
#header ul.nav li ul li a:hover {
    background-color: #ffffff;
}

body.single-post #content {
	border: none;
	width: auto;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: " ";
	}
