/* regular width menu style */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#menu {
	font-family: DINWeb-Medium, "Helvetica Neue", Arial, Helvetica, sans-serif;
	clear: both;
	position: relative;
	padding-left: 2em; /* see #contentContainer */
}

#menusub {
	height: 27em;
	width: 58.4em;
	background-color: #ffffff;
	float: left;
	position: absolute;
	z-index: 10000;
	border: 1px solid #000000;
	margin-left: 2em;
	display:none;
}

#menusub ul {
	vertical-align: top;
	margin: 1em;
	position: relative;
}

#menusub > div > ul > li > ul {
    margin: 0 0 0 1em;
}

#menusub ul > li {

}

#menusub > div > ul > li {
	float: left;
}

#menusub a {
	color: #666666;
	line-height: 135%;
}

#menu > ul {
	width: 48em;
}

/* hacked menu width for IE 7 */
*+html #menu > ul {
	width: 48em;
}

#menu > ul > li {
	display: inline-block;
	margin: 0em;
	font-size: 1.25em;
	background-color: #e2001a;
	color: #ffffff;
	padding: 0em;
	width: 7.25em;
	text-align: center;
	vertical-align: middle;
	line-height: 3.25em;
}

#menu > ul > li.menu-myroyal {
	width: 8em;
}

#menu > ul > li > a {
	color: #ffffff;
}

#menu > ul > li > ul {
	display: none;
}

#menu > ul > li > ul > li {
}

/* rounded corners */
.menu-hund {
	-webkit-border-top-left-radius: 0.3em;
	-moz-border-radius-topleft: 0.3em;
	-khtml-border-radius-topleft: 0.3em;
	border-top-left-radius: 0.3em;
}

.menu-erstehilfe {
	-webkit-border-top-right-radius: 0.3em;
	-moz-border-radius-topright: 0.3em;
	-khtml-border-radius-topright: 0.3em;
	border-top-right-radius: 0.3em;
}

.menu-myroyal {
	background-color: #d9d9d9 !important;
	margin-left: 1em !important;
	position: absolute;
	right: 0em;

	-webkit-border-top-left-radius: 0.3em;
	-moz-border-radius-topleft: 0.3em;
	-khtml-border-radius-topleft: 0.3em;
	border-top-left-radius: 0.3em;

	-webkit-border-top-right-radius: 0.3em;
	-moz-border-radius-topright: 0.3em;
	-khtml-border-radius-topright: 0.3em;
	border-top-right-radius: 0.3em;
}

#menusub {
	-webkit-border-bottom-right-radius: 0.3em;
	-moz-border-radius-bottomright: 0.3em;
	-khtml-border-radius-bottomright: 0.3em;
	border-bottom-right-radius: 0.3em;

	-webkit-border-bottom-left-radius: 0.3em;
	-moz-border-radius-bottomleft: 0.3em;
	-khtml-border-radius-bottomleft: 0.3em;
	border-bottom-left-radius: 0.3em;

	border: 1px solid #d9d9d9;
	border-top: 0px;
	-webkit-box-shadow: 0px 5px 10px 0px #666666; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 5px 10px 0px #666666; /* FF3.5 - 3.6 */
	box-shadow: 0px 5px 10px 0px #666666; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
/* end rounded corners */

/* separators */
.menu-hund {
	border-left: 1px solid #ee6676;
	border-right: 1px solid #b50015;
}

.menu-katze, .menu-produkte, .menu-ueber-uns{
	border-left: 1px solid #ee6676;
	border-right: 1px solid #b50015;
}

.menu-erstehilfe {
	border-left: 1px solid #ee6676;
	border-right: 1px solid #b50015;
}

.menu-myroyal {
}

#menusub > div > ul > li {
	border-left: 1px solid #d9d9d9;
	padding: 0 1em 1em 1em;
	height: 13em;
}

#menusub > div > ul > li:first-child {
	border-left: none;
}

#menusub > div > ul li {
	list-style: none;
}

#menusub > div > ul > li > a {
	font-size: 1.25em;
	color: #e82337 !important;
	display: inline-block;
	margin-bottom: 0.5em;
}
/* end separators */

#menumobile {
	display: none;
}

#menu {
	display: block;
}

/* secondary nav layout */
#nav2 ul {
	margin-left: 1em;
}

#nav2 li {
	list-style: none;
	line-height: 100%;
	list-style-image: url(../img/menu_arrow.png);
	width: 100%;
	margin: 0.35em 0px;
}

