#tabs {
	position: relative;
	bottom: 27px;
	float:left;
	background: url(../images/tab_bg.gif) repeat-x bottom;
	width: 100%;
	height: 27px;
	margin: 0px auto 0px;
}
#tabs ul {
	margin:0px;
	padding:0px;
	list-style:none;	
}
#tabs li {
	float:right;
	background:url("../images/tab_left.gif")
      no-repeat left top;
	margin:0px;
	padding:0px 0px 0px 7px;
	font-size: 13px;
	color: #333333;
}
#tabs li a {
	float:left;
	display:block;
	background:url("../images/tab_right.gif")
      no-repeat right top;
	padding:5px 14px 5px 8px;
	text-decoration:none;
	color:#666655;
}
#tabs li a:hover {	
	color:#000000;	
}

  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#tabs a {float:none;}
  /* End IE5-Mac hack */
  
#tabs #selected {
    background-image:url("../images/tab_left_active.gif");
}
#tabs #selected a {
	color:#000000;
	text-decoration:none;
	background-image:url("../images/tab_right_active.gif");
	padding-bottom:6px;
}