ul#tabs {
	float: right;
	clear: right;
	position:relative;
	height:39px;
	text-align: left;
  width:660px;
	border: 0px solid #f00;
	text-indent:0;
	margin:0 20px 0 0;
	padding:0;
}
body#admin ul#tabs {
  margin:0;
}
#tabs li {
	background: none;
	padding: 0;
	display: inline;
	margin: 0;
	font-size: 14px;
	line-height: 13px;
}
#tabs li a {
  background: url(/images/tab_unselected_b.gif) bottom left no-repeat;
  float:left;
  text-decoration: none;
  text-align: center; 
  width: 100px;
  height:23px;
  padding: 15px 6px 1px 8px;
  margin: 0 2px 0 0px;
  color: #EEE;
  font-weight:bold;
}
#tabs li a:visited{}
#tabs li a:hover{
	background:url(/images/tab_highlight_b.gif) bottom left no-repeat;
	color: #FF6600;
}
#tabs li a:active{
	color: #FFFFFF;
}

#tabs li a img { margin-top: -6px; vertical-align: middle; float: left;}

/*selected tab effect*/
#tabs li.selected a {
	position: relative;
	background: url(/images/tab_selected_b.gif) bottom left no-repeat;
	color: #FFFFFF;
	padding: 15px 5px 1px 6px;
	width: 103px;
}
/*double line tab*/
#tabs li.selected_double a { position: relative; background: url(/images/tab_selected_b.gif) bottom left no-repeat;	
  									color: #f00;  font-weight: bold;}	
#tabs li.double a, #tabs li.selected_double a {height:30px; padding: 8px 6px 1px 8px;}	
#tabs li.double a img, #tabs li.selected_double a img {margin-top: 0px; }

/* IE only - to hide the highlight on selected */
* html #tabs li.selected a:hover, * html #tabs li.selected_double a:hover  {background: url(/images/tab_selected_b.gif) bottom left no-repeat;}	
