/* Main Navigation */

#main-nav {
	height: 25px;
	width: 760px;
	clear:left;
	float:left;
}
#main-nav dl { margin: 0; padding: 0; }

#main-nav dt { float: left; }
#main-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:25px; /* IE 5/Win hack */ 
	padding: 25px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
#main-nav dt a:hover {
	background-position: 0 -25px;
}

#main-nav dt#about,
#main-nav dt#about a { width: 118px; background-image: url(../images/header_nav_about.gif); }

#main-nav dt#decision,
#main-nav dt#decision a { width: 200px; background-image: url(../images/header_nav_decision.gif); }

#main-nav dt#services,
#main-nav dt#services a { width: 121px; background-image: url(../images/header_nav_services.gif); }

#main-nav dt#total,
#main-nav dt#total a { width: 215px; background-image: url(../images/header_nav_total.gif); }

#main-nav dt#contact,
#main-nav dt#contact a { width: 106px; background-image: url(../images/header_nav_contact.gif); }

#main-nav.about dt#about,
#main-nav.about dt#about a,
#main-nav.decision dt#decision,
#main-nav.decision dt#decision a,
#main-nav.services dt#services,
#main-nav.services dt#services a,
#main-nav.total dt#total,
#main-nav.total dt#total a, 
#main-nav.contact dt#contact,
#main-nav.contact dt#contact a, .selected 
{
	background-position: 0 -50px;
}


/* Sub Navigation */

#sub-nav {
	width: 160px;
	float:left;
	left:14px;
	padding:0 014px 14px;
	clear:right;
}
#sub-nav dl { margin: 0; padding: 0; }

#sub-nav dt { float: left; }
#sub-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:50px; /* IE 5/Win hack */ 
	padding: 50px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
#sub-nav dt a:hover {
	background-position: 0 -50px;
}

#sub-nav dt#decision,
#sub-nav dt#decision a { width: 160px; background-image: url(../images/subnav-decision.jpg); }

#sub-nav dt#candidate,
#sub-nav dt#candidate a { width: 160px; background-image: url(../images/subnav-candidate.jpg); }

#sub-nav dt#bmic,
#sub-nav dt#bmic a { width: 160px; background-image: url(../images/subnav-bmic.jpg); }

#sub-nav dt#expect,
#sub-nav dt#expect a { width: 160px; background-image: url(../images/subnav-expect.jpg); }

#sub-nav dt#faq,
#sub-nav dt#faq a { width: 160px; background-image: url(../images/subnav-faq.jpg); }

#sub-nav dt#prereg,
#sub-nav dt#prereg a { width: 160px; background-image: url(../images/subnav-prereg.jpg); }

#sub-nav dt#lapband,
#sub-nav dt#lapband a { width: 160px; background-image:url(../images/subnav-lapband.jpg); }

#sub-nav dt#gastric,
#sub-nav dt#gastric a { width: 160px; background-image:url(../images/subnav-gastric.jpg); }

#sub-nav dt#sleeve,
#sub-nav dt#sleeve a { width: 160px; background-image:url(../images/subnav-sleeve.jpg); }

#sub-nav dt#contact,
#sub-nav dt#contact a { width: 160px; background-image:url(../images/subnav-contact.jpg); }

#sub-nav dt#questions,
#sub-nav dt#questions a { width: 160px; background-image:url(../images/subnav-questions.jpg); }

#sub-nav dt#tlcover,
#sub-nav dt#tlcover a { width: 160px; background-image: url(../images/subnav-tlcover.jpg); }

#sub-nav dt#blog,
#sub-nav dt#blog a { width: 160px; background-image: url(../images/subnav-blog.jpg); }

#sub-nav dt#forum,
#sub-nav dt#forum a { width: 160px; background-image: url(../images/subnav-forum.jpg); }

#sub-nav dt#postsurgery,
#sub-nav dt#postsurgery a { width: 160px; background-image: url(../images/subnav-postsurgery.jpg); }

#sub-nav dt#success,
#sub-nav dt#success a { width: 160px; background-image:url(../images/subnav-success.jpg); }


#sub-nav.tlcover dt#tlcover,
#sub-nav.tlcover dt#tlcover a,
#sub-nav.blog dt#blog,
#sub-nav.blog dt#blog a,
#sub-nav.forum dt#forum,
#sub-nav.forum dt#forum a, 
#sub-nav.postsurgery dt#postsurgery,
#sub-nav.postsurgery dt#postsurgery a, 
#sub-nav.success dt#success,
#sub-nav.success dt#success a,
#sub-nav.decision dt#decision,
#sub-nav.decision dt#decision a,
#sub-nav.candidate dt#candidate,
#sub-nav.candidate dt#candidate a,
#sub-nav.expect dt#expect,
#sub-nav.expect dt#expect a,
#sub-nav.bmic dt#bmic,
#sub-nav.bmic dt#bmic a,
#sub-nav.faq dt#faq,
#sub-nav.faq dt#faq a, 
#sub-nav.prereg dt#prereg,
#sub-nav.prereg dt#preg a, 
#sub-nav.lapband dt#lapband,
#sub-nav.lapband dt#lapband a,
#sub-nav.gastric dt#gastric,
#sub-nav.gastric dt#gastric a,
#sub-nav.sleeve dt#sleeve,
#sub-nav.sleeve dt#sleeve a,
#sub-nav.contact dt#contact,
#sub-nav.contact dt#contact a,
#sub-nav.questions dt#questions,
#sub-nav.questions dt#questions a,
.selected
{
	background-position: 0 -50px;
}


div#footer #textnav {
	font-family:Trebuchet MS, Geneva;
	font-size:10px;
	margin-right:35px;
	margin-top:-25px;
	float:right;
	padding:5px;
}
#textnav a {
margin-right:20px;
}

#textnav a:link {
	color:#585858;
	text-decoration:none;
}
#textnav a:visited {
	color: #666666;
	text-decoration:none;
}
#textnav a:hover {
	color:#00a0af;
	text-decoration:none;
	padding:2px;
	border:1px solid #00a0af;
}
#textnav a:active {
	color:#00a0af;
	text-decoration: none;
}