/*=========================================================================================
Title: 		LRS IT Solutions (Navigation Stylesheet)
Date: 		October 11 2007, revised February 28 2009
Autor: 		LRS Web Services
Document:	navigation.css

DOCUMENT ORGANIZATION
	-1.0 Main Navigation
		-1.1 Main Level					
		-1.2 Sub Level
		-1.3 Menu Sections
			-1.3.1 Solutions
			-1.3.2 Products
			-1.3.3 Innovation Center
			-1.3.4 Partners
			-1.3.5 Case Studies
			-1.3.6 Our People
			-1.3.7 News/Events
	-2.0 Secondary Navigation
		-2.1 Solutions
			-2.1.1 Business Continuity
			-2.1.2 IT Optimization
			-2.1.3 Virtualization
			-2.1.4 LRS Technical Services
		-2.2 Products
			-2.2.1 IBM Servers
				-2.2.1.1 System i
				-2.2.1.2 System p
				-2.2.1.3 System x
				-2.2.1.4 System z
				-2.2.1.5 Bladecenter
			-2.2.2 IBM TotalStorage
			-2.2.3 Services
				-2.2.3.1 LRS Technical Services
				-2.2.3.2 IBM Global Services
				-2.2.3.3 IBM Global Financing
			-2.2.4 Software Solutions
				-2.2.4.1 DB2
				-2.2.4.2 WebSphere
				-2.2.4.3 Tivoli
				-2.2.4.4 Lotus
		-2.3 Innovation Center
			-2.3.1 Equipment
			-2.3.2 Solution Specialites
			-2.3.3 Services
			-2.3.4 Education & Training
			-2.3.5 Events Calendar
			-2.3.6 Photo Gallery
			-2.3.7 BPIC Rental
		-2.2 Sub Level
		-2.3 Menu Sections
	-3.0 Highlighted Navigation
					
				
DOCUMENT ARRANGEMENT:
	-Order of appearance within HTML

ATTRIBUTE PROPERTY ORDER:
	-Dimentions (width; height; line-height; vertical-align)
	-Backgrounds (color, image, repeat, position)
	-Box (margin, border padding)
	-Position (display, position, float, clear, z-index, directon, overflow, visibility)
	-Misc (list-style, outline, cursor)
	-Font (color, family, size, style, weight)
	-Text (align, indent, decoration, transform, white-space)

ATTRIBUTE LAYOUT:
	selector{
		property: value;
	}

/*=========================================================================================





/*=========================================================================================
=1.0 MAIN NAVIGATION 
=========================================================================================*/
/*Parent div of main navigation */
#mainNav{
	width:960px;
	height:13px;
	position:relative;
	z-index:2;
}

	/*-------------------------------------------------------------------------------------
	=1.1 MAIN LEVEL
	-------------------------------------------------------------------------------------*/
	ul.n1{	
		height:13px;
		width:472px;
		background:url(/itsolutions/images/new/b-n1.gif) no-repeat;
		margin:53px 0 0 130px;
		padding:0;
		position:relative;
		float:right;
		list-style:none;
	}
	ul.n1 li{
		height:13px;
		background-repeat:no-repeat;
		position:relative;
		float:left;
		list-style:none;
		text-indent:-10000px;
	}
	ul.n1 li a, .n1 li a:visited{
		height:13px;
		background-repeat:no-repeat;
		display:block;
		outline:none;
		text-decoration:none;
	}	
	
	/* Shift background image to create a roll over effect */
	ul.n1 li a:hover{background-position:0 -18px;}
	ul.n1 :hover > a, ul.n1 ul :hover > a{background-position:0 -18px;}
	
	/*-------------------------------------------------------------------------------------
	=1.2 SUB LEVEL
	-------------------------------------------------------------------------------------*/
	ul.n1 ul{
		background-color:#fff;
		margin:0;
		padding:13px 0 13px 0;
		position:absolute;	
		display:block;
		list-style:none;
		visibility:hidden;
	}
	ul.n1 ul li {
		height:20px;	
		margin:0;
		padding:0;
		display:block;
		float:none;
		text-indent:-10000px;
	}
	ul.n1 ul li a, ul.n1 ul li a:visited{
		height:20px;
		background-repeat:no-repeat;	
		margin:0;
		padding:0;
		display:block;
		
		background-color:#ffffff;
	}
	ul.n1 ul li a:hover{
		background-position:-245px 0;
	}
	
	ul.n1 li:hover ul{visibility:visible;}
	ul.n1 li a:hover ul{visibility:visible;}
	
	/*-------------------------------------------------------------------------------------
	=1.3 MENU SECTIONS
	-------------------------------------------------------------------------------------*/
		
		
		
		
		
		/*---------------------------------------------------------------------------------
		=1.3.1 SERVICES
		---------------------------------------------------------------------------------*/
		#n1-services-sub{
			left:-19px;
			/*left:107px;*/
		}
		#n1-services a{
			width:53px;
			background-image:url(/itsolutions/images/new/n1-services.gif);
			margin:0 8px 0 0;
		}
		/*
		#n1-services-freeCDATStudy a{
			width:160px;
			background-image:url(/itsolutions/images/new/n1-services-freeCDATStudy.gif);
			margin:0;	
		}
		*/
		#n1-services-consolidationStudy a{
			width:160px;
			background-image:url(/itsolutions/images/new/n1-services-consolidationStudy.gif);
			margin:0;		
		}
		#n1-services-designImplement a{
			width:160px;
			background-image:url(/itsolutions/images/new/n1-services-designImplement.gif);
			margin:0;
		}
		#n1-services-educationSkillsTransfer a{
			width:160px;
			background-image:url(/itsolutions/images/new/n1-services-educationSkillsTransfer.gif);
			margin:0;
		}
		#n1-services-healthCheck a{
			width:160px;
			background-image:url(/itsolutions/images/new/n1-services-healthCheck.gif);
			margin:0;	
		}
		/*
		#n1-services-greenIT a{
			width:160px;
			background-image:url(/itsolutions/images/new/n1-services-greenIT.gif);
			margin:0;	
		}
		*/
		#n1-services-infrastructureConsulting a{
			width:160px;
			background-image:url(/itsolutions/images/new/n1-services-infrastructureConsulting.gif);
			margin:0;
		}
		#n1-services-proofOfConcept a{
			width:160px;
			background-image:url(/itsolutions/images/new/n1-services-proofOfConcept.gif);
			margin:0;	
		}
		
		
		
		
		/*---------------------------------------------------------------------------------
		=1.3.1 SOLUTIONS
		---------------------------------------------------------------------------------*/
		#n1-solutions-sub{
			left:-9px;
		}
		#n1-solutions a{
			width:63px;
			background-image:url(/itsolutions/images/new/n1-solutions.gif);
			margin:0 8px 0 8px;
		}
		#n1-solutions-busIntelligence a{
			width:253px;
			background-image:url(/itsolutions/images/new/n1-solutions-busIntelligence.gif);
			margin:0;	
		}
		#n1-solutions-internetSecurity a{
			width:253px;
			background-image:url(/itsolutions/images/new/n1-solutions-internetSecurity.gif);
			margin:0;	
		}
		#n1-solutions-tsmwatchdog a{
			width:253px;
			background-image:url(/itsolutions/images/new/n1-tsmwatchdog.gif);
			margin:0;	
		}
		
		#n1-solutions-vmwareSolutions a{
			width:253px;
			background-image:url(/itsolutions/images/new/n1-vmwareSolutions.gif);
			margin:0;	
		}
		
		#n1-solutions-storageSolutions a{
			width:253px;
			background-image:url(/itsolutions/images/new/n1-solutions-storageSolutions.gif);
			margin:0;	
		}
		#n1-solutions-serverConsolidation a{
			width:253px;
			background-image:url(/itsolutions/images/new/n1-solutions-serverConsolidation.gif);
			margin:0;	
		}
		#n1-solutions-disasterRecovery a{
			width:253px;
			background-image:url(/itsolutions/images/new/n1-solutions-disasterRecovery.gif);
			margin:0;	
		}
				
		
		
		
		
		/*---------------------------------------------------------------------------------
		=1.3.2 PRODUCTS
		---------------------------------------------------------------------------------*/
		#n1-products-sub{
			left:-9px;
		}
		#n1-products a{
			width:57px;
			background-image:url(/itsolutions/images/new/n1-products.gif);
			margin:0 8px 0 8px;	
		}
		#n1-products-systemX a{
			width:192px;
			background-image:url(/itsolutions/images/new/n1-products-systemX.gif);
			margin:0;	
		}
		#n1-products-systemZ a{
			width:192px;
			background-image:url(/itsolutions/images/new/n1-products-systemZ.gif);
			margin:0;	
		}
		/*
		#n1-products-systemIPX a{
			width:192px;
			background-image:url(/itsolutions/images/new/n1-products-systemIPX.gif);
			margin:0;	
		}
		*/
		#n1-products-powerSystems a{
			width:192px;
			background-image:url(/itsolutions/images/new/n1-products-powerSystems.gif);
			margin:0;	
		}
		#n1-products-bladeCenter a{
			width:192px;
			background-image:url(/itsolutions/images/new/n1-products-bladeCenter.gif);
			margin:0;	
		}
		#n1-products-totalStorage a{
			width:192px;
			background-image:url(/itsolutions/images/new/n1-products-totalStorage.gif);
			margin:0;	
		}		
		#n1-products-software a{
			width:192px;
			background-image:url(/itsolutions/images/new/n1-products-software.gif);
			margin:0;	
		}
		#n1-products-tivoliLinux a{
			width:192px;
			background-image:url(/itsolutions/images/new/n1-products-tivoliLinux.gif);
			margin:0;	
		}
		#n1-products-cognos a{
			width:192px;
			background-image:url(/itsolutions/images/new/n1-products-cognos.gif);
			margin:0;	
		}
		#n1-products-globalServices a{
			width:192px;
			background-image:url(/itsolutions/images/new/n1-products-globalServices.gif);
			margin:0;	
		}
		
		#n1-products-vmwarePortal a{
			width:192px;
			background-image:url(/itsolutions/images/new/n1-vmwarePortal.gif);
			margin:0;	
		}
		
		
		
		
				
		/*---------------------------------------------------------------------------------
		=1.3.3 INNOVATION CENTER
		---------------------------------------------------------------------------------*/
		#n1-innovationCenter a{
			width:114px;
			background-image:url(/itsolutions/images/new/n1-innovationCenter.gif);
			margin:0 8px 0 8px;
		}
		#n1-innovationCenter-sub{
			left:-9px;
		}
		#n1-innovationCenter-equipment a{
			width:146px;
			background-image:url(/itsolutions/images/n1-innovationCenter-equipment.gif); 
			margin:0;
		}
		#n1-innovationCenter-solutionSpecialties a{
			width:146px;
			background-image:url(/itsolutions/images/n1-innovationCenter-solutionSpecialties.gif);
			margin:0;
		}
		#n1-innovationCenter-services a{
			width:146px;
			background-image:url(/itsolutions/images/n1-innovationCenter-services.gif);
			margin:0;
		}
		/*
		#n1-innovationCenter-edTraining a{
			width:146px;
			background-image:url(/itsolutions/images/n1-innovationCenter-edTrain.gif);
			margin:0;
		}
		*/
		#n1-innovationCenter-events a{
			width:146px;
			background-image:url(/itsolutions/images/n1-innovationCenter-events.gif);
			margin:0;
		}
		/*
		#n1-innovationCenter-eventsCalendar a{
			width:146px;
			background-image:url(/itsolutions/images/n1-innovationCenter-eventsCalendar.gif);
			margin:0;
		}
		*/
		#n1-innovationCenter-photoGallery a{
			width:146px;
			background-image:url(/itsolutions/images/n1-innovationCenter-photoGallery.gif);
			margin:0;
		}
		#n1-innovationCenter-bpicRental a{
			width:146px;
			background-image:url(/itsolutions/images/n1-innovationCenter-bpicRental.gif);
			margin:0;
		}





		/*---------------------------------------------------------------------------------
		=1.3.4 PARTNERS
		---------------------------------------------------------------------------------*/
		#n1-partners a{
			width:56px;
			background-image:url(/itsolutions/images/new/n1-partners.gif);
			margin:0 8px 0 8px;
		}
		
		
		
		
		
		/*---------------------------------------------------------------------------------
		=1.3.6 CASE STUDIES
		---------------------------------------------------------------------------------*/
		#n1-caseStudies a{
			width:77px;
			background-image:url(/itsolutions/images/new/n1-caseStudies.gif);
			margin:0 8px 0 8px;
		}





		/*---------------------------------------------------------------------------------
		=1.3.7 NEWS AND EVENTS
		---------------------------------------------------------------------------------*/
		#n1-newsEvents a{
			width:86px;
			background-image:url(/itsolutions/images/new/n1-newsEvents.gif);
			margin:0 0 0 8px;
		}
		
		
		
		
		
