/*  File: topnav.css        */
/*  By:   Jeremy Tredway    */
/*  Ver:  2008-03-26        */


/* top navigation */

#top_nav ul {
	font-size: 10px;
	height: 10px;
	line-height: 10px;
	margin: 0;
	padding: 0 0 0 62px;
	text-transform: uppercase;
	width: 750px;

}
#top_nav li {
	border-right: 1px solid #ddd;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#top_nav li.nav_last {
	border: none;
	margin: 0;
	padding: 0;
}


/* top navigation superfish */
/* refer to http://users.tpg.com.au/j_birch/plugins/superfish/ */

#top_nav, #top_nav ul {
	background: #fff;
}
#top_nav ul {
	height:10px;
}

#top_nav li {
	position: relative;
	/*z-index: 999;*/
}
/* Added font-size declaration because it is being overwritten by the main.css JMC 03/31/08*/

#top_nav a {
	display: block;
	padding: 9px 8px;
	font-size:10px;
}
#top_nav li ul {
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -999em;
	left: -1px;
	width: 133px;
}
#top_nav li ul li {
	border: none;
	width: 131px;
}
#top_nav li ul li a {
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
	text-transform: none;
	white-space: normal;
	width: 115px;
}
#top_nav li ul li a,
#top_nav li ul li a:link,
#top_nav li ul li a:active,
#top_nav li ul li a:visited {
	color: #777;
}

#top_nav li ul li a:hover {
	background: #f4f4f4;
	color: #191c75;
}

#top_nav li:hover ul, /* pure CSS hover is removed below */
#top_nav li.sfHover ul {
	top: 28px;
}
#top_nav li:hover li ul, 
#top_nav li.sfHover li ul {
	top: -999em;
}
#top_nav li li:hover ul, /* pure CSS hover is removed below */
#top_nav li li.sfHover ul {
	top: 0;
}
/*following rule negates pure CSS hovers so submenu remains hidden and JS controls when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}
#top_nav li li a {
	float: none;
}


/* top navigation image replacement */

#top_nav .topnav {
	height: 10px;
	padding: 10px 8px 8px;
	text-indent: -999em;
}
div#top_nav 
{
    height:28px;
}
#nav_products .topnav {
	background: #fff url("../img/top_nav.gif") no-repeat 0 0;
	width: 124px;
	}
	#nav_products .topnav:hover { background-position: -150px 0; }

#nav_solutions .topnav {
	background: #fff url("../img/top_nav.gif") no-repeat 0 -30px;
	width: 60px;
	}
	#nav_solutions .topnav:hover { background-position: -150px -30px; }

#nav_technologies .topnav {
	background: #fff url("../img/top_nav.gif") no-repeat 0 -60px;
	width: 83px;
	}
	#nav_technologies .topnav:hover { background-position: -150px -60px; }

#nav_support .topnav {
	background: #fff url("../img/top_nav.gif") no-repeat 0 -90px;
	width: 114px;
	}
	#nav_support .topnav:hover { background-position: -150px -90px; }

#nav_partners .topnav {
	background: #fff url("../img/top_nav.gif") no-repeat 0 -120px;
	width: 56px;
	}
	#nav_partners .topnav:hover { background-position: -150px -120px; }

#nav_mediacenter .topnav {
	background: #fff url("../img/top_nav.gif") no-repeat 0 -150px;
	width: 79px;
	}
	#nav_mediacenter .topnav:hover { background-position: -150px -150px; }

#nav_about .topnav {
	background: #fff url("../img/top_nav.gif") no-repeat 0 -180px;
	width: 54px;
	}
	#nav_about .topnav:hover { background-position: -150px -180px; }


