/* ######### CSS for Shade Tabs. Remove if not using ######### */
.sondaj_dis {
	padding-left: 7px;	
}
.shadetabs{
	padding: 5px 2px;
	margin-left: 0;
	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*/
	border-top: 2px solid #15447c;
	border-bottom: 1px solid #dde1e6;
	width: 99%;
	background-color: #f2f6fc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #15447c;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
color: #15447c;
outline: 0;
}

.shadetabs li a:hover{
text-decoration: none;
color: #626a69;
outline: 0;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 0px;
	padding: 11px 5px;
	color: #626a69;
	height: 50px;
	background-image:url(../../images/img/sageata_jos.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	text-decoration: none;
}


