.tabs{
	padding: 3px 0;
	margin-left: 10px;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.tabs li{
	display: inline;
	margin: 0;
}
.tabs li a {
	text-align:center;
	text-decoration: none;
	background:url(../images/tabOff.gif) no-repeat;
	width:151px;
	height:16px;
	display:block;
	float:left;
	position: relative;
	z-index: 1;
	padding: 7px 0 0 0px;
	margin-right: 5px;
	color: #2d2b2b !important;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}
.tabs li a:hover{
	background:url(../images/tabOn.gif) no-repeat;
	text-decoration:none;
}
.tabs li a.selected{ /*selected main tab style */
	background:url(../images/tabOn.gif) no-repeat;
	display:block;
	float:left;
}
.tabs li a.selected{ /*selected main tab style */
	border-bottom-color: white;
}
.tabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}
#jobsdivcontainer {
	width:511px; 
	padding: 10px;
	float:left;
	background:#FFFFFF url(../images/tabContainerTop.gif) no-repeat left top;
}