/*
 *
 * General Tab Style
 *
 */ 
div.tabContent {
background: #484848;
clear: both;
}


ul.tabNav, ul.newsletterTabNav {
  	margin:0;
  	padding:9px 0 0;
  	list-style:none;
  	height: 25px;
	background:#333333;
  	line-height:normal;
 }
  
  
ul.tabNav li, ul.newsletterTabNav li {
  	float:left;
  	margin:0;
  	padding-right: 4px;
}
  
  
  
/* 
 *
 * For Contact Us
 *
 */ 
ul.tabNav a {
	float:left;
	display:block;
	width: 96px;
	padding:5px 3px 4px 6px;
	text-align:center;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	color:#ffffff;
	background: #3d3d3d;
}


ul.tabNav a:hover {
	text-decoration:underline;
	width: 96px;
	background: #484848;
	color: #61C3F9;
}
  
  
ul.tabNav .current {
  	background-image:url("left_on.gif");
}
  
  
ul.tabNav .current a {
  	background-image:url("right_on.gif");
  	padding-bottom:4px;
	background: #484848;
	color: #61C3F9;
}


/* 
 *
 * For Newsletter
 *
 */ 
ul.newsletterTabNav a {
	float:left;
	display:block;
	width: 153px;
	padding:5px 3px 4px 6px;
	text-align:center;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background: #3d3d3d;
}


ul.newsletterTabNav a:hover {
	text-decoration:underline;
	color: #61C3F9;
	width: 153px;
	background: #484848;
}
  
  
/*ul.newsletterTabNav .current {
  	background-image:url("left_on.gif");
}*/
  
  
ul.newsletterTabNav .current a {
  	background-image:url("right_on.gif");
  	padding-bottom:4px;
	background: #484848;
	color: #61C3F9;	
}



