/* ------------------------------------ */
/***       SITE NAVIGATION CSS        ***/
/* This file contains only Navigational */
/* style definitions.                   */
/* ------------------------------------ */
/* $Id: navigation.css,v 1.12 2004/06/02 03:47:24 rommelm Exp $ */

#navutil {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	height: 17px;
	font-size: 10px;
	color: #134a6e;
	text-align: right;
	line-height: 17px;
}

#navutil a {
	text-decoration: none;
	color: #134a6e;
}

#navutil .here {
	font-weight: bold;
	color: #000;
}


#navutil a:hover {
	text-decoration: underline;
}

#navmain {
	margin: 0px;
	padding: 0px;
	height: 59px;
	background: transparent url("/images/bg_navmain.gif");
}


/* Start navmain area*/
#ulnavmain {
	width: 492px;
	height: 26px;
	background: url("/images/navmain.gif");
	margin: 0px; 
	padding: 0px;
	position: absolute;
	top: 50px;
	left: 147px;

}

#ulnavmain li {
	margin: 0;
	padding: 0;
	list-style: none; 
	display: block; 
	position: absolute;
}

#ulnavmain a {
	display: block;
}

/* old nav */
/*
#navsolutions 	{left: 0px; top: 0px; width: 95px; height: 26px;}
#navservices 	{left: 96px; top: 0px; width: 92px; height: 26px;}
#navtechnology 	{left: 189px; top: 0px; width: 113px; height: 26px;}
#navpartners 	{left: 303px; top: 0px; width: 99px; height: 26px;}

#navsolutions a  {height: 26px;}
#navservices a 	 {height: 26px;}
#navtechnology a {height: 26px;}
#navpartners a 	 {height: 26px;}

#navsolutions a:hover 	{background: url("/images/navmain.gif") 0px -26px no-repeat;}
#navservices a:hover 	{background: url("/images/navmain.gif") -96px -26px no-repeat;}
#navtechnology a:hover 	{background: url("/images/navmain.gif") -189px -26px no-repeat;}
#navpartners a:hover 	{background: url("/images/navmain.gif") -303px -26px no-repeat;}

*/
/* updated nav */
/*
#navsolve 		{left: 0px; top: 0px; width: 74px; height: 26px;}
#navimplement 	{left: 75px; top: 0px; width: 108px; height: 26px;}
#navmanage 		{left: 184px; top: 0px; width: 93px; height: 26px;}
#navcompare 	{left: 278px; top: 0px; width: 99px; height: 26px;}
#navechosystem 	{left: 378px; top: 0px; width: 112px; height: 26px;}

#navsolve a 		{height: 26px;}
#navimplement a 	{height: 26px;}
#navmanage a 		{height: 26px;}
#navcompare a 		{height: 26px;}
#navechosystem a 	{height: 26px;}

#navsolve a:hover 		{background: url("/images/navmain.gif") 0px -26px no-repeat;}
#navimplement a:hover 	{background: url("/images/navmain.gif") -75px -26px no-repeat;}
#navmanage a:hover 		{background: url("/images/navmain.gif") -184px -26px no-repeat;}
#navcompare a:hover 	{background: url("/images/navmain.gif") -278px -26px no-repeat;}
#navechosystem a:hover 	{background: url("/images/navmain.gif") -378px -26px no-repeat;}
*/
/* End navmain area */

/* new nav */

#navresourcecenter	{left: 0px; top: 0px; width: 136px; height: 26px;}
#navproducts		{left: 137px; top: 0px; width: 88px; height: 26px;}
#navservices		{left: 226px; top: 0px; width: 88px; height: 26px;}
#navsupport		{left: 315px; top: 0px; width: 84px; height: 26px;}
#navpartners		{left: 400px; top: 0px; width: 91px; height: 26px;}

#navresourcecenter a 	{height: 26px;}
#navproducts a 		{height: 26px;}
#navservices a 		{height: 26px;}
#navsupport a 		{height: 26px;}
#navpartners a 		{height: 26px;}

#navresourcecenter a:hover 	{background: url("/images/navmain.gif") 0px -26px no-repeat;}
#navproducts a:hover 		{background: url("/images/navmain.gif") -137px -26px no-repeat;}
#navservices a:hover 		{background: url("/images/navmain.gif") -226px -26px no-repeat;}
#navsupport a:hover 		{background: url("/images/navmain.gif") -315px -26px no-repeat;}
#navpartners a:hover 		{background: url("/images/navmain.gif") -400px -26px no-repeat;}