@charset "UTF-8";
/* CSS Document */

/*desktop 1200*/
@media only screen and (min-width:1025px) {
/*nav menu*/
#navMenu-wrapper {
	float: left;
	width: 100%;
	height: 60px;
	margin-top: 0;
	background-image: url(../images/bg/tt_bg_header.jpg);
}

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 45px; /*sets menu height*/
	z-index: 5;
	margin-top: 0px;
	letter-spacing: 1px;
}
#nav a {
	display: block;
	padding: 10px 20px 7px 20px;
	font-family: rockwell-bold;
	font-size: 1.2em;
	color: rgb(0,93,171);
	text-transform: uppercase;
	text-decoration: none;
}

#nav a:hover {
	color: white;
	background-color: rgb(0,93,171);
}

#nav li {
	float: left;
	position: relative;
}

#nav ul {
	position: absolute;
	display: none;
	width: 14em;
	top: 60px; /*sets sub-menu height and position*/
	line-height: 40px;
}

#nav li ul a {
	width: 12em;
	height: auto;
	float: left;
	font-size: 18px;
	color: white;
	border-bottom: 1px solid rgb(235,235,235);
	background-color: rgb(0,93,171);
}
#nav li ul a:hover {
	color: rgb(0,93,171);
	background-color: rgb(235,235,235);
	border-bottom: 1px solid rgb(235,235,235);
}
#nav ul ul {
	top: auto;
}	

#nav li ul ul {
	left: 17.3em;
	margin: 0px 0 0 10px;
	font-size: 16px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}

/*mobile nav menu*/
#dl-menu {
	display: none !important;
}
.dl-menuwrapper {
	display: none !important;
}

/*end desktop 1200*/
}

/*desktop 1024*/
@media only screen and (min-width:901px) and (max-width:1024px) {
/*nav menu*/
#navMenu-wrapper {
	float: left;
	width: 100%;
	height: 60px;
	margin-top: 0;
	background-image: url(../images/bg/tt_bg_header.jpg);
}

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 45px; /*sets menu height*/
	z-index: 5;
	margin-top: 0px;
	letter-spacing: 1px;
}
#nav a {
	display: block;
	padding: 10px 20px 7px 20px;
	font-family: rockwell-bold;
	font-size: 1.2em;
	color: rgb(0,93,171);
	text-transform: uppercase;
	text-decoration: none;
}

#nav a:hover {
	color: white;
	background-color: rgb(0,93,171);
}

#nav li {
	float: left;
	position: relative;
}

#nav ul {
	position: absolute;
	display: none;
	width: 14em;
	top: 60px; /*sets sub-menu height and position*/
	line-height: 40px;
}

#nav li ul a {
	width: 12em;
	height: auto;
	float: left;
	font-size: 18px;
	color: white;
	border-bottom: 1px solid rgb(235,235,235);
	background-color: rgb(0,93,171);
}
#nav li ul a:hover {
	color: rgb(0,93,171);
	background-color: rgb(235,235,235);
	border-bottom: 1px solid rgb(235,235,235);
}
#nav ul ul {
	top: auto;
}	

#nav li ul ul {
	left: 17.3em;
	margin: 0px 0 0 10px;
	font-size: 16px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}

/*mobile nav menu*/
#dl-menu {
	display: none !important;
}
.dl-menuwrapper {
	display: none !important;
}

/*end desktop 1024*/
}

/*desktop 900*/
@media only screen and (min-width:741px) and (max-width:900px) {
/*nav menu*/
#navMenu-wrapper {
	float: left;
	width: 100%;
	height: 50px;
	margin-top: 0;
	background-image: url(../images/bg/tt_bg_header.jpg);
}

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 45px; /*sets menu height*/
	z-index: 5;
	margin-top: 0px;
	letter-spacing: 1px;
}
#nav a {
	display: block;
	padding: 7px 12px 0px 12px;
	font-family: rockwell-bold;
	font-size: 1.1em;
	color: rgb(0,93,171);
	text-transform: uppercase;
	text-decoration: none;
}

#nav a:hover {
	color: white;
	background-color: rgb(0,93,171);
}

#nav li {
	float: left;
	position: relative;
}

#nav ul {
	position: absolute;
	display: none;
	width: 14em;
	top: 50px; /*sets sub-menu height and position*/
	line-height: 40px;
}

#nav li ul a {
	width: 12em;
	height: auto;
	float: left;
	font-size: 18px;
	color: white;
	border-bottom: 1px solid rgb(235,235,235);
	background-color: rgb(0,93,171);
}
#nav li ul a:hover {
	color: rgb(0,93,171);
	background-color: rgb(235,235,235);
	border-bottom: 1px solid rgb(235,235,235);
}
#nav ul ul {
	top: auto;
}	

#nav li ul ul {
	left: 17.3em;
	margin: 0px 0 0 10px;
	font-size: 16px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}

/*mobile nav menu*/
#dl-menu {
	display: none !important;
}
.dl-menuwrapper {
	display: none !important;
}

/*end desktop 900*/
}

/*desktop 740*/
@media only screen and (min-width:481px) and (max-width:740px) {
/*nav menu*/
#navMenu-wrapper {
	display: none !important;
	/*
	float: left;
	width: 100%;
	height: 50px;
	margin-top: 0;
	background-image: url(../images/bg/tt_bg_header.jpg);
	*/
}

/*end desktop 740*/
}

/*desktop 480*/
@media only screen and (min-width:300px) and (max-width:480px) {
/*nav menu*/
#navMenu-wrapper {
	display: none !important;
	/*
	float: left;
	width: 100%;
	height: 50px;
	margin-top: 0;
	background-image: url(../images/bg/tt_bg_header.jpg);
	*/
}

/*end desktop 740*/
}
