#topnav {
	position:relative;
	height: 48px;
	width: 736px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f1d07;
	line-height: 48px;
	padding: 0;
	margin: 0;
	z-index: 10;
	background: #1e1e1e;
}

#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#topnav ul li {
	position: relative;
	float: left; 
	display:block;	
	padding: 0px;
	width:auto;
	overflow: visible;
}

/* HOME */
a.nav-home {
	background: url(/images/nav-home-off.gif) top left no-repeat;
	width: 79px;
	height: 48px;
	display: block;
	}
a.nav-home:hover {
	background: url(/images/nav-home-over.gif) top left no-repeat;
	text-decoration: none;
}


/* WHO WE ARE */
a.nav-whoweare {
	background: url(/images/nav-who-we-are-off.gif) top left no-repeat;
	width: 121px;
	height: 48px;
	display: block;
	}
a.nav-whoweare:hover {
	background: url(/images/nav-who-we-are-over.gif) top left no-repeat;
	text-decoration: none;
}


/* MEET FRIENDS */
a.nav-meetfriends {
	background: url(/images/nav-meet-friends-off.gif) top left no-repeat;
	width: 124px;
	height: 48px;
	display: block;
	}
a.nav-meetfriends:hover {
	background: url(/images/nav-meet-friends-over.gif) top left no-repeat;
	text-decoration: none;
}


/* MEET GOD */
a.nav-meetgod {
	background: url(/images/nav-meet-god-off.gif) top left no-repeat;
	width: 102px;
	height: 48px;
	display: block;
	}
a.nav-meetgod:hover {
	background: url(/images/nav-meet-god-over.gif) top left no-repeat;
	text-decoration: none;
}


/* LIVE LIFE BETTER */
a.nav-livelifebetter {
	background: url(/images/nav-live-life-better-off.gif) top left no-repeat;
	width: 137px;
	height: 48px;
	display: block;
	}
a.nav-livelifebetter:hover {
	background: url(/images/nav-live-life-better-over.gif) top left no-repeat;
	text-decoration: none;
}

/* MEDIA */
a.nav-media {
	background: url(/images/nav-media-off.gif) top left no-repeat;
	width: 83px;
	height: 48px;
	display: block;
	}
a.nav-media:hover {
	background: url(/images/nav-media-over.gif) top left no-repeat;
	text-decoration: none;
}

/* LEADER */
a.nav-leader {
	background: url(/images/nav-leader-off.gif) top left no-repeat;
	width: 90px;
	height: 48px;
	display: block;
	}
a.nav-leader:hover {
	background: url(/images/nav-leader-over.gif) top left no-repeat;
	text-decoration: none;
}


.notvisible {visibility: hidden;}


#topnav li a {
	outline: none;
	color: #ffffff;
}
#topnav li a:hover {
	color: #ffffff;
}
#topnav ul li ul {
	position: absolute;
	float: left; 
	top: 48px;
	left: 0px;
	width: 150px;
	background: url(/images/subnav-base.gif) bottom left no-repeat;
	padding-bottom: 8px;
}
#topnav li ul li a {
	outline: none;
	display: block;
	width: 134px;
	line-height: 15px;
	background: #005883;
	color: #ffffff;
	padding: 4px 8px 4px 8px;
	text-decoration: none;
}
#topnav li ul li a:hover {
	background: url(/images/subnav-over-bg.gif) top left repeat-y;
}

#topnav ul ul {
	position: absolute;
	z-index: 500;
}

#topnav ul ul li {
	clear: both;
	line-height: 41px;
}



div#topnav ul ul,
div#topnav ul li:hover ul ul,
div#topnav ul ul li:hover ul ul
{display: none;}

div#topnav ul li:hover ul,
div#topnav ul ul li:hover ul,
div#topnav ul ul ul li:hover ul
{display: block;}

#sttoms-link {
	position: absolute;
	top: 140px;
	right: 1px;
	width: 84px;
	height: 39px;
	padding: 9px 0 0 140px;
	background: url(/images/sttoms-bg.gif) top left no-repeat;
}
.visit-sttoms {
	margin: 0;
}