@charset "utf-8";
/* CSS Document */

#tabbedNav {
	float: left;
	width:490px;
	background:#FFFFFF;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #E276A7;
	
}
#tabbedNav ul {
margin:0;
padding:10px 10px 0 10px;
list-style:none;
/*white-space: nowrap ;*/
}
#tabbedNav li {
	/*list-style:none;*/

	display:inline;
	margin:0;
	padding:0;
	font-size: 11px;
}
#tabbedNav a {
	float: left;
	background:url("../images/tableft8.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	color: #FFF;
}
#tabbedNav a span {
	
	display:block;
	background:url("../images/tabright8.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
  }
 /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabbedNav a span {
	
	color: #FFF;
}
/* End IE5-Mac hack */

#tabbedNav > ul a {
width: auto;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/

/* End IE5-Mac hack */
#tabbedNav a:hover span {
  color:#591333;
  }
#tabbedNav a:hover {
  background-position:0% -42px;
  }
#tabbedNav a:hover span {
  background-position:100% -42px;
  }

  #tabbedNav #current a {
	background-position:0% -42px;
	color: #333;
  }
  #tabbedNav #current a span {
	background-position:100% -42px;
	color: #333;
  }
/*#tabbedNav #current {
background-color: #FFC ;
}*/
#tabbedContent {
	float:left;
	width:490px;
}
/*#tabbedContent h3 {
margin-top: 2.0em ;
}*/
