/*
Theme Name: Twentyten Child
Description: Child theme for the twentytwelve theme 
Author: Arnd Speckmann
Template: twentyten
*/

@import url("../twentyten/style.css");

#branding img {
	border-top: 4px solid #BBC3D3;
	border-bottom: 1px solid #BBC3D3;
	display: block;
	float: left;
}

#access {
	background: #BBC3D3;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}

#access a {
	color: #fff;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}

#access ul ul :hover > a {
	background: #ACB2BF;
	color: #fff;
}