html, body, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: none;

}

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



/* nav menu styles */
#nav { 
  display: block; 
  width: 250px;
  margin-top:10px;
  margin-left: 0px; 

}


#nav > li > a { 
  display: block; 
  padding: 13px 15px;
  font-size: 14px;
  color: #036699;
  text-decoration: none;
  border-bottom: 2px dotted #036699;
  background-color: white;
  text-align:center;
}
#nav > li > a:hover, #nav > li > a.open { 
  color: white;
  border-bottom-color: #384f76;
  background:#456397;
  background: -webkit-gradient(linear, left top, left bottom, from(#6985b5), to(#456397));
  background: -webkit-linear-gradient(top, #6985b5, #456397);
  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);
}

/*Voci Sottomenų*/
#nav li ul { display: none; background: #036699; color:white; }

#nav li ul li a { 
  display: block;
  text-align:center;
  background: none;
  padding: 3px 0px;
  font-size: 13px;
  text-decoration: none;
  color: white;
  border-bottom: 1px dotted white;
}

/*OVER voci Sottomenų*/
#nav li ul li a:hover {
  background: white; color:#036699;
}