	/** START WORK AREA TABBED NAVIGATIONAL BAR *********************************************************************************/
	#IMain #IContent #IWorkArea #JMLeftTabBar {
		float:left;
		/*position: relative;*/
		top:0px;
		left:0px;
	  	padding:0px 0px 0px 0px; /*top,right,bottom,left*/
		height:25px;
		margin:4px 0px 0px 4px; /*top,right,bottom,left*/
		border-bottom:1px solid #DADADA;
		border:0px solid #000;
	}
	
	#IMain #IContent #IWorkArea #JMRightTabBar {
		float:right;
		/*position: relative;*/
		font-family:Arial, "New Century Schoolbook", Times, serif;
		font-weight:400;
		font-size:13px;
		color:#8D9093;
		text-align:right;
	  	padding:0px 20px 2px 0px; /*top,right,bottom,left*/
		height:25px;
		margin:4px 20px 0px 0px; /*top,right,bottom,left*/
		border-bottom:1px solid #DADADA;
		border:0px solid #000;
	}
	
	/* Remove the Bulltets */
	#IMain #IContent #IWorkArea #JMLeftTabBar ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#IMain #IContent #IWorkArea #JMLeftTabBar ul > li.button {
		background-image:url(/images/button-gradient-bg-sprite.png);
	}
	
	#IMain #IContent #IWorkArea #JMLeftTabBar li.button {
		float:left;
		position:relative;
		left: 0px;
		margin-left:10px;
      margin-right:10px;
      height:25px;
		background-repeat:repeat-x;
		background-position:left -65px;
	}
	
	#IMain #IContent #IWorkArea #JMLeftTabBar li.selected/*.button*/ {
		background-position:left -40px;
	}
	
	#IMain #IContent #IWorkArea #JMLeftTabBar li.hover/*.button*/,
	
	#IMain #IContent #IWorkArea #JMLeftTabBar li.button:hover {
		z-index:16 !important;
		background-position:left -2px;
		height:27px;
	}
	
	#IMain #IContent #IWorkArea #JMLeftTabBar li.button a > span.border {
		background-image:url(/images/top-navigation-borders-sprite.png);
	}
	
	#IMain #IContent #IWorkArea #JMLeftTabBar li.button span.border {
		position:absolute;
		height:25px;
		top:0;
		background-repeat:no-repeat;
	}
	
	#IMain #IContent #IWorkArea #JMLeftTabBar li.button span.border-left {
		left:-10px;
		width:10px;
		background-position:-72px 0px;
	}
	
	#IMain #IContent #IWorkArea #JMLeftTabBar li.button span.border-right {
		right:-13px;
		width:13px;
		background-position:-88px 0px;
	}
	
	#IMain #IContent #IWorkArea #JMLeftTabBar li.selected span.border-left {
    left:-10px;
    width:10px;
    background-position:-72px -52px;
}
	#JMLeftTabBar li.selected span.border-right {
    right:-13px;
    width:13px;
    background-position:-88px -52px;
}
	#JMLeftTabBar li.hover/*.button*/ span.border-left,
	#JMLeftTabBar li.button:hover span.border-left {
		left:-10px;
		width:10px;
		background-position:-72px -25px;
	}
	#JMLeftTabBar li.hover/*.button*/ span.border-right,
	#JMLeftTabBar li.button:hover span.border-right {
		right:-15px;
		width:15px;
		background-position:-88px -25px;
	}
	#JMLeftTabBar li.hover/*.button*/ span.border,
	#JMLeftTabBar li.button:hover span.border {
		display:block;
		height:28px;
	}
/*@end @*/
	#JMLeftTabBar li.hover/*.button*/ a.button,
	#JMLeftTabBar li.button:hover a.button {
		color:#ce7419 !important;
	}
	#JMLeftTabBar li.button a.button {
		display:block;
    /*@cc_on @if (border-radius && box-shadow)
        padding-left:19px;
        padding-right:16px;
    @else @ */
		padding-left:6px;
		padding-right:10px;
    /*@end @*/
		padding-top:8px;
		padding-bottom:3px;
		font-size:10px;
		color:#77787b;
		font-weight:bold;
	}
	#JMLeftTabBar li.button-1 a.button {
		padding-left:0px;
	}
	#JMLeftTabBar li.selected/*.button*/ a.button {
		color: #1a1a1a;
	}
	#JMLeftTabBar li a.button {
		text-decoration:none;
	}
	#JMLeftTabBar li.button-1 {
		z-index: 16;
		left:4px;
	}
	#JMLeftTabBar li.button-2 {
		z-index:15;
		left: -2px;
	}
	#JMLeftTabBar li.button-3 {
		z-index:14;
		left: -2px;
	}
	#JMLeftTabBar li.button-4 {
		z-index:13;
		left: -2px;
	}
	#JMLeftTabBar li.button-5 {
		z-index:12;
		left: -2px;
	}
	#JMLeftTabBar li.button-6 {
		z-index:11;
		left: -2px;
	}
	#JMLeftTabBar li.button-7 {
		z-index:11;
		left: -2px;
	}
