/*
 * PureDOMExplorer Demo styles 
 * written by Chris Heilmann 
 * More at http://onlinetools.org/tools/puredom/
 //TN customized
 */
#pdemenuholder {
	background: transparent;
	z-index:1; 
	padding: 0;
	margin: 0px 0px 0px 0px;
	position:relative;
}
#pdemenuholder img {
	border: none;
}
ul.pde a:link,
ul.pde a:visited,
ul.pde a:hover,
ul.pde a:active{
	text-decoration:none;
	color:#4C145E;
	font-weight: normal;
	overflow: hidden; 
	outline: none;

}
ul.pde,ul.pde li{
	margin:0;
	padding:0;
	list-style: none;
	list-style-position: outside;
	list-style-image:none;
}
ul.pde{
	/*margin:.5em auto;*/
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/*first submenus ul-set*/
ul.pde ul{
	margin:0;
	padding:0;
}
ul.pde li{
	line-height: 1.3em;
	padding: 0;
}
ul.pde li li{
	padding: 0px 0px 0px 20px;

}
/*TN added more levels
ul.pde ul ul{
	margin: .25em 0 .5em .5em;
	padding: 0;
}
ul.pde li li li{
	font-size: 14px;
	line-height: 1.3em;
	padding: 4px 0px 4px 0px;

}
TN EOF more levels*/

/* dynamically added to LIs with nested ULs */
ul.pde li.parent{
	padding-left:0;
}
ul.pde li.parent img{
	border: none;
}
/* dynamically added to LIs with nested ULs and SPAN elements in them */
ul.pde li.current li{
	background: #fff;
}
/* The class to hide nested ULs */
.pdehide{
	   display: none;
}
/* The class to show nested ULs */
.pdeshow{
	   position:relative;
	   top: 0px;
	   left: 2px;
}
	   

/*//TN span style for when menu is selected*/	   
ul.pde strong {
	color: #4C145E;
	font-weight: normal;/*//TN force bold to be normal*/
}
/*//TN added class for when menu contains image instead of text (button vs.)*/   
ul.pde li.parent img.menuimg{
	border: none;
	cursor: pointer;
}
/*//TN class for expand/minimize img */
img.expandminimize {
	cursor: N-resize; padding-top: 4px; padding-bottom: 2px; padding-right: 4px; float: left; border: none;
}
/*//TN class for expand/minimize filler img */
img.expandminimizefiller {
	padding-top: 2px; padding-bottom: 2px; padding-right: 4px; float: left; border: none;
}
/*The Link style for top-level menuitems and is read by all browsers*/
ul.pde li a.menudepth0 {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
ul.pde li a.menudepth0 {
	/*/*/display: block;
	color: #4C145E;
	text-decoration: none;
	background: #ffffff;
	padding: 0px 0px 0px 0px !important;
	vertical-align: top;
	cursor: pointer;
	/* */
}
ul.pde li a.menudepth0:visited {
	color: #4C145E;
	font-weight: normal;
}
ul.pde li a.menudepth0:hover {
	color: #4C145E;
	font-weight: normal;
	background: #ffffff;
}
ul.pde li a.menudepth0:active {
	color: #4C145E;
	font-weight: normal;
}
/*
ul.pde li #pdeselected a:link, ul.pde li #pdeselected a:visited, ul.pde li #pdeselected a:hover, ul.pde li #pdeselected a:active {
	padding: 4px 2px 4px 6px !important;
	background-color: #cccccc;
	display: block;
	font-weight: bold;
	color: #000;
}*/
#pdelinkselected  {
	color: #4C145E;
	background-color: transparent;
	font-weight: normal;
}
/*//TN styles for top selected item*/
ul.pde #pdeselected0 a.menudepth0 {
	color: #4C145E;
	font-size: 14px;
	font-weight: normal;
}
ul.pde #pdeselected0 a.menudepth0 {
	/*/*/display: block;
	color: #4C145E;
	text-decoration: none;
	background: #ffffff;
	margin: 0;
	padding: 0px 0px 0px 0px !important;
	vertical-align: middle;
	line-height: 1.3em;
	font-size: 14px;
	cursor: default;
}
/*//TN to give room for selected top menu and it's list to next top level*/
ul.pde #pdeselected0 ul {
	margin-bottom: 0px;
}

