<!--
a:link {  font-family: Arial, Helvetica, sans-serif; font-size: -1; color: #0000FF; text-decoration: underline; font-weight: none}
a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: -1; color: #CC00CC; text-decoration: underline; font-weight: none}
a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: -1; color: #FF0000; background-color: #FFFFFF; text-decoration: none; font-weight: bold; height: auto; width: auto}
a:active {  font-family: Arial, Helvetica, sans-serif; font-size: -1; color: #CC00CC; text-decoration: underline; font-weight: none}
-->

 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-TOP-STYLE: none; PADDING-TOP: 0px; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; LIST-STYLE-TYPE: none; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: none
}

BODY {
	COLOR: #000; FONT-FAMILY: Times New Roman,Times, serif; background: #E5FFBF
}
/* -------------------------- */
/*   FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; FONT-SIZE: small;   ... */
/* -------------------------- */

#toplinks {
	BACKGROUND: #E5FFBF; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 85%; MARGIN: 0px; PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 15px; PADDING-TOP: 5px; BORDER-BOTTOM: #006600 1px solid; TEXT-ALIGN: right
}

/* -------------------------- */
/* ADD "font-size: 90%;" below if you want smaller txt for Shop * Info * etc... */
/* -------------------------- */

#mainnav {
	HEIGHT: 2em; BACKGROUND: #E7E8FF; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; MARGIN: 0px; PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px; TEXT-ALIGN: left
}
/* -------------------------- */
/* We begin by styling the main navigation on the page... */
/* -------------------------- */
/* Overall main navigation styles */
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	color: #999;
	background-color: transparent;
	font-size: 90%;
	padding: 0;
	margin: 0;
}
/* -------------------------- */
/* The top main navigation links */
#nav a {
	display: block;
	padding: 5px 20px;
	color: #006600;	
	background-color: #E7E8FF;
	background: url(btn-middot.gif) no-repeat center right; /* puts a "bar" on right of the main nav links */
	text-decoration: none;
}
/* I'm targeting the last main navigation link to have no "bar" on the right side */
#nav a.last {
	background-image: none;
}
#nav a.one, #nav a.two, #nav a.three, #nav a.four, #nav a.five, #nav a.six, #nav a.seven {
	text-align: left;
	font-size: 1em;
}
#nav li {
	float: left;
	padding: 0;
}
/* -------------------------- */
/* The dropdown links lists */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px; 
	font-weight: normal;
	BORDER: #999 1px solid;
	background-color: #E7E8FF;
	margin: 0;
}

#nav li li {
	padding: 0;
	width: 160px;
}
#nav li ul a {
	padding: 5px 10px;
	width: 180px;
	* html width: 100px;
}
/* This controls the flyout location of the second level dropdowns */
#nav li ul ul {
	margin: -2em 0 0 140px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/* -------------------------- */
/* Here is the background of the main nav link while looking at the dropdown */
#nav li:hover, #nav li.sfhover {
	background-color: #FFFFFF;
}
/* -------------------------- */
/* The dropdown links list colors */
#nav li ul.under a {
	color: #000;
	background-image: none;
}
#nav li ul.under a:hover {
	background: #0000FF;
	color: #fff;
}
/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: #fff;
}
#nav li ul.under li:hover, #nav li ul.under li.sfhover {
	color: #fff;
	background-color: #0000FF;
}

/* -------------------------- */
/* did not add #content command - { CLEAR: left; } - because it's covered by BODY at top ... */
/* -------------------------- */

h1 {
font-family: Arial Black, sans-serif;
font-weight: none;
font-size: 30px;
color: #F00251;
text-align:center;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #F00251;
text-align:center;
display: inline;
}