#nav2 li a {
	line-height: 1.231em;
	margin-top: 0.5em;
	width: 100%;
}

#nav2 li.act {
	list-style-image: url(../img/menu_arrow_down.png);
}

/*level 1*/
#nav2 > ul > li > a {
	color: #E82337;
	font-family: DINWeb-Medium, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.250em;
	width: 100%;
}

/*level 2*/
#nav2 > ul > li > ul > li > a {
	color: #666666;
	font-size: 1.1em;
	font-weight: bold;
	width: 100%;
}

/*level 3*/
#nav2 > ul > li > ul > li > ul > li > a {
	color: #666666;
	font-size: 1.1em;
	font-weight: normal;
	width: 100%;
}

/*level 4*/
#nav2 > ul > li > ul > li > ul > li > ul > li > a {
	color: #666666;
	font-size: 1.1em;
	width: 100%;
}

#nav2 li.cur {
	list-style-image: none;
	list-style-type: none;
}

#nav2 a.cur {
	margin: 0em 0em 0em -1.1em;
	padding: 0.45em 1.6em 0.35em 1.1em;
	display: inline-block;
	background: #fff url('../img/menu_arrow_right.png') right top no-repeat;
	color: #fff;
}

#nav2 > ul > li > a.cur {
	margin: 0em 0em 0em -1.1em;
	padding: 0.3em 1.35em 0.2em 1.1em;
	background: #fff url('../img/menu_arrow_right.png') right top no-repeat;
	color: #fff;
}

/* buy link */
#nav2 > a {
	color: #E82337;
	font-family: DINWeb-Medium, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.250em;
	width: 100%;
	margin-left: -0.133em;
	display: inline-block;
}

#nav2 > .button2 {
	margin-top: 0;
	width: auto;
	padding-bottom: 0.2em;
	font-weight: normal;
}

#nav2 > hr {
	margin-left: -0.133em;
	margin-right: 0.6em;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

/* breadcrumb layout */
#breadcrumb {
	font-size: 0.9em;
	color: #666666;
	padding: 1.5em 0em 1.5em 0em;
}

#breadcrumb ul {
	list-style-type: none;
}

#breadcrumb li {
	float:left;
	background:url('../img/bc_arrow.png') center right no-repeat;
	padding-right: 1.2em;
	margin-right: 0.4em;
}

#breadcrumb a {
	color: #666666;
}

#breadcrumb li.act {
	background: none;
	padding-right: 0;
	margin-right: 0;
}

#breadcrumb a:hover,
#breadcrumb li.act a {
	color: #e82337;
}

#logo img {
	min-width: 210px;
	margin: 0.6em 0 0 1.523em;
}

.nav > li > a {
	display: inline-block;
	cursor: pointer;
	width: 100%;
}

.nav > li {
	background-image: url(../img/menu_button_gradient_inactive.png);
	background-repeat: repeat-x;
}

.nav > li:hover, .nav > li.act, body.loggedin .nav > li.menu-myroyal {
	background-image: url(../img/menu_button_gradient_active.png);
	background-repeat: repeat-x;
	background-color: #e82337 !important;
}

/* mobile width style */
@media only screen and (max-width: 1027px) {
	#menumobile {
		display: none;
	}

	#menu {
		display: block;
	}

	/* shrink menu so that it doesn't wrap */
	#menu > ul > li {
		width: 6.75em;
	}
}

/* start floating the menu underneath the logo */
/*@media handheld, only screen and (max-width: 965px) {*/
@media handheld, only screen and (max-width: 1010px) {
	#header > .row > div {
		float: none;
		margin: 0em;
		width: 100%;
	}

	.row .threecoltop {
		width: 50%;
	}
	.row .ninecoltop {
		width: 98.5%;
	}

	.row .eightcol {
		width: 60%;
	}

	.row .fourcol {
		float: right;
		width: 15.833em;
	}

	#menusub {
		margin-left: 0;
		position: absolute;
	}

	#menu {
		padding-left: 0;
	}

	#menu-myroyal {
		position: relative;
		right: 0em;
		border: 2px solid red;
	}
}

@media handheld, only screen and (max-width: 800px) {
	#menu {
	}
}

@media handheld, only screen and (max-width: 679px) {
	/* start shrinking font */
	#menu > ul > li a {
		font-size: 85%;
	}
	#menu > ul > li {
		width: 5.25em;
	}
}
