.RadTabStrip_Zystems
{
    float:right;
    width:auto;
}

.RadTabStrip_Zystems li a
{
	height: 30px;
	text-decoration: none;
	color: #333;
	outline: none;
	position: relative;
	overflow: visible;
	background:url('img/menubox.png') no-repeat right;	
	background-color:#d3d3d3;
}

.RadTabStrip_Zystems li a:hover
{
	color: #333;	
	background-color:#ffffff;	
}

.RadTabStrip_Zystems li a .wrap
{
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	position: relative;
	overflow: visible;
}

.RadTabStrip_Zystems li a .innerWrap
{
    font-family:Trebuchet MS;
    font-size:12px;
	height: 30px;
	padding: 0 15px;
	line-height: 30px;
	text-align: center;
	position: relative;
}

.RadTabStrip_Zystems li a.selected
{
	color: #333;
	background-color:#FFFFFF;
}

.RadTabStrip_Zystems li a.selected:hover
{
	color: #333;
	background-color:#FFFFFF;
}

/* first-last styling */

.RadTabStrip_Zystems li.first
{
	padding-left: 5px;
}

.RadTabStrip_Zystems li.first a
{
	overflow: visible;
	position: relative;
}

.RadTabStrip_Zystems li.first a .innerWrap
{
	position: relative;
	margin-left: -5px;
	padding-left: 15px;
	z-index: 2;
	display: block;
	background:url('img/menubox.png') no-repeat right;	
	background-color:#d3d3d3;
}

*+html .RadTabStrip_Zystems li.first a .innerWrap
{
	position: static;
}

.RadTabStrip_Zystems li.last a
{
	margin-right: 5px;
	overflow: visible;
}

.RadTabStrip_Zystems li.last a .wrap
{
	margin-right: -5px;
	background-color:#d3d3d3;
}

.RadTabStrip_Zystems_rtl li.last
{
	margin-left: 5px;
}

.RadTabStrip_Zystems_rtl li.first
{
	padding-right: 0;
	padding-left: 0;
}

.RadTabStrip_Zystems_rtl li.first a
{
	margin-left: 0;
	margin-right: 5px;
}

.RadTabStrip_Zystems_rtl li.first a .innerWrap
{
	margin-right: -5px;
	padding-right: 15px;
	margin-left: 0;
	padding-right: 20px;
}

.RadTabStrip_Zystems_rtl li.last
{
	padding-left: 5px;
}

.RadTabStrip_Zystems_rtl li.last a
{
	margin-right: 0;
	position: relative;
	padding-left: 0;
}

.RadTabStrip_Zystems_rtl li.last a .wrap
{
	margin-right: 0;
	overflow: visible;
	display: block;
	margin-left: -5px;
	position: relative;
	padding-left: 5px;	    
}

.RadTabStrip_Zystems_rtl li.last a .innerWrap
{
	padding-left: 15px;
	margin-right: 0;	
}

.RadTabStrip_Zystems li.first a .innerWrap
{
    background-color:#d3d3d3;
}

.RadTabStrip_Zystems li.last a .wrap
{
    background-color:#d3d3d3;
}

.RadTabStrip_Zystems li.first a:hover .innerWrap
{
    background-color:#FFFFFF;
}

.RadTabStrip_Zystems li.last a:hover .wrap
{
    background-color:#FFFFFF;
}

.RadTabStrip_Zystems li.first a.selected .innerWrap,
.RadTabStrip_Zystems li.first a.selected:hover .innerWrap
{
	background-color:#FFFFFF;
}

.RadTabStrip_Zystems li.last a.selected .wrap,
.RadTabStrip_Zystems li.last a.selected:hover .wrap
{    
    background-color:#FFFFFF;
}

.RadTabStrip_Zystems_rtl li.first a .innerWrap
{
	background: transparent url('Img/blank.gif') no-repeat center right;
}

.RadTabStrip_Zystems_rtl li.last a .wrap
{
	background: transparent url('Img/blank.gif') no-repeat center left;
}

.RadTabStrip_Zystems_rtl li.first a:hover .innerWrap
{
	background: transparent url('Img/blank.gif') no-repeat center right;
}

.RadTabStrip_Zystems_rtl li.last a:hover .wrap
{
	background: transparent url('Img/blank.gif') no-repeat center left;
}

.RadTabStrip_Zystems_rtl li.first a.selected .innerWrap,
.RadTabStrip_Zystems_rtl li.first a.selected:hover .innerWrap
{
	background: transparent url('Img/blank.gif') no-repeat center right;
}

.RadTabStrip_Zystems_rtl li.last a.selected .wrap,
.RadTabStrip_Zystems_rtl li.last a.selected:hover .wrap
{
	background: transparent url('Img/blank.gif') no-repeat center left;
}

.RadTabStrip_Zystems li a.disabled,
.RadTabStrip_Zystems li a.disabled .wrap,
.RadTabStrip_Zystems li a.disabled .innerWrap
{
	cursor: default;
	color: #aaa;
}

.RadTabStrip_Zystems li a.disabled,
.RadTabStrip_Zystems li a.disabled:hover
{
	background-image: url('Img/blank.gif');
}

.RadTabStrip_Zystems li a.disabled .wrap,
.RadTabStrip_Zystems li a.disabled:hover .wrap
{
	background: transparent url('Img/blank.gif') no-repeat bottom right;
}

.RadTabStrip_Zystems li a.disabled .innerWrap,
.RadTabStrip_Zystems li a.disabled:hover .innerWrap
{
	background: transparent url('Img/blank.gif') no-repeat bottom left;
}

.RadTabStrip_Zystems_rtl li a.disabled .wrap,
.RadTabStrip_Zystems_rtl li a.disabled:hover .wrap
{
	background: transparent url('Img/blank.gif') no-repeat bottom left;
}

.RadTabStrip_Zystems_rtl li a.disabled .innerWrap,
.RadTabStrip_Zystems_rtl li a.disabled:hover .innerWrap
{
	background: transparent url('Img/blank.gif') no-repeat bottom right;
}

.RadTabStrip_Zystems li.break
{
	visibility: hidden;
	width: 0;
	float: none;
}

.RadTabStrip_Zystems li a.red,
.RadTabStrip_Zystems li a.red .wrap,
.RadTabStrip_Zystems li a.red .innerWrap
{
	color: red;
}