/*Sets line-height of all menuitems*/
#p7TMnav {
	margin-left: 13px;
	margin-right: 5px;
	font: 700 0.7em/1.2em Tahoma, Geneva, sans-serif;
	padding-top: 2px;
	/*font: 700 0.7em/1.6em Tahoma, Geneva, sans-serif;*/
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 4px;
}

#p7TMnav div div.first {
	padding-top: .3em;
}

#p7TMnav div div.menuItem0 {
	padding-top: .3em;
}

#p7TMnav div {
	padding-bottom: .4em;
	/*padding-bottom: .2em;*/
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
	text-decoration: none;
	width: 114px;
	padding-right: 6px;
	display: block;
}
/*#p7TMnav div a {
	color: #333333;
	font-size: 15px;
	padding: 0;
}*/
#p7TMnav div a:link, #p7TMnav div a:visited {
	color: #666666;
	background: url(../images/arrow_sidenav.gif) no-repeat 117px 5px;
	/*background: url(../images/arrow_sidenav.gif) no-repeat 117px 8px;*/
}
#p7TMnav div a:hover, #p7TMnav div a:active, #p7TMnav div a:focus {
	background: url(../images/arrow_sidenav.gif) no-repeat 117px -39px;
	/*background: url(../images/arrow_sidenav.gif) no-repeat 117px -36px;*/
	color: #F4531D;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	/*font-size: 13px;*/
	text-decoration: none;
	width: 114px;
	padding-right: 6px;
	display: block;
}

#p7TMnav div div a:link, #p7TMnav div div a:visited {
	color: #8C8C8C;
	background: url(../images/arrow_sidenav.gif) no-repeat 113px 5px;
}

#p7TMnav div div a:hover, #p7TMnav div div a:active, #p7TMnav div div a:focus {
	color: #F4531D;
	background: url(../images/arrow_sidenav.gif) no-repeat 113px -39px;
}



/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	color: #DE4431!important;
}

/*Side navigation selected markers - uses body id and class on link in side nav*/
#applications a.applications, #industries a.industries, #stories a.stories, #benefits a.benefits, #specs a.specs, #video a.video, #system a.system, #process a.process, #faq a.faq, #leasing a.leasing, #support a.support, #about a.about, #news a.news, #investors a.investors, #contact a.contact, #freepart a.freepart {
	color: #DE4431!important;
}
