/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	padding: 0;
	margin: 11px 0 0;
	font: bold 11px Arial;
	list-style-type: none;
	/*text-align: right; set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	padding: 0;
	display: inline;
	margin: 0 -11px 0 0;
}

/*--DEL---*/
.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin: 0px;	
	padding: 12px 15px 12px 0px;
	color: #2d2b2b;
    background: url(../images/tabc.gif) no-repeat;
	background-position: 100% -76px;
}


.shadetabs li a span{	
	padding: 12px 7px 12px 21px;
	background: url(../images/tabc.gif) no-repeat;
	text-align: left;
	background-position: 0 0;
}
/*DEL*/
.shadetabs li a span p{
	display: inline;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #4E5156;
}

.shadetabs li a:visited{
	color: #2d2b2b;
	text-decoration: none;
}

.shadetabs li a:hover{
	color: #2d2b2b;
	text-decoration: none;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 0px;
	padding: 12px 15px 13px 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-position: 100% -114px;
	border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


/* tab background action action */
/*
.shadetabs li a{
    background-position: 100% -76px;
}
*/
/*
.shadetabs li a span{
    background-position: 0 0;
}
*/

.shadetabs li a.selected span{
    background-position: 0 -38px;
	padding: 12px 7px 13px 21px;
}

/*-------------------------------------- p ------------------------------------------------*/

.shadetabs .row_1 a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin: 0px;	
	padding: 12px 15px 12px 0px;
	/*padding: 12px 15px 11px 0px;*/
	color: #2d2b2b;
    background: url(../images/tabc.gif) no-repeat;
	background-position: 100% -76px;
}

.shadetabs .row_1 a span p{
	display: inline;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: left;	
	color:#778090;
}

.shadetabs .row_1 a.selected {
	background-position:100% -114px;
	border-bottom-color:white;
	padding:12px 15px 13px 0;
	position:relative;
	top:0;
}
.shadetabs .row_1 a.selected span{
    background-position: 0 -38px;
	padding: 12px 7px 13px 21px;
}


.shadetabs .row_2 a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin: 0px;	
	padding: 12px 15px 12px 0px;
	/*padding: 12px 15px 11px 0px;*/
	color: #2d2b2b;
    background: url(../images/tabc.gif) no-repeat;
	background-position: 100% -76px;
}

.shadetabs .row_2 a span p{
	display: inline;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color:#778090;
}

/*
.shadetabs{
	padding: 0;
	margin: 9px 0 0;
	font: bold 11px Arial;
	list-style-type: none;
	
}*/
