#nav1, #nav1 ul {
    list-style: none outside none;
    padding: 0;
}

#space {
    width: 250px;
	height: 7px;
    float: left;
}

#nav1 {
	font-family: 'Cousine', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
    background-color: #fff;
    float: left;
}

#nav2 {
	font-family: 'Cousine', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
    background-color: #df0020;
    float: left;
	height: 43px;
}

#nav2 > h1 {
	width: 217px;
	height: 43px;
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 43px;
    padding-left: 16px;
    padding-right: 17px;
}

#nav1 > li {
    float: left;
    text-align: left;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

#nav1 li a {
    display: block;
    text-decoration: none;
    -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    white-space: nowrap;
}

#nav1 > li > a {
	width: 217px;
    color: #323236;
    display: block;
    font-size: 15px;
    line-height: 43px;
    padding-left: 16px;
    padding-right: 17px;
}

#nav1 > li:hover > a, #nav1 > a:hover {
    background-color: #df0020;
    color: #FFFFFF;
}

#nav1 li.active > a {
    background-color: #df0020;
    color: #FFFFFF;
}