/*
$DLS$
*/

#nav {
	margin: 0px;
	padding: 0px;
	height: 27px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
#nav a {
	float: left;
	padding-top: 27px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	height: 0px;
}
#nav a:hover {
	background-position: 0 -27px;
}
#nav a:active, #nav a.selected {
	background-position: 0 -54px;
}
#thome a  {
	width: 37px;
	background-image: url(../images/button_home.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#tstaff a  {
	width: 47px;
	background-image: url(../images/button_staff.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#tservices a {
	background-image: url(../images/button_services.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 65px;
}
#tsupport a {
	background-image: url(../images/button_support.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 61px;
}
#tupdates a {
	background-image: url(../images/announcements.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 115px;
}
#taccount a {
	background-image: url(../images/button_account.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 80px;
}
#twebmail a {
	background-image: url(../images/button_webmail.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 63px;
}
#tpartners a {
	background-image: url(../images/button_partners.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 66px;
}
#tcontact a {
	background-image: url(../images/button_contact.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 78px;
}
#tabout a {
	background-image: url(../images/button_about.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 67px;
}
#tlogout a {
	background-image: url(../images/button_logout.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 57px;
}
#tlogin a {
	background-image: url(../images/button_login.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 57px;
}
body#home #thome a,
body#staff #tstaff a,
body#services #tservices a,
body#support #tsupport a,
body#updates #tupdates a,
body#account #taccount a,
body#webmail #twebmail a,
body#partners #tpartners a,
body#contact #tcontact a,
body#about #tabout a {
	background-position: 0 -54px;
}

body#controlpanel #tforums a,
body#forumcalendar #tforums a,
body#forummembers #tforums a,
body#searchforums #tforums a,
body#forumfaq #tforums a {
	background-position: 0 -54px;
}

.nav_shade {
	height:39px;
	padding:0px;
	margin:0px;
	/*margin-bottom:20px;*/
	background-image: url(../images/nav_shadow.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	border:0px solid;
}
