/* CSS Document */
	

/* -- white main nav background-color: transparent 
	  green main nav rollover background-color: #516D4F
	  orange pulldown text color #f93
	  white pulldown rollover text color #fff 
	  white text #fff
	  
	  first menu class under dropdown style section and 1st and 3rd classes under dropdown hover style is where you would add dividerimage 'url(http://www.warren-wilson.edu/~chapel/images/nav_global_border.gif) bottom left repeat-x;' if needed for background
	  html>body .menu a.gstyle under dropdown location section is where you change the spacing between each main nav item 
	  .menu ul ul under dropdown location is where you change the location of the menu underneath the navbar with left padding.
--*/

/* ----- global navigation ----- */
.topview						{z-index:1;}
.menu							{width: 900px; font-weight: bold; font: 12px Arial, Helvetica, sans-serif; color: #fff; padding-bottom: 0px; background-color: transparent;}
.menu #gnavlist					{background-color: transparent;}
.menu ul						{padding: 0; margin: 0; list-style-type: none; height: 50px; background-color: transparent;}
.menu ul ul 					{width: 200px;}
.menu ul li 					{float: left; height: 50px; line-height: 1em; margin: 0; padding: 0;}
.menu ul ul li					{display: block; width: 200px; height: auto; line-height: 1em;}
.menu a, .menu a:visited 		{display: block; float: left; height:100%; font-size: 1em; text-decoration: none; color: #fff; background-color: transparent; padding: 0; border: 0; font-weight: bold;}


/* ----- dropdown style ----- */
.menu ul ul a, .menu ul ul a:visited				{display: block; background-color: #516D4F; width: 200px; height: 100%; line-height: 1em; padding: 5px; font-weight: bold; font: 12px Arial, Helvetica, sans-serif; color: #f93; text-align:left; border-top:#fff dotted 1px;}

* html .menu ul ul a,
* html .menu ul ul a:visited						{width: 200px;}
.menu table											{position: absolute; left: 0; top: 0; width: 0; height: 0; font-size: 1em;}
* html .menu a:hover								{color: #f93; background-color: #f93; position: relative;}
.menu li:hover										{position: relative;}
.menu :hover > a									{color: #f93; background-color: #f93;}

/* -- dropdown hover style --*/
* html .menu ul ul a:hover							{color: #fff; background-color: #f93; position: relative;}
.menu ul ul li:hover								{position: relative;}
.menu ul ul :hover > a								{color: #fff; background-color: #f93;}

/* ----- dropdown location ----- */
.menu ul ul											{visibility: hidden; position: absolute; height: 0; top: 44px; left:0px; width: 200px;}

.menu ul ul ul										{left: 12em; top: 0; width: 200px;}
.menu ul :hover ul									{visibility: visible; height: auto; padding-bottom: 3em; background: transparent;}
.menu ul :hover ul ul								{visibility: hidden;}
.menu ul :hover ul :hover ul ul						{visibility: hidden;}
.menu ul :hover ul :hover ul						{visibility: visible;}
.menu ul :hover ul :hover ul :hover ul				{visibility: visible;}
.menu a.gstyle										{height: 50px; text-indent: -9999px; margin: 0; padding: 0; margin-left: 0;}
html>body .menu a.gstyle							{overflow: hidden; margin-left: 0px;}

/* ----- navbar slices width and x-coordinates ----- */
.menu a#g01					{width: 67px; background: url(http://www.warren-wilson.edu/~chapel/images/nav-global.gif) -0px 0 no-repeat;}
.menu a#g02					{width: 108px; background: url(http://www.warren-wilson.edu/~chapel/images/nav-global.gif) -67px 0 no-repeat;}
.menu a#g03					{width: 99px; background: url(http://www.warren-wilson.edu/~chapel/images/nav-global.gif) -175px 0 no-repeat;}
.menu a#g04					{width: 115px; background: url(http://www.warren-wilson.edu/~chapel/images/nav-global.gif) -274px 0 no-repeat;}
.menu a#g05					{width: 180px; background: url(http://www.warren-wilson.edu/~chapel/images/nav-global.gif) -389px 0 no-repeat;}
.menu a#g06					{width: 146px; background: url(http://www.warren-wilson.edu/~chapel/images/nav-global.gif) -569px 0 no-repeat;}

.menu a#g01:hover				{background: url(http://www.warren-wilson.edu/~chapel/images/nav-global.gif) -0px -50px no-repeat;}
.menu a#g02:hover				{background: url(http://www.warren-wilson.edu/~chapel/images/nav-global.gif) -67px -50px no-repeat;}
.menu a#g03:hover				{background: url(http://www.warren-wilson.edu/~chapel/images/nav-global.gif) -175px -50px no-repeat;}
.menu a#g04:hover				{background: url(http://www.warren-wilson.edu/~chapel/images/nav-global.gif) -274px -50px no-repeat;}
.menu a#g05:hover				{background: url(http://www.warren-wilson.edu/~chapel/images/nav-global.gif) -389px -50px no-repeat;}
.menu a#g06:hover				{background: url(http://www.warren-wilson.edu/~chapel/images/nav-global.gif) -569px -50px no-repeat;}

#home .menu a#g01,
#home .menu a#g01:hover		{background: url(http://www.warren-wilson.edu/~chapel/images/nav-global.gif) -0px -50px no-repeat;}
#about .menu a#g02,
#about .menu a#g02:hover		{background: url(http://www.warren-wilson.edu/~chapel/images/nav-global.gif) -67px -50px no-repeat;}
#worship .menu a#g03,
#worship .menu a#g03:hover		{background: url(http://www.warren-wilson.edu/~chapel/images/nav-global.gif) -175px -50px no-repeat;}
#ministries .menu a#g04,
#ministries .menu a#g04:hover		{background: url(http://www.warren-wilson.edu/~chapel/images/nav-global.gif) -274px -50px no-repeat;}
#missionoutreach .menu a#g05,
#missionoutreach .menu a#g05:hover		{background: url(http://www.warren-wilson.edu/~chapel/images/nav-global.gif) -389px -50px no-repeat;}
#newscalendar .menu a#g06,
#newscalendar .menu a#g06:hover		{background: url(http://www.warren-wilson.edu/~chapel/images/nav-global.gif) -569px -50px no-repeat;}