/*=========================================================================================
=2.0 SECONDARY NAVIGATION 
=========================================================================================*/


.HP ul.n2{
	margin:0;
	width:225px;
}
.HP ul.n2 li{
	display:block;
	margin:0 0 1px 0;
	text-indent:-10000px;
}
.HP ul.n2 li a{
	background-repeat:no-repeat;
	display:block;
}
.HP ul.n2 li a:hover{
	background-position:-230px 0;
}

.SP #content-inner ul.n2{
	margin:0;
	padding:0 0 16px 0;
	width:225px;
}
.SP ul.n2 li {
	display:block;
	margin:0 0 1px 0;
	text-indent:-10000px;
}			
.SP ul.n2 li a{
	background-repeat:no-repeat;
	display:block;
}
.SP ul.n2 li a:hover{
	background-position:-230px 0;
}

/*
li#n2-services-freeCDATStudy a{
	background-image:url(/itsolutions/images/new/n2-services-freeCDATStudy.gif);
	height:17px;
	width:225px;
}
*/
li#n2-services-consolidationStudy a{
	background-image:url(/itsolutions/images/new/n2-services-consolidationStudy.gif);
	height:17px;
	width:225px;
}
li#n2-services-designImplement a{
	background-image:url(/itsolutions/images/new/n2-services-designImplement.gif);
	height:17px;
	width:225px;
}
li#n2-services-educationSkillsTransfer a{
	background-image:url(/itsolutions/images/new/n2-services-educationSkillsTransfer.gif);
	height:17px;
	width:225px;
}
li#n2-services-healthCheck a{
	background-image:url(/itsolutions/images/new/n2-services-healthCheck.gif);
	height:17px;
	width:225px;
}
/*
li#n2-services-greenIT a{
	background-image:url(/itsolutions/images/new/n2-services-greenIT.gif);
	height:17px;
	width:225px;
}
*/
li#n2-services-infrastructureConsulting a{
	background-image:url(/itsolutions/images/new/n2-services-infrastructureConsulting.gif);
	height:17px;
	width:225px;
}
li#n2-services-proofOfConcept a{
	background-image:url(/itsolutions/images/new/n2-services-proofOfConcept.gif);
	height:17px;
	width:225px;
}


