	
#tabs	{
	float: left;
	padding: 0px;
	margin: 0px 12px;
	}
	
#tabs ul	{
	margin: 12px 8px 0px 9px;
	padding: 0px;
	float: left;
	}	

#tabs li	{ /* modified July 06 */
	float: left;
	display: block;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	background: url("images/top-left.gif") left top no-repeat;
	background-color: #CDE4E4;
	font-size: 11px;
	list-style-type: none;
	margin-right:  1px;
	border-bottom: 3px double #99CCCC;
	height: 3.3em;
	line-height: 1.2em;
	margin-bottom: 0px;
	}
	
#tabs li img.status	{
	float: left;
	/* padding-bottom: 6px;  */
	padding-right: 3px;
	}

#tabs li.selected	{
	border-bottom: 3px solid #99CCCC;
	font-weight: bold;
	background-color: #99CCCC;  
	color: #333;
	}
	
#tabs li.selected a {  
	font-weight: bold;
	background-color: #99CCCC;
	color: #333;
	}	


#tabs a, #tabs span{
	color: #333;
	text-decoration: none;
	padding: 7px 9px 0px 9px;
	background-color: #CDE4E4;  
	margin-left: 2px;
	background-image: url("images/top-right.gif");
	background-repeat: no-repeat;
	background-position: right top;

	}

#tabs a, #tabs a span, #tabs span	{
	display: block;
	float: left
	}
	
#tabs a:hover	{
	color: #990000;
	text-decoration: none;
	}

/* Commented backslash hack hides rule from IE5-Mac \*/
#tabs a, #tabs a span
	{
	float: none
	}
/* End IE5-Mac hack */
	

#currentTabBar	{  /* where the breadcrumb goes */
	background-color: #99cccc;
	width: 90%;
	margin: 0px 12px 18px 21px;
	padding: 6px 0px 6px 24px;
	 float: left;   
	font-size: 11px;
	}
	

