#tabs {
	height:28px; /* trips haslayout, wrap floats IE */
	list-style:none;
	width: 735px;
	position: relative;
	font-size: 12px;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 200px;
	z-index: 999;
	top: -88px;
	background-image: url(../_sysimg/menu-back.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3031C;
}
#tabs li {
	list-style-type: none;
	display: inline;
}
#tabs a {
	float:left;
	padding-left:18px;
	padding-right: 18px;
	text-decoration:none;
	color:#FFF0F2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
  }

#tabs a:hover {
	color:#fff;
	background-image: url(../_sysimg/menu-over.png);
	background-repeat: repeat;
   }

#tabs .current a {
	color:#D3031C;
	background-color: #FFFFFF;
	background-image: none;
   }
  
#tabs .current a:hover {
	color:#666666;
	background-color: #FFFFFF;
	background-image: none;
   }