li#n2-solutions-busIntelligence a{
	background-image:url(/itsolutions/images/new/n2-solutions-busIntelligence.gif);
	height:25px;
	width:225px;
}
li#n2-solutions-internetSecurity a{
	background-image:url(/itsolutions/images/new/n2-solutions-internetSecurity.gif);
	height:17px;
	width:225px;
}

li#n2-solutions-tsmwatchdog a{
	background-image:url(/itsolutions/images/new/n2-TSMWatchdog.gif);
	height:17px;
	width:225px;
}
li#n2-solutions-tsmwatchdog a:hover{
	background-position:-225px 0;
}

li#n2-solutions-vmware a{
	background-image:url(/itsolutions/images/new/n2-title-VMWareSolutions.gif);
	height:17px;
	width:225px;
}

li#n2-solutions-vmware a:hover{
	background-position:-225px 0;
}


li#n2-solutions-storageSolutions a{
	background-image:url(/itsolutions/images/new/n2-solutions-storageSolutions.gif);
	height:17px;
	width:225px;
}
li#n2-solutions-serverConsolidation a{
	background-image:url(/itsolutions/images/new/n2-solutions-serverConsolidation.gif);
	height:25px;
	width:225px;
}
li#n2-solutions-disasterRecovery a{
	background-image:url(/itsolutions/images/new/n2-solutions-disasterRecovery.gif);
	height:25px;
	width:225px;
}

