#clientNavlist a { 
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	width:132px;
} 

#clientNavlist a:link {
	color: white;
	/*background-image: url(../images/menu_arrow_white.gif);*/
	background-image: url(../images/btn_background.jpg);	
	width:132px;
}

#clientNavlist a:visited {
	color: white;
	/*background-image: url(../images/menu_arrow_white.gif);*/
	background-image: url(../images/btn_background.jpg);
	width:132px;
}

#clientNavlist a:hover {
	color: yellow;
	background-color:#006744;
	/*background-image: url(../images/menu_arrow.gif);*/
	background-image: url(../images/menu_arrow_yellow.gif);
	width:132px;
}

#clientNavlist a:active {
	color: yellow;
	background-color:#006744;
	/*background-image: url(../images/menu_arrow.gif);*/
	background-image: url(../images/menu_arrow_yellow.gif);
	width:132px;
}

#contentClients {
	background-image:url(../images/content_two_toned.gif);
	float:left;
	width:636px;
	height:405px;
	padding:0;
	margin:0;
}

#contentClientsBox {
	width:300px; 
	height: 262px;
	font-size:18px; 
	font-family: Arial, Helvetica, sans-serif;
	position:relative; 
	left:22px; 
	top: 44px;
	padding: 0px 55px 25px 55px; 
	line-height: 18pt;
}

.contentClientBanking {
	position:absolute; 
	left:305px; 
	top: -38px;
}

.contentClientHome {
	position:absolute; 
	left:305px; 
	top: -38px;
}

.contentClientActive {
	position:absolute; 
	left:305px; 
	top: -38px;
	color: #c11d21;
	/*background-image: url(../images/menu_arrow.gif);*/
	background-image: url(../images/menu_arrow_yellow.gif);
	width:132px;
}

.clientCurrent { 
	color: #c11d21;
	/*background-image: url(../images/menu_arrow.gif);*/
	background-image: url(../images/menu_arrow_yellow.gif);
	width:132px;
} 

.clientActive { 
	color: #c11d21;
	/*background-image: url(../images/menu_arrow.gif);*/
	background-image: url(../images/menu_arrow_yellow.gif);
	width:132px;
} 


