﻿<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <link rel="alternate stylesheet" type="text/css" href="resource://gre-resources/plaintext.css"

      title="Wrap Long Lines">
  </head>
  <body>
    <pre>/* Drop-down menus in page header */

/* Universal components */

nav#header_menu {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	font-family: &lt;%UIFONT%&gt;;
	/* background-image: url('../images/&lt;%HEADER_BGIMAGE%&gt;');*/
	background-color: &lt;%HEADER_BGCOLOR%&gt;;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	}

/* Phone Version */

@media only screen and (max-width: 768px) {
	
	/* Hidden elements in phone version */
div#phonebutton, div#homebutton a {
	display: none;
}

	a#atoclink {
		display: none;
	}
	a#phonemenulink {
		display: none !important;
	}
	
	nav#header_menu {
	position: fixed;
	display: none;
	top: 7rem; 
	font-size: calc(&lt;%DROPMENU_FONTSIZE%&gt;rem * 1.2);
	z-index: 1000;
	width: 100%;
	}

} /* @media */

/* Desktop version */

@media only screen and (min-width: 769px) {
	
a#phonemenulink {
	display: none !important;
}
/* Company Logo */
div#homebutton {
  width: &lt;%HEADERLOGO_WIDTH%&gt;px;
  height: &lt;%HEADERLOGO_HEIGHT%&gt;px;
  float: &lt;%HEADERLOGO_POSITION%&gt;;
  position: relative;
  z-index: 903;
}
div#homebutton a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/&lt;%HEADERLOGO%&gt;) &lt;%HEADERLOGO_POSITION%&gt; top no-repeat;
  text-decoration: none;
}

} /* @media */
	</pre>
  </body>
</html>