li#n2-products-software a{
	background-image:url(/itsolutions/images/new/n2-products-software.gif);
	height:17px;
	width:225px;
}

li#n2-products-vmware a{
	background-image:url(/itsolutions/images/new/n2-title-VMWarePortal.gif);
	height:17px;
	width:225px;
}

li#n2-products-vmware a:hover{
background-position:-225px 0;
}

li#n2-products-systemX a{
	background-image:url(/itsolutions/images/new/n2-products-systemX.gif);
	height:17px;
	width:225px;
}
li#n2-products-systemZ a{
	background-image:url(/itsolutions/images/new/n2-products-systemZ.gif);
	height:17px;
	width:225px;
}
/*
li#n2-products-systemIPX a{
	background-image:url(/itsolutions/images/new/n2-products-systemIPX.gif);
	height:17px;
	width:225px;
}
*/
li#n2-products-powerSystems a{
	background-image:url(/itsolutions/images/new/n2-products-powerSystems.gif);
	height:17px;
	width:225px;
}
li#n2-products-bladeCenter a{
	background-image:url(/itsolutions/images/new/n2-products-bladeCenter.gif);
	height:17px;
	width:225px;
}
li#n2-products-totalStorage a{
	background-image:url(/itsolutions/images/new/n2-products-totalStorage.gif);
	height:17px;
	width:225px;
}
li#n2-products-software a{
	background-image:url(/itsolutions/images/new/n2-products-software.gif);
	height:17px;
	width:225px;
}
li#n2-products-tivoliLinux a{
	background-image:url(/itsolutions/images/new/n2-products-tivoliLinux.gif);
	height:17px;
	width:225px;
}
li#n2-products-cognos a{
	background-image:url(/itsolutions/images/new/n2-products-cognos.gif);
	height:17px;
	width:225px;
}
li#n2-products-globalServices a{
	background-image:url(/itsolutions/images/new/n2-products-globalServices.gif);
	height:17px;
	width:225px;
}


