﻿#center{	position: relative;	margin: -10px auto 0;background: url(images/navgrad.png) left top repeat-x;}

#nav{
	background: url(images/navgrad.png) left top repeat-x;
	float: left;
	list-style: none;
	width: 100%;
	top: 90px;}

#nav ul{margin-top: 0px;}
#nav a{display:block;border:1px solid #333;color:#fff;text-decoration:none;background:url(images/navgrad.png) left top repeat-x;padding:12px 12px 0 8px;}
#nav a:hover{background:url(images/navgrad-hover.png) left top repeat-x;color:#CCC;}
#nav li{float: left;position: static;}
#nav li ul{	position: absolute;	left: -99em;height: auto;width: 0px;font-weight: 400;border-width: 0;margin: 0;}
#nav li li{padding-right:0;width:1px;}
#nav li ul a{height:auto;width:130px;float:left;}
#nav li ul ul{margin:17px auto 0;}
#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;padding:0;}
#nav li:hover,#nav li.sfhover{background:url(images/navgrad-hover.png) left top repeat-x;color:#fff;}


/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	list-style-type: none;
	cursor: default;
	width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: auto;
 margin: auto;
}
ul.MenuBarHorizontal li
{list-style-type: none;	position: relative;	cursor: pointer;float: left;}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{list-style-type: none;z-index: 1020;cursor: default;position: absolute;	left: -1000em;}


