/*
Theme Name: test
Theme URI: jacket.h4k3r.com
Description: test template 
Version: 1.0
Author: jacket
Author URI: jacket.h4k3r.com 
Tags: test 
*/
body { text-align: center; font: normal 11pt Arial,Helvetica,Geneva,Swiss,SunSans-Regular, sans-serif;}
#header {
	width: 1080px;
	height: 205px;
	background-image: url('images/header.jpg');
	margin-left: auto;
	margin-right: auto;
}
#navbar { 
	width: 1080px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px; 
	background-image: url('images/navbar.jpg');
}
img {
	border: 0px;
}
div.navbarText {
	color: #FFFFFF;
	width: 1080px;
	height: 25px;
	margin-left: 120px;
	text-align: left;
	font: normal 10pt Arial;
	padding-top: 4px; 
}
div.navbarSearch {
	text-align: right;
}
a.navbar:link {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}
a.navbar:visited {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 10pt;
	text-decoration: none;
}
a.navbar:hover {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 10pt;
	text-decoration: none;
}


#content_window {
	width: 880px;
	background-image: url('images/content.jpg');
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-left: 100px;
	padding-right: 100px;
}
#content {
	background: transparent url('images/swooshes.png') no-repeat scroll top center;
	width: 780px;
	margin: 0px auto;	
}

table.content td.content{
	vertical-align: top;
}

#footer { 
	width: 1080px;
	height: 61px;
	text-align: center;
	background-image: url('images/footer.jpg');
	margin-left: auto;
	margin-right: auto;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width: 822px;
	background-color: #934398;
	height:22px;
	font-size: 11px;
	position:relative;
	left: 100px;
	top: 1px;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu ul ul {}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float: left;
	display:block;
	position: relative; 
}

/* style the links for the top level */
.menu a {
	display: block; 
	text-decoration: none; 
	color: #fff; 
	height: 18px;  
	padding-right: 10px; 
	padding-top: 4px;  
	background: #934398; /* menu button background */
	background-repeat: no-repeat; 
	background-position: right; 
	padding-left: 10px; 
	font-weight: bold; 
	font-size: 11px; 
	text-transform: uppercase;
	border-right: #FFFFFF;	
}

/*\*/
* html .menu a {
	line-height: 22px;
	padding-left: 7px;
	text-decoration: none;
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
}

* html .menu ul ul a {
	display: block;
}

/* style the second level background */
.menu ul ul a.drop  {
	background: #00ff00 bottom right no-repeat; 
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	display: block;
	position: absolute;
	height: 0;
	top: 22px;
	left: 0;
	width: 180px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left: 200px; 
	top: -1px; 
	width: 200px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left: -200px; 
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position: absolute; 
	top: 0; 
	left: 0; 
	border-collapse: collapse;
}

/* style the second level links */
.menu ul ul a {
	background: #ba43ba; /* drop down backgound */
	color: #ffffff; 
	height: auto; 
	line-height: 1em; 
	padding: 5px 10px; 
	width: 180px;
	border-top: 1px solid #ffffff;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color: #fff; 
	background: #00ff00 url(http://www.ncoymca.org/wp-content/themes/ymca/images/arrow-dropdown-white.gif); 
	background-repeat: no-repeat; 
	background-position: right;
}

.menu :hover > a, .menu ul ul :hover > a {
	color: #fff; 
	background: #ba43ca; /* main button and drop down button mouse over */
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility: visible; 
	background: #00ff00;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility: hidden; 
	border-top: 1px solid #ffffff;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul { 
	visibility: visible;
}
#nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-left: 110px;
}
#nav li {
	float: left;
	display: block;
	position: relative;
}
#nav li a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 4px 7px;
}
#nav li ul, #nav li ul li ul, #nav li:hover ul li ul {
	display: none;
}

/*second level*/
#nav li:hover ul {
	display: block;
	position: absolute;
	top: 24px;
	padding: 0px;
}
#nav li ul li {
	float: none;
	background: #934398 none;	
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	width: 160px;
	text-align: left;
}
#nav li ul li a {
	padding: 4px 5px;	
}

/*third level*/
#nav li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left: 161px;
	top: 0px;
	padding: 0px;	
}

