@charset "utf-8";
#mainNav {
	background: url(images/shadowSectionRepeater.png) repeat-y;
	padding: 0px 4px;
}
#mainNav ul {
	text-align: center;
	margin: 0px;
	padding: 12px 0px;
	background: url(images/mainNavBg.png) repeat-x;
}
#mainNav li {
	display: inline;
	margin: 0px;
	padding: 3px 16px 3px 18px;
	color: #ffffff;
	background: url(images/vBevelDivider.gif) repeat-y left;
}
#mainNav li:first-child{
	background: none;
}
#mainNav a{
	text-decoration: none;
	color:#ffffff;
}
#mainNav a:hover{
	text-decoration: none;
	color:#ffff00;
}
#memberNav a{
	text-decoration: none;
	color:#ffffff;
}
#memberNav a:hover{
	text-decoration: none;
	color:#ffff00;
}
#memberNav{
	list-style: none;
	padding: 0px;
}
#memberNav li{
	padding: 5px 10px;
	background: url(images/hBevelDivider.gif) repeat-x top;
}
#memberNav li:first-child{
	background: none;
}
#subNav{
	padding: 0px 0px;
	width: 240px;
	background: #002244 url(images/subNavBg.png) no-repeat;
}
