div#tabHolder {
	width:382px;}

ul.tabs {
	margin-top:20px;
	float:left;
	width:100%;}
	
ul.tabs li {
	float:left;
	margin:0 6px 0 0;
	border-top:1px solid #00aa51;
	border-right:1px solid #00aa51;
	border-left:1px solid #00aa51;
	position: relative;}
	
ul.tabs li a {
	display: block;}

ul.tabs li a:hover {
	display: block;}
		
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	display: block;}
	
/*custom image tabs*/
ul.tabs a:link.tab1,
ul.tabs a:visited.tab1{
	width:150px;
	height:30px;
	background:url(/images/tabs_morad_up.jpg) no-repeat left top;}
	
ul.tabs a:hover.tab1 {
	background:url(/images/tabs_morad_over.jpg) no-repeat left top;}

ul.tabs a:link.tab2,
ul.tabs a:visited.tab2 {
	width:100px;
	height:30px;
	background:url(/images/tabs_services_up.jpg) no-repeat left top;}
	
ul.tabs a:hover.tab2 {
	background:url(/images/tabs_services_over.jpg) no-repeat left top;}



ul.tabs a:link.tab3,
ul.tabs a:visited.tab3 {
	width:100px;
	height:30px;
	background:url(/images/tabs_followus_up.jpg) no-repeat left top;}
	
ul.tabs a:hover.tab3 {
	background:url(/images/tabs_followus_over.jpg) no-repeat left top;}


/*end custom image tabs*/

	
.tab_container {
	clear:both;
	width:350px;
	height:265px;
	overflow:hidden;
	margin:0 0 18px;
	background:#2a2a2a;
	padding:24px 20px 16px 16px;
	#padding-top:18px; /*ie 7*/
	border:1px solid #00aa51;
	color:inherit;}

.tab_content {}
.tab_content h2 {}
.tab_content h3 a{}
.tab_content img {}

