 /**
 * 1. Change this value if you need the header to be taller or shorter
 */

#header {
	height: 85px; /* 1 */
	background-color:#89D5C8;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	box-shadow:none;
	font-size: 13px;
	border-bottom/*\**/: 0px solid #FFF\9; /* IE8, IE9 */
}

/**
 * 1. Change this value to move the logo up or down
 * 2. Change this value to move the logo left or right
 */

#logo-container {
	position: absolute;
	top: -2px; /* 1 */
	left: -430px; /* 2 */
	float: none;
	background-color:#89D5C8;
}

/**
 * 1. Change this value to move the nav left or right
 * 2. Change this value to move the nav up or down
 */

#nav-level-2 {
	position: absolute;
	right: -6px;  /* 1 */
	bottom: 0; /* 2 */
	float: none;
    padding-right: 70px;
}

#nav-level-2 .menu > a {
	position: relative;
	display: block;
	padding: 26px 6px 10px;
	height: 44px;
	border: 1px solid #89D5C8;
	border-bottom: 0;
	color: #FFF;
	text-align: center;
	font-family: "Din", "Helvetica Neue", Arial, sans-serif;
	font-size:9pt;
}

#nav-search {
	padding: 26px 6px 10px;
	height: 44px;
	border: 1px solid #89D5C8;
	cursor: pointer;
	color: #FFF;
	font-family: "Din", "Helvetica Neue", Arial, sans-serif;
	font-size:9pt;
}

#nav-level-2 .menu .current:after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -8px;
    width: 0px;
    height: 0px;
    border-right: none;
    border-bottom: none;
    border-left: none;
    content: none;
    color: #333;
}

#nav-level-2 .dropdown-container > a:hover {
    position: relative;
    z-index: 15;
    padding-bottom: 11px;
    border-color:  #89D5C8;
    background-color: #89D5C8;
    background-image: none;
}