/*************************
	EMP PROFILE NAVIGATION
*************************/

.bragbookTabsBox {
	height: 35px;
	width: 612px;
	background: url(../fw/bragbook-tab-bg.jpg) no-repeat bottom left;
	padding-left:20px;
    }

.bragbookTabs, bragbookTabs ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
.bragbookTabs ul {
	position: absolute;
	width: 180px;
	height: 35px;
	}	
	
.bragbookTabs li {
	height:28px;
	text-align:center;
	padding-top:7px;
	float: left;	
	}

.bragbookTabs a {
	display: block;
	padding:5px 5px;
	text-decoration: none;
	color: #225B75;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height:1.5em;
	background: url(../fw/nav-button-border.jpg) no-repeat bottom right;
	}
.bragbookTabs a:hover {
	background: url(../fw/nav-button-border.jpg) no-repeat bottom right;
	}
	
.bragbookTabs a.red {
	color:#990000;
	}
	
.bragbookTabs ul a {
	background-image: none;
	}/* Width is necessary for IE6 and should add to 180px */
.bragbookTabs ul a:hover {
	background-image: none;
	text-decoration:underline;
	}

.bragbookTabs li.bragbookEducation {
	height: 19px;
	width: 87px;
	padding: 8px 20px;
	}	
.bragbookTabs li.bragbookEducationSelect {
	background: url(../fw/tab-large.png) no-repeat top left;
	}

.bragbookTabs li.bragbookEmployment {
	height: 19px;
	width: 107px;
	padding: 8px 10px;
	}	
.bragbookTabs li.bragbookEmploymentSelect {
	background: url(../fw/tab-large.png) no-repeat top left;
	}		

.bragbookTabs li.bragbookSkill {
	height: 19px;
	width: 87px;
	padding: 8px 20px;
	}	
.bragbookTabs li.bragbookSkillSelect {
	background: url(../fw/tab-large.png) no-repeat top left;
	}	

.bragbookTabs li.bragbookInterest {
	height: 19px;
	width: 127px;
	padding: 8px 0;
	}	
.bragbookTabs li.bragbookInterestSelect {
	background: url(../fw/tab-large.png) no-repeat top left;
	}	
	
/*************************
	INNER TAB NAVIGATION
*************************/

.innerTabsBox {
	width: 714px;
	height:35px;
    line-height:normal;
	position: relative;
	z-index:5;
	background: url(../fw/inner-content-top-NOLINES.jpg) no-repeat 5px bottom;	
    }

.innerTabs, innerTabs ul {
	float: left;
	list-style: none;
	line-height: 1em;
	margin: 0;
	padding: 0;
	}
.innerTabs ul {
	position: absolute;
	padding: 2px 0 8px 0;
	}	
	
.innerTabs li {
	float: left;
	}
	
.innerTabs li.editProfile {
	margin-left: 15px;
	width: 79px;
	height: 19px;
	padding: 8px 14px;
	}
.innerTabs li.editProfileSelect {	
	background: url(../fw/tab-medium.png) no-repeat top left;
	}
*html .editProfile {display:inline;}

.innerTabs li.searchProfile {
	width: 105px;
	padding: 8px 11px;
	height: 19px;
	}	
.innerTabs li.searchProfileSelect {	
	background: url(../fw/tab-large.png) no-repeat top left;	
	}
*html .searchProfile {display:inline;}

.innerTabs li.savedProfile {
	width: 120px;
	padding: 8px 14px;
	height: 19px;	
	}	
.innerTabs li.savedProfileSelect {	
	background: url(../fw/tab-large.png) no-repeat top left;	
	}
*html .savedProfile {display:inline;}
			
.innerTabs li.general {
	margin-left: 15px;
	width: 87px;
	height: 19px;
	padding: 8px 10px;
	}
.innerTabs li.generalSelect {	
	background: url(../fw/tab-medium.png) no-repeat top left;	
	}
*html .general {display:inline;}
	
.innerTabs li.education {
	width: 75px;
	height: 19px;
	padding: 8px 16px;
	}
.innerTabs li.educationSelect {
	color: #990000;
	background: url(../fw/tab-medium.png) no-repeat top left;
	}
*html .education {display:inline;}
	
.innerTabs li.employment {
	width: 87px;
	height: 19px;
	padding: 8px 20px;
	}	
.innerTabs li.employmentSelect {
	background: url(../fw/tab-large.png) no-repeat top left;
	}
*html .employment {display:inline;}
	
.innerTabs li.skill {
	width:52px;
	height: 19px;
	padding:8px 13px;
	}
.innerTabs li.skillSelect {	
	background: url(../fw/tab-small.png) no-repeat top left;
	}
*html .skill {display:inline;}

.innerTabs li.bragbook {
	width:73px;
	height: 19px;
	padding: 8px 17px;
	}	
.innerTabs li.bragbookSelect {
	background: url(../fw/tab-medium.png) no-repeat top left;
	}
*html .bragbook {display:inline;}
		
.innerTabs li.interest {
	width: 115px;
	height: 19px;
	padding: 8px 6px;
	}
.innerTabs li.interestSelect {
	background: url(../fw/tab-large.png) no-repeat top left;
	}
*html .interest {display:inline;}
	
.innerTabs a {
	display: block;
	padding:5px 10px;
	text-decoration: none;
	color: #225B75;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height:1.5em;
	background: url(../fw/nav-button-border.jpg) no-repeat bottom right;
	}
.innerTabs a:hover {
	background: url(../fw/nav-button-border.jpg) no-repeat bottom right;
	}
	
.innerTabs a.red {
	color:#990000;
	}
	
.innerTabs ul a {
	background-image: none;
	}/* Width is necessary for IE6 and should add to 180px */
.innerTabs ul a:hover {
	background-image: none;
	text-decoration:underline;
	}
	
	/*************************************
	PHASE 2 NAVIGATION TAB ADDITIONS
*************************************/

.innerTabs li.jobs {
	width: 100px;
	height: 19px;
	padding: 8px 8px;
	}	
.innerTabs li.jobsSelect {	
	background: url(../fw/tab-medium.png) no-repeat top left;
	}
	
.innerTabs li.newJob {
	width: 100px;
	height: 19px;
	padding: 8px 7px;
	}	
.innerTabs li.newJobSelect {	
	background: url(../fw/tab-medium.png) no-repeat top left;
	}
	
.innerTabs li.credits {
	margin-left: -10px;
	width: 79px;
	height: 19px;
	padding: 8px 9px;
	}	
.innerTabs li.creditsSelect {	
	background: url(../fw/tab-small.png) no-repeat top left;
	}
	
.innerTabs li.editJob {
	margin-left: 15px;
	width: 64px;
	height: 19px;
	padding: 8px 22px;
	}	
.innerTabs li.editJobSelect {	
	background: url(../fw/tab-medium.png) no-repeat top left;
	}
	
.innerTabs li.applicants {
	width: 78px;
	height: 19px;
	padding: 8px 15px;
	}	
.innerTabs li.applicantsSelect {	
	background: url(../fw/tab-medium.png) no-repeat top left;
	}
	
.innerTabs li.renew {
	width: 79px;
	height: 19px;
	padding: 8px 10px;
	}	
.innerTabs li.renewSelect {	
	background: url(../fw/tab-small.png) no-repeat top left;
	}