ul#nav, ul#nav li {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
/* #IEfix ul#nav li {
	float:left;
	clear:left
} */

/* main roll overs */
ul#nav li a {
    background-position: 0 0;
	background-repeat:no-repeat;
	display: block;
    height: 24px;
	margin:0;
    padding:0;
	position:absolute;
	top:49px;
	width:106px;
}		  
		  
li#solutions a {
    background-image: url(../art/nav_solutions.gif);
	left:134px;
}
li#products a {
    background-image: url(../art/nav_products.gif);
	left:240px;
}
li#services a {
    background-image: url(../art/nav_services.gif);
	left:346px;
}
li#resources a {
    background-image: url(../art/nav_resources.gif);
	left:452px;
}
li#about a {
	background-image: url(../art/nav_about_us.gif);
	left:558px;
}
li#contact a {
    background-image: url(../art/nav_contact.gif);
	left:664px;
}

/* rollover state */
ul#nav li a:hover {
    background-position: 0 -24px;
}


/* down state */

#solutionsPage li#solutions a,
#productsPage li#products a,
#servicesPage li#services a,
#resourcesPage li#resources a,
#aboutPage li#about a,
#contactPage li#contact a {
    background-position: 0 -24px;
}

/*hide text*/
.invisible {
	display:none;
}

/* secondary navigation */
#subnav a {
	color:#4f5342;
}
#subnav a:hover {
	color:#1590c8;
	text-decoration:underline;
}
#subnav dt,
#subnav li {
	color:#1590c8;
}

dt {
	margin:0px;
	margin-bottom:10px;
}
/* dt img {
	margin-bottom:15px;
	margin-top:15px;
} */
dd {
	margin:0px;
	margin-bottom:12px;
}
div#subnav {
	float:left;
	padding:18px;
	padding-right:38px;
	padding-top:0px;
	width:137px;
}
#subnav li {
	margin-bottom:5px;
}
#subnav ul {
	margin:0px;
	margin-left:7px;
	padding:0px;
	padding-left:15px;
	list-style-position: outside;
	list-style-image: url(../art/art_bullet.gif);
}
/* secondary navigation down state */

div.compliance a#nav_compliance,
div.sarbanes a#nav_sarbanes,
div.hippa a#nav_hippa,
div.glb a#nav_glb,
div.recovery a#nav_recovery,
div.realtime a#nav_realtime,
div.simulation a#nav_simulation,
div.insight a#nav_insight,
div.dcm a#nav_dcm,
div.reduction a#nav_reduction,
div.mirror a#nav_mirror,
div.tape a#nav_tape,
div.hms a#nav_hms,
div.mainframe a#nav_mainframe,
div.systems a#nav_systems,
div.assist a#nav_assist,
div.abars a#nav_abars,
div.consulting a#nav_consulting,
div.technical a#nav_technical,
div.support a#nav_support,
div.news a#nav_news,
div.releases a#nav_releases,
div.headlines a#nav_headlines,
div.events a#nav_events,
div.library a#nav_library,
div.datasheets a#nav_datasheets,
div.software a#nav_software,
div.newsletters a#nav_newsletters,
div.papers a#nav_papers,
div.web a#nav_web,
div.links a#nav_links,
div.company a#nav_company,
div.partnerships a#nav_partnerships,
div.job a#nav_job,
div.map a#nav_map,
div.privacy a#nav_privacy
 {
	color:#1590c8;
}