/* root element for RCSystems Service submenu tabs, background blue colour=#8380d0, m/over dark blue colour = #18165d */
/* these tabs affect the Our Services section only */

ul.tabs { /* base tab size & colour */
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border:1px solid #FFF;	
	height:40px;
	background-color:#8380d0;
	
}

/* single tab */
ul.tabs li { 
	font-size:14px;
	float:left;	 
	text-indent:0;
	height:40px;
	border-left:1px solid #FFF;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab uses a background image ** not used ?** */
ul.tabs a {
	font-size:14px;
	display:block;
	height: 38px;
	width: 124px; 
	text-align:center;
	text-decoration:none;
	color:#fff;
	padding-top:5px;
	margin:0px;
	position:relative;	
}

/* coding when tab is ON and active */
ul.tabs a:active {
	height: 38px;
	outline:none;	
	color:#fff;
	background-color:#9a98e2;

}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	height: 35px;
	color:#ff000;
	/* background-color:#18165d; */
	background-color:#9a98e2;	
	}
	

/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}
