/* CSS Document */
/*nav section*/
table tr{
	text-align:center;			/*IE 6 and below use tables*/
}

#nav{
	clear:both;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:955px;
	height:30px;
	background:url(../images/bg_nav.gif) repeat-x #428445;
	z-index:12;
	/*overflow:hidden;*/
}
#nav ul{
	list-style-type:none;
	font-size:12px;
	color:#fff;
	margin:0;
	padding:0;
	margin-left:10px;
	
}
#nav li{
	float:left;
	position:relative;
	background-color:#428445;
}

#nav ul li a{
	display:block;
	height:30px;
}
.one {
	width:99px;
	height:30px;
	background:transparent url(../images/btn_system.jpg) no-repeat left bottom;
}
.one a:hover{
	width:99px;
	height:30px;
	background:transparent url(../images/btn_system_over.jpg) no-repeat left top;
}
.two {
	width:89px;
	height:30px;
	background:transparent url(../images/btn_culture.jpg) no-repeat left bottom;
}
.two a:hover{
	width:89px;
	height:30px;
	background:transparent url(../images/btn_culture_over.jpg) no-repeat left top;
}
.three {
	width:110px;
	height:30px;
	background:transparent url(../images/btn_living.jpg) no-repeat left bottom;
}
.three a:hover{
	width:110px;
	height:30px;
	background:transparent url(../images/btn_living_over.jpg) no-repeat left top;
}
.four {
	width:108px;
	height:30px;
	background:transparent url(../images/btn_leadership.jpg) no-repeat left bottom;
}
.four a:hover{
	width:108px;
	height:30px;
	background:transparent url(../images/btn_leadership_over.jpg) no-repeat left top;
}
.five {
	width:146px;
	height:30px;
	background:transparent url(../images/btn_benefits.jpg) no-repeat left bottom;
}
.five a:hover{
	width:146px;
	height:30px;
	background:transparent url(../images/btn_benefits_over.jpg) no-repeat left top;
}
.six {
	width:105px;
	height:30px;
	background:transparent url(../images/btn_meetus.jpg) no-repeat left bottom;
}
.six a:hover{
	width:105px;
	height:30px;
	background:transparent url(../images/btn_meetus_over.jpg) no-repeat left top;
}
.seven {
	width:90px;
	height:30px;
	background:transparent url(../images/btn_opportunities.jpg) no-repeat left bottom;
}
.seven a:hover{
	width:90px;
	height:30px;
	background:transparent url(../images/btn_opportunities_over.jpg) no-repeat left top;
}
.eight {
	width:84px;
	height:30px;
	background:transparent url(../images/btn_newsletters.jpg) no-repeat left bottom;
}
.eight a:hover{
	width:84px;
	height:30px;
	background:transparent url(../images/btn_newsletters_over.jpg) no-repeat left top;
}
.nine {
	width:103px;
	height:30px;
	background:transparent url(../images/btn_video.jpg) no-repeat left bottom;
}
.nine a:hover{
	width:103px;
	height:30px;
	background:transparent url(../images/btn_video.jpg) no-repeat left top;
}

#nav ul li table{
	margin:-1px 0;              	/* IE5 needs -1px top and bottom table margins */
	/*m\argin:0;               		re-zero the table margins for everyone but IE5 */
	border-collapse:collapse;      	/* IE5 needs this for the sub-menus to work */
}

/*======= TOP LEVEL MENU DEFINITIONS =======*/

#nav ul li ul {
	display:none;                 /* initially hide the entire list hierarchy */
	padding:1px;                   /* this is our box border width */
}

/*#nav ul li a,
#nav ul li a:visited {		/* unselected top-level menu items/buttons 
	display:block;
	float:left;
	text-decoration:none;
}*/

/*===== 2ND LEVEL MENU DEFINITIONS =====*/

#nav ul li:hover ul li a,
#nav ul li a:hover ul li a{
	height:20px;
	padding-top:5px;
}

