/*############ Tabbed Navigation ############*/

#sub-tabs #tabs {
	width			: 575px;
	display			: block;
	list-style		: none;
	}

#tabs li {
	float			: left;
	width			: 115px;
	height			: 37px;
	padding			: 0px 0px 0px 0px;
	text-align		: center;
	list-style		: none;
	}

#stabs li a {
	display			: block;
	font			: 11px/24px verdana,sans-serif;
	height			: 100%;
	list-style		: none;
	}

#tabs li a span {
	display: none;
	}

/* Home */

body#home #tabs li.home a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/home-active.gif) no-repeat;
	}

body#home #tabs li.myicard a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/myicard-inactive.gif) no-repeat;
	}
	
body#home #tabs li.directory a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/directory-inactive.gif) no-repeat;
	}
	
body#home #tabs li.retail a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/retail-inactive.gif) no-repeat;
	}

body#home #tabs li.contact a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/contact-inactive.gif) no-repeat;
	}

/* MyiCard */

body#myicard #tabs li.home a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/home-inactive.gif) no-repeat;
	}

body#myicard #tabs li.myicard a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/myicard-active.gif) no-repeat;
	}
	
body#myicard #tabs li.directory a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/directory-inactive.gif) no-repeat;
	}
	
body#myicard #tabs li.retail a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/retail-inactive.gif) no-repeat;
	}

body#myicard #tabs li.contact a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/contact-inactive.gif) no-repeat;
	}


body#myicard-edit #tabs li.home a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/home-inactive.gif) no-repeat;
	}

body#myicard-edit #tabs li.myicard a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/myicard-active.gif) no-repeat;
	}
	
body#myicard-edit #tabs li.directory a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/directory-inactive.gif) no-repeat;
	}
	
body#myicard-edit #tabs li.retail a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/retail-inactive.gif) no-repeat;
	}

body#myicard-edit #tabs li.contact a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/contact-inactive.gif) no-repeat;
	}
	
/* Directory */

body#directory #tabs li.home a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/home-inactive.gif) no-repeat;
	}

body#directory #tabs li.myicard a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/myicard-inactive.gif) no-repeat;
	}
	
body#directory #tabs li.directory a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/directory-active.gif) no-repeat;
	}
	
body#directory #tabs li.retail a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/retail-inactive.gif) no-repeat;
	}

body#directory #tabs li.contact a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/contact-inactive.gif) no-repeat;
	}

/* Retail */

body#retail #tabs li.home a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/home-inactive.gif) no-repeat;
	}

body#retail #tabs li.myicard a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/myicard-inactive.gif) no-repeat;
	}
	
body#retail #tabs li.directory a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/directory-inactive.gif) no-repeat;
	}
	
body#retail #tabs li.retail a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/retail-active.gif) no-repeat;
	}

body#retail #tabs li.contact a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/contact-inactive.gif) no-repeat;
	}

/* Contact */

body#contact #tabs li.home a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/home-inactive.gif) no-repeat;
	}

body#contact #tabs li.myicard a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/myicard-inactive.gif) no-repeat;
	}
	
body#contact #tabs li.directory a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/directory-inactive.gif) no-repeat;
	}
	
body#contact #tabs li.retail a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/retail-inactive.gif) no-repeat;
	}

body#contact #tabs li.contact a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/contact-active.gif) no-repeat;
	}

/* NoTABS */

body.notabs #tabs li.home a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/home-inactive.gif) no-repeat;
	}

body.notabs #tabs li.myicard a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/myicard-inactive.gif) no-repeat;
	}
	
body.notabs #tabs li.directory a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/directory-inactive.gif) no-repeat;
	}
	
body.notabs #tabs li.retail a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/retail-inactive.gif) no-repeat;
	}

body.notabs #tabs li.contact a {
	display			: block;
	height			: 100%;
	list-style		: none;
	background		: #ffffff url(../_images/contact-inactive.gif) no-repeat;
	}
