div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

  font-size: 100%;
  font: inherit;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body { font-size: 14px; padding-bottom: 65px; font-family: Calibri; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

table { border-collapse: collapse; border-spacing: 0; }



#menu {
  position: fixed;
  right: 0;
  top: 50%;
  width: 8em;
  margin-top: -2.5em;
}


/* nav menu styles */
#nav { 
  display: block; 
  width: 379px;
  margin: 0 auto; 

}


#nav > li > a { 
  display: block; 
  padding: 16px 16px;
  font-size: 16px;
  font-weight: bold;
  color: #d4d4d4;
  text-decoration: none;
  border-bottom: 1px solid #212121;
  background-color: #343434;
  background: -webkit-gradient(linear, left top, left bottom, from(#142f73), to(#1142c0));
  background: -webkit-linear-gradient(top, #1142c0, #142f73);
  background: -moz-linear-gradient(top, #1142c0, #142f73);
  background: -ms-linear-gradient(top, #1142c0, #142f73);
  background: -o-linear-gradient(top, #1142c0, #142f73);
  background: linear-gradient(top, #1142c0, #142f73);
}
#nav > li > a:hover, #nav > li > a.open { 
  color: #e9e9e9;
  border-bottom-color: #384f76;
  background-color: #6985b5;
  background: -webkit-gradient(linear, left top, left bottom, from(#6985b5), to(#456397));
  background: -webkit-linear-gradient(top, #1142c0, #142f73);
  background: -moz-linear-gradient(top, #6985b5, #456397);
  background: -ms-linear-gradient(top, #6985b5, #456397);
  background: -o-linear-gradient(top, #6985b5, #456397);
  background: linear-gradient(top, #6985b5, #456397);
}

#nav li ul { display: none; background: #ebebeb; }

#nav li ul li a { 
  display: block; 
  background: none;
  padding: 10px 10px;
  padding-left: 30px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  color: #212121;
}
#nav li ul li a:hover {
  background: #a5d6ff;
}