@charset "UTF-8";

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


.TabbedPanels {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup {
	margin: 3px 0 0 3px;
	padding: 0px;
}


.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}


.TabbedPanelsTabHover {

}

.TabbedPanelsTabHover #ns_solutions {
	background: url('/_img/bg_ns_solutions_hov.gif') top left no-repeat;	
}

.TabbedPanelsTabHover #ns_tech {
	background: url('/_img/bg_ns_tech_hov.gif') top left no-repeat;	
}

.TabbedPanelsTabHover #ns_services {
	background: url('/_img/bg_ns_services_hov.gif') top left no-repeat;	
}


.TabbedPanelsTabSelected {
	
	
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;
	margin-top: 5px;
}


.TabbedPanelsContent {
	padding: 4px;
}


.TabbedPanelsContentVisible {
}




.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	position: relative;
}


.VTabbedPanels .TabbedPanelsTab {
	float: none;
	display: block;
	height: 32px;
	width: 156px;
	margin: 0px;
	padding-bottom: 0;
	padding-top: 0;
	border-top: none;
	border-left: none;
	border-right: none;
}



#ns_solutions, #ns_tech, #ns_services  {
	display: block;
	height: 32px;
	width: 156px;
	text-indent: -9999px;
}

#ns_solutions  {
	background: url('/_img/bg_ns_solutions.gif') top left no-repeat;
}

#ns_tech  {
	background: url('/_img/bg_ns_tech.gif') top left no-repeat;
}

#ns_services  {
	background: url('/_img/bg_ns_services.gif') top left no-repeat;
}




.VTabbedPanels .TabbedPanelsTabSelected {
	
}

.TabbedPanelsTabSelected #ns_solutions {
	background: url('/_img/bg_ns_solutions_hov.gif') top left no-repeat;
}

.TabbedPanelsTabSelected #ns_tech {
	background: url('/_img/bg_ns_tech_hov.gif') top left no-repeat;
}

.TabbedPanelsTabSelected #ns_services {
	background: url('/_img/bg_ns_services_hov.gif') top left no-repeat;
}


.VTabbedPanels .TabbedPanelsContentGroup {
	position: absolute;
	left: 180px;
	padding: 0px;
	width: 150px;
}

.VTabbedPanels .TabbedPanelsContentGroup ul li {
	padding-bottom: 5px;
}

.VTabbedPanels .TabbedPanelsContentGroup ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
}

.VTabbedPanels .TabbedPanelsContentGroup ul li a:hover {
	text-decoration: none;
	color: #822433;
}


.VTabbedPanels .TabbedPanelsContentGroup p {
	position: absolute;
	padding-right: 149px;
	padding-top: 15px;
	height: 200px;
	width: 164px;
	left: -165px;
	top: 104px;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
}

.VTabbedPanels .TabbedPanelsContentGroup #sol_content p {
	background: url('/_img/bg_sol_img.jpg') top right no-repeat;	
}

.VTabbedPanels .TabbedPanelsContentGroup #tech_content p {
	background: url('/_img/bg_tech_img.jpg') top right no-repeat;	
}

.VTabbedPanels .TabbedPanelsContentGroup #ser_content p {
	background: url('/_img/bg_services_img.jpg') top right no-repeat;	
}
