/* - - - - - - - - - - - - - - - - - - - - -

Title:	My Earn Pro - Tabs
Author: Jeribai Tascoe
URL: 	http://www.danijohnson.com

- - - - - - - - - - - - - - - - - - - - - */


/* NOT LOGGED IN TABS ....................................... */
/* ==========================================================
   TAB NAV - LEVEL ZERO [0]
   ========================================================== */

#tab_wrap {
	width: 100%;
	height: 28px;
	margin: 0;
	background-color: #d6dbdf;
	background-image: url(tabs/mep_tab_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


#level_zero_wrap {
	width: 100%;
	margin: 0;
	padding: 0;
}
			#level_zero {
				font-size: 12px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				float: right;
				line-height: 15px;
			}
			#level_zero a {
				display: block;
				background-image: url(tabs/mep_tab_left.gif);
				background-repeat: no-repeat;
				background-position: left top;
				padding: 6px 16px 3px;
				text-decoration: none;
				color: #999999;
			}
			#level_zero a:hover {
				color: #666666;
			}
			#level_zero ul {
				margin: 0;
				padding: 5px 10px 0;
				list-style: none;
			}
			#level_zero li {
				float: left;
				margin: 0;
				background-image: url(tabs/mep_tab_right.gif);
				background-repeat: no-repeat;
				background-position: right top;
			}
			

/* Level Zero TAB Current Link State */
#level_zero #current {
	background-image: url(tabs/mep_current_right.gif);
}
#level_zero #current a {
	background-image: url(tabs/mep_current_left.gif);
	color: #003366;
	padding-bottom: 4px;
}


/* ============================================================ */



/* LOGGED IN TABS ........................................... */
/* ==========================================================
   TAB NAV - LEVEL ONE [1]
   ========================================================== */

#tab_wrap { 
	width: 100%;
	height: 28px;
	margin: 0;
	background-color: #ffffff;
	background-image: url(tabs/mep_tab_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


#level_one_wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}


			#level_one {
				font-size: 12px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				float: right;
				line-height: 15px;
			}
			#level_one a {
				display: block;
				background-image: url(tabs/mep_tab_left.gif);
				background-repeat: no-repeat;
				background-position: left top;
				padding: 6px 16px 3px;
				text-decoration: none;
				color: #999999;
			}
			#level_one a:hover {
				color: #666666;
			}
			#level_one ul {
				margin: 0;
				padding: 5px 10px 0;
				list-style: none;
			}
			#level_one li {
				float: left;
				margin: 0;
				background-image: url(tabs/mep_tab_right.gif);
				background-repeat: no-repeat;
				background-position: right top;
			}
			

/* Level Zero TAB Current Link State */
#level_one #current {
	background-image: url(tabs/mep_current_right.gif);
}
#level_one #current a {
	background-image: url(tabs/mep_current_left.gif);
	color: #003366;
	padding-bottom: 4px;
}


/* ============================================================ */




/* - - - - - - - - - - - - - - - - - - - - -

Hans Johnson
CEO, DaniJohnson.com
Office: 866-769-8255

Take your business to greatness...
http://www.danijohnson.com 

- - - - - - - - - - - - - - - - - - - - - */