
/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 0px 0;
	font-size: 11px;
	display: none;
	/*/*/display: block; /* Hide from NN4 */
}
#p7TMctrl a:link {
	color: #666666;
}
#p7TMctrl a:visited {
	color: #666666;
}
#p7TMctrl a:hover {
	color: #FF9900;
}

/*Sets line-height of all menuitems*/
#p7TMnav {
	
	/*background-image:url(/newsite/images/side-nav-bg.gif); background-repeat:repeat-x; */
	background-color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
}

/*Internal Content Under Main Categories */
#p7TMnav div div {
	font-size: 10px;
	margin: 0 0 0 0px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #000000; /*/*/line-height: 27px; /* */
	font-weight: bold;
	text-decoration: none;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/padding: 0px 0 0px 0px;
	display: block;
	text-decoration: none; /* */
}
#p7TMnav div a:visited {
	
}
#p7TMnav div a:hover {
	color: #AF0000; 
	text-decoration: none;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	color: #FFFFFF;
	margin-left: -16px;
	font-weight: normal;
	line-height: 1.2em;
}


/*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 {
}

.top-category {
	background-image: url(/images/side-nav-btn.gif); background-repeat: no-repeat; background-position: 0px 0px;
	padding: 0 0 3px 30px;
}

.sub-cat {
	padding: 3px 0 3px 0;
}