/* menu's */

.navigation {
	clear: both;
	position: relative;
	overflow: hidden;
}
.navigation li {
	float: left; /* konqueror */
}
.navigation a,
.navigation strong {
	color: #e2ded5;
	text-transform: uppercase;
  font-size: 1.273em;
  padding: .95em 0 .75em;
  float: left;
  font-weight: normal;
}
#meta {
	float: right;
	margin-top: 4.4em;
	margin-right: 25px;
}
#meta a,
#meta strong {
	padding: 0 6px;
}
#meta li.selected strong,
#meta a:hover {
	background-color: transparent;
}
#meta a:hover,
#meta strong:hover {
	color: #FFFFFF;
}
#meta li.language a {
	color: #998473;
}
#meta li.language a:hover {
	color: #aa9584;
}


/* Interior Design */
/* default (homepage) styling */
#menu li.selected strong,
#menu li.selected a,
#menu a:hover {
	color: #dfddd9;
	background-color: #332B25;
}
#menu li.interiordesign strong,
#menu li.interiordesign a {
  padding-left: 34px;
  width: 291px;
}
#menu li.costumedesign a,
#menu li.costumedesign strong {
	padding-left: 10px;
	width: 169px;
}
#menu li.branding-imaging a,
#menu li.branding-imaging strong {
	padding-left: 52px;
	width: 251px;
}


/* Costume Design */
#costumedesign #menu li.selected strong,
#costumedesign #menu li.selected a,
#costumedesign #menu a:hover,
#contact #menu li.selected strong,
#contact #menu li.selected a,
#contact #menu a:hover {
	background-color: #332B25;
}
#costumedesign #menu li.selected strong,
#costumedesign #menu li.selected a {
	padding-left: 164px;
}
#costumedesign #menu li.interiordesign a {
	width: 137px;
}


/* Branding & Imaging */
#branding-imaging #menu li.interiordesign a {
	width: 203px;
}
#branding-imaging #menu li.costumedesign a {
	padding-left: 98px;
  width: 147px;
}
#branding-imaging #menu a {
	color: #e5e2df;
}
#branding-imaging #menu li.selected strong,
#branding-imaging #menu li.selected a,
#branding-imaging #menu a:hover {
	background-color: #332B25;
}
#branding-imaging #menu li.selected strong,
#branding-imaging #menu li.selected a {
	padding-left: 74px;
}
/* Contact */