#nav {
	display: block;
	width: 860px;
	height: 55px;
	background: url(../images/body_topcap.png) no-repeat center bottom;
	padding-left: 100px;
	margin-top: 35px;
}

#nav ul {
	margin: 0;
	list-style: none;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1px;
}

#nav a {
	float: left;
	height: 30px;
	text-decoration: none;
	text-align: center;
	text-indent: -5000px;
	padding-right: 5px;
}

#nav a.recent, #nav a.recent_current {
	background: url(../images/navigation/new_nav/recent.gif) no-repeat left top;
	width: 80px;
}

#nav a.love, #nav a.love_current {
	background: url(../images/navigation/new_nav/its_love.gif) no-repeat left top;
	width: 105px;
}

#nav a.devotion, #nav a.devotion_current {
	background: url(../images/navigation/new_nav/its_devotion.gif) no-repeat left top;
	width: 140px;
}

#nav a.chic, #nav a.chic_current {
	background: url(../images/navigation/new_nav/its_chic.gif) no-repeat left top;
	width: 105px;
}

#nav a.fun, #nav a.fun_current {
	background: url(../images/navigation/new_nav/its_fun.gif) no-repeat left top;
	width: 100px;
}

#nav a.chit_chat, #nav a.chit_chat_current {
	background: url(../images/navigation/new_nav/chit_chat.gif) no-repeat left top;
	width: 105px;
}

#nav a.video, #nav a.video_current {
	background: url(../images/navigation/new_nav/videos.gif) no-repeat left top;
	width: 90px;
}

#nav a.recent:hover, #nav a.love:hover, #nav a.devotion:hover,#nav a.chic:hover, #nav a.fun:hover, #nav a.chit_chat:hover, #nav a.video:hover {
	background-position: left -30px
}

#nav a.recent_current, #nav a.love_current, #nav a.devotion_current, #nav a.chic_current, #nav a.fun_current, #nav a.chit_chat_current, #nav a.video_current {
	background-position: left -60px
}

/* COMMENT NAV */

#comment_nav {
	width: 627px;
	height: 25px;
	background: url(../images/comment_nav_back.gif) repeat-x left top;
	padding-left: 197px;
}

#comment_nav ul {
	margin: 0;
	list-style: none;
}

#comment_nav li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1px;
}

#comment_nav a {
	float: left;
	height: 25px;
	text-decoration: none;
	text-align: center;
	text-indent: -5000px;
	padding-right: 5px;
}

#comment_nav a.make {
	background: url(../images/navigation/make_comment.gif) no-repeat left top;
	width: 135px;
}

#comment_nav a.view {
	background: url(../images/navigation/view_comment.gif) no-repeat left top;
	width: 150px;
}

#comment_nav a.email {
	background: url(../images/navigation/email_to_friend.gif) no-repeat left top;
	width: 135px;
}

#comment_nav a.make:hover, #comment_nav a.view:hover,#comment_nav a.email:hover {
	background-position: left -25px
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {
	display: block;
	width: 755px;
	height: 55px;
	background: url(../images/body_topcap.png) no-repeat center bottom;
	padding-left: 205px;
	margin-top: 35px;
}

.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* make the top level links horizontal and position relative so that we can position the sub level */

.menu li {
	float: left;
	position: relative;
	z-index: 100;
}

/* use the table to position the dropdown list */

.menu table {
	position: absolute;
	border-collapse: collapse;
	z-index: 80;
	left: -1px;
	top: 25px;
}

/* style all the dropdown links */

.menu a, .menu a:visited {
	display: block;
	font-size: 12px;
	width: 120px;
	height: 20px;
	padding: 3px 0 7px;
	color: #dae2e8;
	background: #838a92;
	text-decoration: none;
	text-align: center;
}

/* style the links hover */

.menu :hover {
	color: #fff;
	background: #8aa7ba;
}

/* hide the sub level links */

.menu ul ul {
	visibility: hidden;
	position: absolute;
	width: 125px;
	height: 0;
}

/* make the sub level visible on hover list or link */

.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility: visible;
}


.menu a.recent, .menu a.recent_current {
	background: url(../images/navigation/recent.gif) no-repeat left top;
	width: 135px;
	text-indent: -5000px;
}

.menu a.contact_bryan, .menu a.contact_bryan_current {
	background: url(../images/navigation/contact.gif) no-repeat left top;
	width: 155px;
	text-indent: -5000px;
}

.menu a.episodes, .menu a.episodes_current {
	background: url(../images/navigation/tv_nav/episodes.gif) no-repeat left top;
	width: 125px;
	text-indent: -5000px;
}

.menu a.categories, .menu a.categories_current {
	background: url(../images/navigation/tv_nav/categories.gif) no-repeat left top;
	width: 125px;
	text-indent: -5000px;
}

.menu a.bcap_tv, .menu a.bcap_tv_current {
	background: url(../images/navigation/bcap_tv.gif) no-repeat left top;
	width: 125px;
	text-indent: -5000px;
}

.menu a.links, .menu a.links_current {
	background: url(../images/navigation/tv_nav/links.gif) no-repeat left top;
	width: 125px;
	text-indent: -5000px;
}

.menu a.episodes:hover, .menu a.categories:hover, .menu a.links:hover, .menu a.bcap_tv:hover {
	background-position: left -30px;
}

.menu a.episodes_current, .menu a.categories_current, .menu a.links_current, .menu a.bcap_tv_current {
	background-position: left -60px
}

.menu a.recent:hover, .menu a.contact_bryan:hover {
	background-position: left -30px
}

.menu a.recent_current, #nav a.contact_bryan_current {
	background-position: left -60px
}