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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


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; }
img { border: 0; max-width: 100%; }

/* nav menu styles */
#nav { 
  display: block; 
  width: 890px;
  margin: 0 auto; 
  -webkit-box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
  -moz-box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
  box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
}

#nav li {
}

#nav > li > a {
	height: 40px;
	display: block;
	padding: 10px 10px;
	font-size: 12px;
	font-family: Latha, Arial;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #0C0;
	background: -webkit-gradient(linear, left top, left bottom, from(#C1C186), to(#D2D2A6));
	background: -webkit-linear-gradient(top, #C1C186, #D2D2A6);
	background: -moz-linear-gradient(top, #C1C186, #D2D2A6);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-position: top;
}
#nav > li > a:hover, #nav > li > a.open {
	color: #e9e9e9;
	border-bottom-color: #CCCCCC;
	background-color: #6985b5;
	background: -webkit-gradient(linear, left top, left bottom, from(#A3A350), to(#535300));
	background: -webkit-linear-gradient(top, #A3A350, #535300);
	background: -moz-linear-gradient(top, #A3A350, #535300);
	background: -ms-linear-gradient(top, #A3A350, #535300);
	background: -o-linear-gradient(top, #A3A350, #535300);
	background: linear-gradient(top, #A3A350, #535300);
}

#nav li ul {
	display: none;
	background-color: #FFFFFF;
	font-family: Latha, Arial;
	font-size: 12px;
	color: #000;
}

#nav li ul li a { 
	display: block; 
  	background: none;
  padding: 10px 0px;
  padding-left: 30px;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  color: #e3e7f1;
  text-shadow: 1px 1px 0px #000;
}
#nav li ul li a:hover {
	background-color: #A3A350;
}