#nav ul li:hover ul,
#nav ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	padding-left:5px;
	top:30px;              	/* place us just up underneath the top-level images. need extra pixel for IE */
	/*left:-1px; */      	/* specifying left will break menu in Mac Opera */
	height:auto;     	/* the drop-down height will be determiend by line count */
	width:18em;
	color:#fff;                /* this sets the unselected-text color */
	background-color:#5d9f61;
	text-decoration:none;
	border-top:5px solid #2f6a32;
	border-bottom:10px solid #2f6a32;
	z-index:2;				/*to put dropdown menu above buttons */
}

#nav ul li:hover ul.leftbutton,
#nav ul li a:hover ul.leftbutton {		/* our first dropdown should not be skewed */
	/*left:0px;*/						/* specifying left will break menu in Mac Opera */
	text-align:left;					/*text is centered in top level list*/
}

/*dropdown menu unselected links*/
.one:hover ul li a,
.one a:hover ul li a {                   	/* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	height:auto;
	color:#fff;               		/* this sets the unselected drop-down text color */
	text-decoration:none;
	background:#5d9f61;       	/* this sets the drop-down menu background color */
	width:18em;
}
.two:hover ul li a,
.two a:hover ul li a {                   	/* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	height:auto;
	color:#fff;               		/* this sets the unselected drop-down text color */
	text-decoration:none;
	background:#5d9f61;       	/* this sets the drop-down menu background color */
	width:18em;
}
.three:hover ul li a,
.three a:hover ul li a {                   	/* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	height:auto;
	color:#fff;               		/* this sets the unselected drop-down text color */
	text-decoration:none;
	background:#5d9f61;       	/* this sets the drop-down menu background color */
	width:18em;
}
.four:hover ul li a,
.four a:hover ul li a {                   	/* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	height:auto;
	color:#fff;               		/* this sets the unselected drop-down text color */
	text-decoration:none;
	background:#5d9f61;       	/* this sets the drop-down menu background color */
	width:18em;
}
.five:hover ul li a,
.five a:hover ul li a {                   	/* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	height:auto;
	color:#fff;               		/* this sets the unselected drop-down text color */
	text-decoration:none;
	background:#5d9f61;       	/* this sets the drop-down menu background color */
	width:18em;
}
.six:hover ul li a,
.six a:hover ul li a {                   	/* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	height:auto;
	color:#fff;               		/* this sets the unselected drop-down text color */
	text-decoration:none;
	background:#5d9f61;       	/* this sets the drop-down menu background color */
	width:18em;
}
.seven:hover ul li a,
.seven a:hover ul li a {                   	/* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	height:auto;
	color:#fff;               		/* this sets the unselected drop-down text color */
	text-decoration:none;
	background:#5d9f61;       	/* this sets the drop-down menu background color */
	width:18em;
}

/*dropdown menu selected links*/
.one:hover ul li:hover a,
.one a:hover ul li a:hover {               	/* 2nd level selected item */
	background-color:#2f6a32;				   	/*highlights over list items*/
} 
.two:hover ul li:hover a,
.two a:hover ul li a:hover {               	/* 2nd level selected item */
	background-color:#2f6a32;				   	/*highlights over list items*/
}
.three:hover ul li:hover a,
.three a:hover ul li a:hover {               	/* 2nd level selected item */
	background-color:#2f6a32;				   	/*highlights over list items*/
}
.four:hover ul li:hover a,
.four a:hover ul li a:hover {               	/* 2nd level selected item */
	background-color:#2f6a32;				   	/*highlights over list items*/
}
.five:hover ul li:hover a,
.five a:hover ul li a:hover {               	/* 2nd level selected item */
	background-color:#2f6a32;				   	/*highlights over list items*/
}
.six:hover ul li:hover a,
.six a:hover ul li a:hover {               	/* 2nd level selected item */
	background-color:#2f6a32;				   	/*highlights over list items*/
}
.seven:hover ul li:hover a,
.seven a:hover ul li a:hover {               	/* 2nd level selected item */
	background-color:#2f6a32;				   	/*highlights over list items*/
}