@charset "UTF-8";
/* CSS Document for The Pocket Testament League */
/* Copyright(c)2004-2010 */

/*-- Navigation --*/
#mainNavMenu{
	margin:	1px 0 0 0;
}
.sf-menu, .sf-menu * {
	margin:	0;
	padding: 0;
	list-style:	none !important;
	font: 12px "Helvetica Neue", helvetica, arial, sans-serif;
}
.sf-menu a.navLink{
	font-weight: bold;
	color: #666;
}
.sf-menu ul.subNav a{
	color: #666;
}
.sf-menu ul.subNav a:hover{
	color: #cc0033;
}
.sf-menu ul.nestedNav a{
	color: #cc0033;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 175px;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; 
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 2em; 
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 167px;
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 14em;
	top: 0;
}
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu a.navLink {
	padding: .45em 1em;
	text-decoration: none;
}
.sf-menu .subNav a {
	padding: .55em 1em;
	text-decoration: none;
}
.sf-menu a.borderLeft{
		border-left: solid 1px #e0e0e0;
}
.sf-menu ul.subNav a {
	border-left: 1px solid #e0e0e0;
	border-top: 1px solid #e2e2e2;
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited  {
	color: #666;
}
.sf-menu .subNav a{
	font-size: 11px;
}
.sf-menu li {
	background: #fff;
}
.sf-menu li li {
	background: #f7f7f7;
}
.sf-menu li li li {
	background:	#f0f0f0
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #f0f0f0;
	outline: 0;
	color: #cc0033;
}
.sf-menu a.navLink:hover, .sf-menu ul.subNav a:hover{
	text-decoration: underline;
}
.sf-menu a.sf-with-ul {
	min-width: 1px;
}
.sf-menu a.navActive{
	color: #cc0033;

}
.sf-menu .subNavLink{
	background: url('/pix/nav/nav_arrows.gif') 157px -6px no-repeat ;
}
.sf-menu .subNavLink:hover{
	background: url('/pix/nav/nav_arrows.gif') 157px -23px no-repeat ;
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background-image: url('/pix/nav/nav_arrows.gif') no-repeat ;
}
a > .sf-sub-indicator {
	top: .8em; 
	background-position: 0 -20px;
}
.sf-menu ul.subNav {
	background:url('/pix/nav/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-menu ul.nestedNav {
	background:url('/pix/nav/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
.sharebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	vertical-align: middle;
	color: #999; 
	margin: 0px 0 0 0;
	padding: 4px 0 4px 10px;
}
.sharebox .leftborder {
	border-left: solid 1px #e0e0e0;
}
.sharebox a:link, .sharebox a:visited {
	color: #999;
	text-decoration: none;
}

/* Left Side Navigation Panel */

#navcell    { 
	color: #666; 
	font-size: 11px; 
	line-height: 12px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	background-repeat: no-repeat; 
	text-align: left; 
	padding: 5px 5px 5px 8px; 
	border-style: none solid solid none; 
	border-width: 0 1px 1px 0; 
	border-color: #ddd; 
}
#navcell_hit    {
	color: #c03;
	font-weight: bolder;
	font-size: 11px;
	line-height: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-image: url('/pix/icons/arrow-nav.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	text-align: left;
	text-transform: uppercase;
	margin: 0 15px 0 0;
	padding: 5px 5px 5px 8px;
	border-style: none solid solid none;
	border-width: 0 1px 1px 0;
	border-color: #ddd;
}
#navcell_hit a:link, #navcell_hit a:visited { 
	color: #c03; 
	text-decoration: none; 
}
#navcell a:link, #navcell a:visited { 
	color: #666; 
	text-decoration: none; 
}
#navsub ul {
	font-weight: normal;
	text-transform: none;
	margin-top: 5px;
}
#navsub li {
	color: #666;
	font-size: 11px;
	line-height: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	position: relative;
	left: -20px;
	padding-top: 0px;
	padding-bottom: 5px;
	list-style-image: url('/pix/icons/arrow-light.gif');
}
#navsub_hit li { 
	color: #c03; 
	list-style-image: url('/pix/icons/arrow-red.gif'); 
}

/* General Link Behavior */

#navsub a:link, #navsub a:visited { 
	color: #666; 
}
#navsub_hit a:link, #navsub_hit a:visited { 
	color: #c03; 
}
a:link  { 
	color: #c03; 
}
a:visited  { 
	color: #666; 
}
a:hover, #navcell a:hover, #navcell_hit a:hover, #linklist a:hover  { 
	color: #c03; 
	text-decoration: underline; 
}
