.indentmenu{

width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; 

}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	font: bold 13px verdana;
	float: left;
	color: #FFFFFF; /*text color*/
	padding: 5px 11px;
	margin: 0px 1px 0px 20px;
	border-top: 5px solid #f4ffff;
	text-decoration: none;
	background-image: url(../images/tab-bg.gif);
	background-repeat: repeat-x;
}

.indentmenu ul li a:visited{
	color: #CCFFFF;
}

.indentmenu ul li a.selected{
	font: bold 13px verdana;
	color: #0085cf !important;
	padding-top: 3px; /*shift text down 1px*/
	padding-bottom: 7px;
	border-right: 5px solid #DBDBDB;
	border-left: 5px solid #DBDBDB;
	border-top: 5px solid #DBDBDB;
	border-bottom-color: white;
	background-color: #F4FFFF;
	position: relative;
	top: 5px;
	background-repeat: repeat-x;
	background-image: url(../images/tab-bgs.jpg);
}


.tabcontentstyle{ /*style of tab content container*/
border-top: 1px solid #0085cf;
width: auto;
margin-bottom: 1em;
padding: 5px;
}

.tabcontent{
display:none;
}


/* ######### CSS for menu_job CSS Tabs. ######### */


.menu_job{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.menu_job ul{
	margin: 2%;
	padding: 0;
	float: left;
	width: 96%;
	border-top: 1px solid #006699; /*navy border*/
	border-bottom: 1px solid #006699;
	background: #0066CC url(../images/menu_job_bg1.jpg) center center repeat-x;
}

.menu_job ul li{
display: inline;
}

.menu_job ul li a{
	float: left;
	color: #000099; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border-right: 2px solid white; /*navy divider between menu items*/
}

.menu_job ul li a:visited{

}

.menu_job ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(../images/menu_job_bg2.jpg) center center repeat-x;
}



@media print {
.tabcontent {
display:block !important;
}
