#navigation {
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 20px;
	margin-top: 12px;
	overflow: hidden;
	height: 30px;
	border-bottom: 1px solid #969696;
	position: realtive;
}
/* **** sub menu area (see below for detail styles **************** */
#subMenu {
	background: #969696;
	height: 13px;
	padding: 5px;
	color: black;
}		
/* ************** Styles for Navigation ****************** */
#navigation div {
	float: left;
	background: url('../images/nav_off_bg.gif') repeat-x ;
	background-color: transparent;
	margin-right: 10px;
	height: 30px;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	background: transparent;
	float: left;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.0em;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	width: 100px;
}
#navigation a:hover {
	color: #0066FF;
}
.leftcap {
	width: 10px;
	background: url('../images/nav_off_cap.gif') no-repeat scroll 0px 0;
	float: left;
	height: 30px;
}
.rightcap {
	width: 10px;
	background: url('../images/nav_off_cap.gif') no-repeat scroll -10px 0;
	float: left;
	height: 30px;
}
#navOn 
{
	background: url('../images/nav_on_bg.gif') repeat-x 5px 0 !important;
}
#navOn .leftcap 
{
	background: url('../images/nav_on_caps.gif') no-repeat 0px 0 !important;
}
#navOn .rightcap 
{
	background: url('../images/nav_on_caps.gif') no-repeat scroll -10px 0 !important;
}
/* ********************* sub menu styles ***************** */
#subMenu ul {
	list-style: none;
	margin:0;
}
#subMenu li {
	margin: 0;
	margin-right: -1px;
	float: left;
	display: block;
	padding: 3px 12px;
	border-right: 1px solid #777;
	border-left: 1px solid #777;
}
.subIndentMembers {
	padding-left: 70px;
}		
.subIndentMeetings {
	padding-left: 200px;
}		
.subIndentEvents {
	padding-left: 330px;
}		
#subMenu a {
	color: #eee;
	text-decoration: none;
	background: transparent;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 4px;			/* reduced to this to reduce size of seperating border */ 
	font: arial, sans-serif;
}
#subMenu a:hover {
	color: #FFF;
	font-weight: bold;
}
	