/*
Override everything in gallery.css to restyle the side menu
to give the impression of having no accordion
*/

#gallery div.header span.view a, #gallery div.header span.view a.active {
	background: none;
	margin: 0px;
	padding: 0px;
	color: #878787;
}

#menu ul li label {
	display: none;	
}

#menu ul li ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #fff;
}
			
#menu ul li ul a {
	display: block;
	width: 181px;
	//width: 197px;
	height: 30px;
	line-height: 30px;
	padding-left: 16px;
	margin: 5px 0px;
	color: #fff;
	background: none;
	text-decoration: none;
}

#menu ul li ul a.selected {
	height: 50px;
	line-height: 50px;
	background: url('../images/menu-background.png') no-repeat;
	behavior: url('iepngfix.htc');
}

#photos .product .photo div.code {
	/*display: none;*/
}
