.navMenu
{
	background: url(../images/navMenu.png);
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: center;
}


#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0;
	list-style: none;
	z-index: 10;
}
 
#nav a {
	display: block;
	color: #000000;
	text-decoration: none;
	font-family: Perpetua;
	font-weight: bold;
	font-size: 20px;
}
 
#nav li { /* all list items */
	float: left;
	padding-left: 20px;
}
 
#nav li ul { /* second-level lists */
	position: absolute;
	width: 170px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li{ /* second-level lists */
	background: url(../images/navMenu.png);
	width: 170px;
	padding-left: 0px;
	font-family: Perpetua;
	font-size: 20px;
	font-weight: bold;
}

#nav li ul a
{
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}

#nav a:hover
{
	color: #FFFFFF;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

img
{
	border-style:none;
}

.ResultNav
{
	font-size: 14px;
	font-family: Verdana, Arial;
}

.selectedNav
{
	background: url(../images/select.png) center bottom no-repeat;
}

.mainContent
{
	background: #FFFFFF;
}

label
{
	font-weight: bold;
}

.footer
{
	background: url(../images/footer.png);
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 2px;
	font-family: Perpetua;
	font-weight: bold;
}

fieldset legend
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
}

fieldset
{
	border: 2px solid black;
	font-family: verdana, arial;
	font-size: 12px;
}

fieldset input
{
	font-family: verdana, arial;
	font-size: 12px;
}

fieldset select
{
	font-family: verdana, arial;
	font-size: 12px;
}

.inputfile
{
	font-size: 16px;
}

.Groupbox
{
	padding: 10px;
}

.Groupbox legend
{
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 0px;
	color: #000000;
}

.gleft
{
	background: url(../images/GroupboxLeft.png) no-repeat left center;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.gright
{
	background: url(../images/GroupboxRight.png) no-repeat right center;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.gmain
{
	background: url(../images/GroupboxMain.png) repeat-x left center;
	padding-top: 6px;
	padding-bottom: 6px;
}

.MainMenu td
{
	padding: 0px;
}

.MainMenu a
{
	text-decoration: none;
}

.MainMenu a:visited
{
	text-decoration: none;
	color: #0000FF;
}

.products
{
	border-width: 0px;
}

.admin a
{
	text-decoration: none;
}

.Header
{
   font-family: verdana, arial;
   font-size: 14px;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #000000;
   padding: 5px;
}

.HeaderSub
{
   font-family: verdana, arial;
   font-size: 12px;
   color: #000000;
   background-color: #a6bbf6;
}

.RowOne
{
   font-family: verdana, arial;
   font-size: 12px;
   color: #000000;
   background-color: #FFFFFF;
   padding: 3px;
}

.RowTwo
{
   font-family: verdana, arial;
   font-size: 12px;
   color: #000000;
   background-color: #dad6d6;
   padding: 3px;
}
