﻿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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background-image: url('../images/HHBG.png');
	background-color: #000000;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end css reset */


#cssmenu {
	position: absolute;
	width: 980px;
	float: left;
	color: #000000;
}
#cssmenu li {
	font-family: "Helvetica";
	font-size: 0.9em;
	margin-right: 6px;
	position: relative;
	width: 123px;
	height: 20px;
	display: inline;
	float: left;
	list-style-type: none;
	color: #FFFFFF;
	padding-top: 5px;
	text-align: center;
	background-color: #333333;
}
#cssmenu li:hover {
	background-color: #666666;
}

#cssmenu li a {
	text-decoration: none;
	color: #FFFFFF;
}
#cssmenu li a:hover {
	background-image: none;
}
#cssmenu li ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#cssmenu li ul {
	position: relative;
	width: 150px;
	height: auto;
	top: 1px;
	visibility: hidden;
	padding-top: 10px;
	background-image: none;
}
#cssmenu li ul li {
	border-style: none;
	background-color: #000000;
	font-weight: bold;
}
#cssmenu li:hover ul {
	visibility: visible;
}
#cssmenu li ul li a {
	font-weight: normal;
	color: #8A9EAA;
	width: 102px;
	text-decoration: none;
}

