@charset "UTF-8";
/* CSS Document */

div.tabbed_content {
	background-image:url(../img/bg_home_tab_area.png);
	background-repeat: no-repeat;
	background-position:0;
	width: 550px;
	height:300px;
}

ul.tabbed_content {    
	margin:0px 0px 0px 0px;	
	padding:7px 10px 6px 0;    
	list-style:none;
	display:inline-block;
	position:relative;
	top:-9px;
}

ul.tabbed_content li {
	list-style:none;
	}

li.tabbed_content  {    
	float:left;	
	background:url(../img/tab_left.png) no-repeat left top;
    margin:2px 0px 0 5px;    
	padding:0 0 0 13px;	
	margin-left: auto;    
    border-width:0;
}

li.tabbed_content a {	
	float:left;    
	display:block;	
	background:url(../img/tab_right.png) no-repeat right top;
    padding:15px 20px 4px 10px;	
	margin:0px;
	text-decoration: none;	
	color: #fff;	
	font-family: Helvetica, Arial, sans-serif;	
	font-size:	14px;	
	font-weight:bold;	
	cursor:pointer;
	
	
}

li.tabbed_content a:hover {
	text-decoration: none;	
	color: #fff;	
	font-family: Helvetica, Arial, sans-serif;		
	font-weight: bold;    
}


   div.tabbed_content li:hover, #header li:hover a {
      background-position:0% -88px;
      }
    div.tabbed_content li:hover a {
      background-position:100% -88px;
      }
	  
	  



 /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
div.tabbed_content a {float:none;}
  /* End IE5-Mac hack */

li.tabbed_content.current {
	background-image:url(../img/tab_left_on.png);
	}

li.tabbed_content.current a {
	background-image:url(../img/tab_right_on.png);	
	padding-bottom:5px;	
	color: #193365;    
	}
	
div.home_tab_area {
		height:241px;
		background-image:url(../img/bg_home_tab_foot.png); 
		background-position:bottom center; 
		background-repeat:no-repeat;
		margin:0;
		padding:0;
}

div.tab_content {
	padding: 0px 14px;
	margin: 0px;
	height:210px;
	width:490px;
	overflow:auto;
	position:absolute;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	left: 19px;
	top: 49px;
	line-height: 18px;
}

