
#navigation {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	width: 150px;
	height: 280px;
}

ul.capabilities#navigation {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	width: 150px;
	height: 170px;
}

#navigation a.head {
	cursor: pointer;
	border-bottom: 1px solid #ededed;
	color: #666;
	display: block;
	font-weight: normal;
	margin: 0px;
	padding: 2px 0;
	text-indent: 14px;
	text-decoration: none;
}


#navigation a.head span{
	padding: 0 0 0 13px;
}

#navigation a.head:hover {
	color: #000;
}

#navigation a.selected {
	color: #000;
}

#navigation a.current {
	background-color: none;
}
#navigation ul {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
#navigation li {
	list-style: none; 
	display: inline;
}

#navigation li a:hover {
	background: #d4efff;
}


#navigation li li a {
	color: #2c5c79;
	display: block;
	text-indent: 10px;
	text-decoration: none;
	background: #FFF url(../images/subnav_bullet.gif) no-repeat 5px .5em;
	margin: 0 0 0 15px;
	padding: 2px 0 2px 5px;
}

#navigation li li a span {
	padding: 0 0 0 11px;
}


#navigation li li a:hover {
	background: #d4efff url(../images/subnav_bullet.gif) no-repeat 5px .5em;
	color: #000;
}

#navigation a.select {
	color: #2c5c79;
	background: #d3e5f0 url(../images/subnav_bullet_red.gif) no-repeat 5px .5em;
}

#navigation a.hdrSelect {
	color: #000;
	background: #d3e5f0 url(../images/subnav_bullet_red.gif) no-repeat 5px .5em;
}

#navigation a.hdrSelect span {
	padding: 0 0 0 13px;
}




/*
Left Nav Product Headers ---------------------------------- */

#navigation a.navHdr {
	font-weight: bold;
	color: #000;
}	


#navigation a.navHdr {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#navigation a.navHdr:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background: #d4efff;
}

#navigation a.over {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background: #d3e5f0 url(../images/subnav_bullet_red.gif) no-repeat 5px 50%;
}


@media print {
	#navigation ul {
		display: block!important;
		height: auto!important
	}
}
