<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Reset */


.nav1,
.nav1 a,
.nav1 ul,
.nav1 li,
.nav1 div,
.nav1 form,
.nav1 input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	
	
}

.nav1 a { text-decoration: none; }

.nav1 li { list-style: none; 
}

/* Menu Container */
.nav1 {
	cursor: default;
	z-index: 500;
	left:10px;
	width:100%;
}



/* Menu List */

.nav2 {
	cursor: default;
	z-index: 500;
	left:30px;
	width:100%;
}


.nav1 &gt; li {
	display: block;
	float: left;
}

/* Menu Links */
.nav1 &gt; li &gt; a {
	position: relative;
	display: block;
	z-index: 510;
	height: 55px;

	padding: 0 20px;
	line-height: 55px;
	
	font-family:century gothic,Futura Lt BT, century gothic,Verdana, Tahoma,  Avenir,  AvantGarde Bk BT,  Arial;
	font-weight: normal;
	font-size:22px;
	color: #333;
	font-weight:normal;


	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
 .nav1 &gt; li &gt; a:hover { text-decoration: none; 
background-image:url(bak1.gif);

}


.nav2 &gt; li {
	display: block;
	float: right;
}

/* Menu Links */
.nav2 &gt; li &gt; a {
	position: relative;
	display: block;
	z-index: 510;
	height:25px;

	padding: 0 25px;
	line-height:10px;
	
	font-family: century gothic,Futura Lt BT, century gothic,Verdana, Tahoma,  Avenir,  AvantGarde Bk BT,  Arial;
	font-weight: normal;
	font-size:18px;
	color: #000;





	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nav1 &gt; li:first-child &gt; a {
	border-radius: 3px 0 0 3px;
	border-left: none;
}

/* Search Form */
.nav1 &gt; li.nav-search &gt; form {
	position: relative;
	width: inherit;
	height: 44px;
	z-index: 510;
	border-left: 1px solid #4b4441;
}

.nav1 &gt; li.nav-search input[type="text"] {
	display: block;
	float: left;
	width: 1px;
	height: 24px;
	padding: 15px 0;
	line-height: 24px;

	font-family:'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #999999;
	text-shadow: 0 0 1px rgba(0,0,0,.35);



	-webkit-transition: all .3s ease 1s;
	-moz-transition: all .3s ease 1s;
	-o-transition: all .3s ease 1s;
	-ms-transition: all .3s ease 1s;
	transition: all .3s ease 1s;
}

.nav1 &gt; li.nav-search input[type="text"]:focus { color: #fcfcfc; }

.nav1 &gt; li.nav-search input[type="text"]:focus,
.nav1 &gt; li.nav-search:hover input[type="text"] {
	width: 110px;
	padding: 15px 20px;

	-webkit-transition: all .3s ease .1s;
	-moz-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	-ms-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}

.nav1 &gt; li.nav-search input[type="submit"] {
	display: block;
	float:center;
	width:20px;
	height: 54px;
	padding: 0 25px;
	cursor: pointer;



	border-radius: 0 3px 3px 0;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nav1 &gt; li.nav-search input[type="submit"]:hover { background-color: #4b4441; }

/* Menu Dropdown */
.nav1 &gt; li &gt; div {
	position: absolute;
	display: block;
	width: 100%;
	top:186px;
	left: 0;

	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	background-image:url("../css-menu/bak.gif");

	
	
	
	border-radius: 0 0 3px 3px;

	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
}


.nav2 &gt; li &gt; div {
	position: absolute;
	display: block;
	width: 100%;
	top: 183px;
	left: 0;

	opacity: 0;
	visibility: hidden;
	overflow: hidden;

	background: #F4F4F4;
	
	
	
	border-radius: 0 0 3px 3px;

	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
}



.nav1 &gt; li:hover &gt; div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

.nav2 &gt; li:hover &gt; div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

/* Menu Content Styles */
.nav1 .nav-column {
	float: left;
	width:30%;
	padding: 2.5%;
}

.nav1 .nav-column h3 {
	margin: 20px 0 10px 0;
	line-height: 18px;
	
font-family:'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #372f2b;
	text-transform: uppercase;
}

.nav1 .nav-column h3.orange { color: #ff722b; }

.nav1 .nav-column li a {
	display: block;
	line-height: 26px;
	
font-family:'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #888888;
}
.nav2 .nav-column li a {
	display: block;
	line-height: 26px;
	
font-family:'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #888888;
}
#menu-wrapper {
	text-align: center;
	
}



#menu-wrapper2 {
	text-align: right;
	
}

</pre></body></html>