/* pVII style sheet edited for Looped LOGIC Product page side menus */
/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: 11px;
	display: none;
	/*/*/display: block; /* Hide from NN4*/
}
/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 30px; /* */
}
/*Sets background color, border, and padding around the menu DIV*/
#p7TMnav {
	padding: 60px 2px 2px 0;
}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to 12px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 20px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	background-image:url(../images/sidenav_images/LLside_navUP.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 2px 0 12px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/padding: 0 0 0 6px;
	display: block;
	color: #FFFFFF;
	text-decoration: none; /* */
}
#p7TMnav div a:visited {
	color: #333;
}
#p7TMnav div a:hover {
/*	background-image:url(../images/sidenav_images/LLside_navDOWN.jpg);
	background-repeat: no-repeat;*/
	background-image: none;
	background-color: #F07C0F;
	color: #FFFFFF;
}
#p7TMnav div a:active, #p7TMnav div div a:active {
	border: none;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	font-size: 11px;
	background-color: transparent;
	color: #FFFFFF;
}
#p7TMnav div div a:visited {
	color: #CCCCCC;
}
#p7TMnav div div a:hover, {
	background-image:url(../images/sidenav_images/LLside_navDOWN.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: 12px;
}
/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	text-transform: uppercase;
	color: #EEE !important;
	padding: 0 0 0 20px !important;
	background-color: transparent !important;
}
