/*===========================

/*=========================*/

#mainNavigationContainer {
	width:991px;
	margin:0px auto;
	padding: 0px;
	background: #115e9e url('/skins/default/imgs/common/navbar/nav_bg.gif') repeat-x left bottom;
	height: 34px;
}

#mainNavigation {
	height: 34px;
	margin: 0px auto 0px auto;
	position: relative;
	padding: 0 0 0 18px;
	z-index: 500;
	font-size: 13px;
	line-height: 34px;
	color: #fff;
	font-weight: bold;
}

#menu {
	float: left;
	height: 34px;
	/* text-transform: lowercase; */
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
	z-index: 500;
	text-align: center;
}

#menu a {
	text-decoration: none;
	font-size: 13px;
	line-height: 34px;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	display: block;
	padding: 0 11px;
	height: 34px;
	float: left;
	width: auto;
}
#menu .navLink a {
	color: #ffffff;
}
#menu .navLinkActive a {
	color: #005eab;
}
#menu a:hover {
	text-decoration: underline;
}

#menu .navLink,
#menu .navLinkActive {
	float: left;
	position: relative;
	border-right: 1px solid #fff;
}
#menu .navLinkActive {
	background-color: #ffffff;
}

#menu .subnav {
	position: absolute;
	top: 33px;
	left: -1px;
	text-align: left;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	list-style-type: none;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 500;
	background-color: #085596;
	display: none;
	width: auto;
}
/* ie6 hacks */
* html #menu #sub-organizations {
	width: 290px;
}
* html #menu #sub-community {
	width: 220px;
}
* html #menu #sub-howitworks {
	width: 300px;
}
/* end */
#menu .subnav li {
	border-bottom: 1px solid #fff;
	line-height: 23px;
}
* html #menu .subnav li {

}
#menu .subnav a, #menu .navLinkActive .subnav a {
	color: #fff;
	line-height: 23px;
	white-space: nowrap;
	padding: 0 14px 0 10px;
	height: 23px;
	float: none;
}

#menuSearch {
	float: right;
	text-align:right;
	padding: 5px 29px 0 0;
	height: 17px;
	line-height: 23px;
}
#menuSearch .submit {
	vertical-align: middle;
	font-size: 11px;
	line-height: 13px;
}


#navTextInput {
	background: #fff url('/skins/default/imgs/common/navbar/searchfield.gif') repeat-x left top;
	width: 137px;
	height: 13px;
	padding: 1px 0;
	margin: 0;
	border: 1px solid #fff;
	font-size: 11px;
	line-height: 13px;
}

#navSelector { display: none; }
#navButton { display: none; }