li#n2-inno-equipment a{
	background-image:url(/itsolutions/images/new/n2-inno-equipment.gif);
	height:17px;
	width:225px;
}
li#n2-inno-solutionSpecialties a{
	background-image:url(/itsolutions/images/new/n2-inno-solSpec.gif);
	height:17px;
	width:225px;
}
li#n2-inno-services a{
	background-image:url(/itsolutions/images/new/n2-inno-services.gif);
	height:17px;
	width:225px;
}
li#n2-inno-edTraining a{
	background-image:url(/itsolutions/images/new/n2-inno-edTraining.gif);
	height:17px;
	width:225px;
}
/*
li#n2-inno-eventsCalendar a{
	background-image:url(/itsolutions/images/new/n2-inno-eventsCalendar.gif);
	height:17px;
	width:225px;
}
*/





/*=========================================================================================
=3.0 HIGHLIGHTED NAVIGATION
=========================================================================================*/
#highlightNav{
/*	width:200px;
	margin:0;
	padding:25px 20px 20px 19px;
	float:right;*/
	margin-bottom:20px;
}
#highlightNav a{
	width:200px;
	height:50px;
	margin:3px 0 2px 0;
	border:0;
	display:block;
	text-indent:-10000px;
}
#highlightNav a:hover{ 
	background-position:0 -55px;
}
/* 3 links in highlighted navigation */
#highlightNav-innovationCenter{
	background:url(/itsolutions/images/btn-SP-innovationCtr.jpg);
}
#highlightNav-caseStudies{
	background:url(/itsolutions/images/btn-SP-caseStudies.jpg);
}
#highlightNav-partners{
	background:url(/itsolutions/images/btn-SP-partners.jpg);
}

