.menu {
	background: #e85a04 url(../images/bg-menu.jpg) bottom no-repeat;
	height: 46px;
	padding-left: 40px;
	color: #fff;
}

.menu a {
	color: #fff;
}

.menu:hover {
	background: #e85a04 url(../images/bg-menu-active.jpg) bottom no-repeat;
	height: 46px;
	padding-left: 40px;
}

.menu#selected {
	background: #e85a04 url(../images/bg-menu-active.jpg) bottom no-repeat;
	height: 46px;
	padding-left: 40px;
}
