@charset "utf-8";
/* CSS Document */
#navUtil a.active {
	text-decoration: underline;
}

#navMain {
	text-align: center;
	height: 50px;
	padding-left: 100px;
}

#navMain a {
/*	color: #253C31;*/
	color: #506670;
	text-decoration: none;
	padding: 15px 30px 0 30px;
	display: block;
}

#navMain a:hover, #navMain a.active, #navMain a:hover, #navMain a:active {
	background: transparent url("/images/bg_nav.jpg") left top repeat-x;
}

#navMain ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navMain ul li {
	margin: 0;
	padding: 0;
	float: left;
	border-right: 1px solid #d2d2d2;
	font-weight: bold;
	font-family: "Tahoma";
	font-size: 12px;
}

#navMain ul li.last {
	border-right: none;
}


/* */
#subHeader {
	height: 197px;
	background: transparent url("/images/bg_header.jpg") left top no-repeat;
	position: relative;
}

#subHeader ul {
	position: absolute;
	top: 18px;
	left: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 207px;
	height: 162px;
	background: transparent url("/images/nav_services.jpg") left top no-repeat;
}

#subHeader li {
	margin: 0;
	padding: 0 0 0 50px;
}

#subHeader li a {
	display: block;
}


#navJavaDev, #navJavaDev a {
	height: 40px;
}

#navJavaDev a:hover {
	height: 40px;
	background: transparent url("/images/nav_services.jpg") -50px -162px no-repeat;	
}

#navCognosRep, #navCognosRep a {
	height: 42px;
}

#navCognosRep a:hover {
	height: 42px;
	background: transparent url("/images/nav_services.jpg") -50px -202px no-repeat;	
}

#navWebDev, #navWebDev a {
	height: 36px;
}

#navWebDev a:hover {
	height: 36px;
	background: transparent url("/images/nav_services.jpg") -50px -244px no-repeat;		
}

#navWebApps, #navWebApps a {
	height: 44px;
}

#navWebApps a:hover {
	height: 44px;
	background: transparent url("/images/nav_services.jpg") -50px -280px no-repeat;		
}




#navSecondary {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}

#navSecondary li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	border-bottom: 1px solid #f3f4f5;
}

#navSecondary li a {
	display: block;
	padding: 4px 0 4px 15px;
	background: transparent url("/images/bullet_navsecondary.gif") 4px 10px no-repeat;
}

#navSecondary li a.active {
	display: block;
	padding: 4px 0 4px 15px;
	background: transparent url("/images/bullet_navsecondary_active.gif") 4px 9px no-repeat;
}

#navSecondary li ul  {
	margin: 0 0 6px 0;
	padding: 0;
	list-style: none;
	height: 100%;
}


#navSecondary li ul li {
	margin: 0;
	padding: 0;
	font-size: 11px;
	border-bottom: none;
	height: 100%;
}

#navSecondary li ul li a {
	display: block;
	padding: 2px 0 2px 25px;
	background: transparent url("/images/bullet_navtertiary.gif") 16px 8px no-repeat;
}

#navSecondary li ul li a.active {
	display: block;
	padding: 2px 0 2px 25px;
	background: transparent url("/images/bullet_navtertiary.gif") 16px 8px no-repeat;
	text-decoration: underline;
}
