#CSSTabContainer{


}
.shadetabs{
	margin-left: 0;
	margin-bottom: 0;
	margin-right:0;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
	padding-right:0px;
	list-style-type: none;	
	height:83px;
	width:643px;
	/*border-left:1px solid #B5B5B5;
border-right:1px solid #B5B5B5;*/
font-family:tahoma;
font-size:8pt;
color:#B5B5B5;
	   text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs a
{
	margin:0;
	
}

.shadetabs li{
	display: inline;
	
	
	/*padding-right:6px;*/
	margin-left:0px;
	/*background-image:url(images/withicon.gif);
	background-repeat:no-repeat;*/
}

.shadetabs li a{
	text-decoration: none;

/*	padding: 3px 7px;*/
/*	margin-right: 3px;*/
/*	border: 1px solid #B5B5B5;*/
	color: #FFF;



/*	height:34px;*/
/*	background: white url(images/grayshade.gif) top left repeat-x;*/
}

.shadetabs li a:visited{
	color: #FFF;
}

.shadetabs li a:hover{
	color: #412b90;
}

.shadetabs li.selected{;
	/*background-image:url(images/withicon_hover.gif);
	background-repeat:no-repeat;*/
		
	
	position: relative;

}

.shadetabs li.selected a{ /*selected main tab style */
/*	background-image:url(images/withicon_hover.gif);
	background-repeat:no-repeat;
*/	color: #412b90;

/*
	padding:-20px;
	border-right:1px solid #b2aad2;*/
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;

}
.shadetabs li.selected a:visited{ /*selected main tab style */
	text-decoration: none;

	color: #412b90;
}
.tabcontentstyle{ /*style of tab content oontainer*/
	float:left;
	width: 637px;
background-color:#FFFFFF;
border-bottom:1px solid #B5B5B5;
border-left:1px solid #B5B5B5;
border-right:1px solid #B5B5B5;


/*margin-top:70px; !important;*/
	
}

.shadetabs li a span
{
	
	/*padding-top:10px !important;*/


}
.tabcontent{
	display:none;
	/*position:relative;*/
}

.shadetabs li#CSSTabID0 a
{

	padding-left:159px;
	padding-bottom:80px;
	width:159px;
	height:83px;
	background:url(images/current_account.jpg);
	/*background:url(images/2.gif);*/
	background-repeat:no-repeat;
}
.shadetabs li#CSSTabID0 a:hover
{

	padding-left:159px;
	padding-bottom:80px;
	width:159px;
	height:83px;;
	/*background:url(images/2hover.gif);*/
	background:url(images/current_account_hover.jpg);
	background-repeat:no-repeat;
}
.shadetabs li#CSSTabID1 a
{
	
    padding-left:159px;
	padding-bottom:80px;
	width:159px;
	height:83px;
	/*background:url(images/4.gif);*/
	background:url(images/saving_account.jpg);
	background-repeat:no-repeat;
}
.shadetabs li#CSSTabID1 a:hover
{
	
    padding-left:159px;
	padding-bottom:80px;
	width:159px;
	height:83px;
	/*background:url(images/4hover.gif);*/
	background:url(images/saving_account_hover.jpg);
	background-repeat:no-repeat;
}
.shadetabs li#CSSTabID2 a{
  
   padding-left:157px;
	padding-bottom:80px;
	width:159px;
	height:83px;
	/*background:url(images/3.gif);*/
	background:url(images/fix_deposit.jpg);
	background-repeat:no-repeat;

}
.shadetabs li#CSSTabID2 a:hover
{

   padding-left:157px;
	padding-bottom:80px;
	width:159px;
	height:83px;
	/*background:url(images/3hover.gif);*/
	background:url(images/fix_deposit_hover.jpg);
	background-repeat:no-repeat;

}
.shadetabs li#CSSTabID3 a
{

     padding-left:159px;
	padding-bottom:80px;
		width:159px;
	height:83px;
	/*background:url(images/1.gif);*/
	background:url(images/card_services.jpg);
	background-repeat:no-repeat;
}
.shadetabs li#CSSTabID3 a:hover
{
     padding-left:159px;
	padding-bottom:80px;
		width:159px;
	height:83px;
	/*background:url(images/1hover.gif);*/
	background:url(images/card_services_hover.jpg);
	background-repeat:no-repeat;
}

/*.shadetabs #CSSTabID0.selected{ 
	display: inline;
	   padding-left:152px;
	padding-bottom:70px;
    	width:159px;
	height:81px;
	background:url(images/current_account_hover.jpg);
	background-repeat:no-repeat;
}
.shadetabs #CSSTabID1.selected{ 
	display: inline;
 padding-left:152px;
	padding-bottom:70px;
    	width:159px;
	height:81px;
	background:url(images/saving_account_hover.jpg);
	background-repeat:no-repeat;
}

.shadetabs #CSSTabID2.selected{ 
	display: inline;
	 padding-left:152px;
	padding-bottom:70px;
	width:159px;
	height:81px;
	background:url(images/fix_deposit_hover.jpg);
	background-repeat:no-repeat;
	
}
.shadetabs #CSSTabID3.selected{ 
	display: inline;
	 padding-left:152px;
	padding-bottom:70px;
		width:159px;
	height:81px;
	background:url(images/card_services_hover.jpg);
	background-repeat:no-repeat;
}
*/

@media print {
.tabcontent {
	display:block!important;
}
}