/*************************************************************
Navigation styles
*************************************************************/

ul#navigation {
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	list-style: none;
	width: 850px;
	height: 29px;
	border: 0px;
	position: relative;
	display: block;
}

ul#navigation li {
	position: relative;
    float: left;
	margin: 0 0 0 0px;
}

ul#navigation li a {
	position: relative;
	display: block;
	margin: 0 0 0 0px;
}

ul#navigation li a span {
	display: none;
}

ul#navigation a {
    position: relative;
	height: 29px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

ul#navigation a#nav_split {
    background: url(images/nav_off_02.gif) no-repeat;
	width: 19px;
	height: 29px;
}

ul#navigation a#nav_about {
    background: url(images/nav_off_01.gif) no-repeat;
	width: 106px;
	height: 29px;
}

ul#navigation a#nav_about:hover {
    background: url(images/nav_on_01.gif) no-repeat;
}

ul#navigation a#nav_pastor {
    background: url(images/nav_off_03.gif) no-repeat;
	width: 167px;
	height: 29px;
}

ul#navigation a#nav_pastor:hover {
    background: url(images/nav_on_03.gif) no-repeat;
}

ul#navigation a#nav_ministries {
    background: url(images/nav_off_05.gif) no-repeat;
	width: 72px;
	height: 29px;
}
ul#navigation a#nav_ministries:hover {
    background: url(images/nav_on_05.gif) no-repeat;
}

ul#navigation a#nav_calendar {
    background: url(images/nav_off_07.gif) no-repeat;
	width: 67px;
	height: 29px;
}

ul#navigation a#nav_calendar:hover {
    background: url(images/nav_on_07.gif) no-repeat;
}

ul#navigation a#nav_prayer {
    background: url(images/nav_off_09.gif) no-repeat;
	width: 110px;
	height: 29px;
}

ul#navigation a#nav_prayer:hover {
    background: url(images/nav_on_09.gif) no-repeat;
}

ul#navigation a#nav_contact {
    background: url(images/nav_off_11.gif) no-repeat;
	width: 78px;
	height: 29px;
}

ul#navigation a#nav_contact:hover {
    background: url(images/nav_on_11.gif) no-repeat;
}

ul#navigation a#nav_home {
    background: url(images/nav_off_13.gif) no-repeat;
	width: 96px;
	height: 29px;
}

ul#navigation a#nav_home:hover {
    background: url(images/nav_on_13.gif) no-repeat;
}


/*************************************************************
Subnav styles
*************************************************************/

ul#navigation li ul {
    display: none;
    position: absolute;
    top: 30px;
	padding: 0;
	list-style: none;
}

ul#navigation li:hover ul.tier2 {
	display:block;
	position: absolute;
	width:150px;
	z-index:6000;
}

ul#navigation ul.tier2 li:hover ul.tier3 {
	background-color: #666666;
	position: absolute;
	left:145px;
	top:0;
	display:block;
	width:140px;
	z-index:6000;
}

ul#navigation ul.tier2 li a.sub {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
	padding: 5px 5px 5px 10px;
	background: url(images/arrow.gif) no-repeat;
	background-position: right;
	background-color: #8a0100;
	width: 130px;
	height: 10px;
	line-height: 10px;
	text-align: left;
	border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

ul#navigation ul.tier2 li a.sub:hover {
	font-family: "Times New Roman", Times, serif;
		font-weight: normal;
		font-size: 11px;
	background-color: #600302;
}

ul#navigation ul.tier2 li a {
font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 5px 5px 5px 10px;
	background-image: none;
	background-color: #8a0100;
	width: 130px;
	height: 10px;
	line-height: 10px;
	text-align: left;
	border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

ul#navigation ul.tier3 li a {
font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 5px 5px 5px 10px;
	background-image: none;
	background-color: #600302;
	width: 130px;
	height: 10px;
	line-height: 10px;
	text-align: left;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
}

ul#navigation ul.tier2 li a:hover {
	background-color: #8a0100;
}

ul#navigation ul.tier3 li a:hover {
	background-color: #666666;
}