/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print {

	ul.mktree {
		padding:0;
		margin:0 0 25px 17px !important;
		width:186px;



		}
	/* Turn off list bullets */
	ul.mktree li { list-style: none; }
	ul.mktree a, ul.mktree a:visited { color: #8e8f90; text-decoration:none;}
	 ul.mktree a:hover, ul.mktree li:hover { color: #fff;}
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:0px; padding:0px; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 15px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet {

		margin-left: 10px;  cursor: pointer;



	}

	




	ul.mktree  li.liClosed  .bullet {margin-left: 10px; cursor: pointer;  }
	ul.mktree  li.liBullet  .bullet {margin-left: 10px; cursor: default;  }
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; margin-top:3px; }
	ul.mktree  li.liClosed  ul { display: none; }
	ul.mktree  li.liClosed  { padding-bottom:3px; }
	ul.mktree  li.liBullet  { padding-bottom:3px; }

	ul.mktree li {

		font-size:12px;
		font-family:"Century Gothic", arial;
		width:186px;
		margin-bottom:1px;
		min-height:16px;
		height:auto !important;
		height:16px;

		text-decoration:none;
		display:block;


		padding:0 0 0 0px;
		min-height:16px;
		height:auto !important;
		height:16px;

		border-top:1px #eaeaea solid;
		border-bottom:1px #eaeaea solid;

		color:#409dd2;
		background-image:url(../img/pucecat.gif);
		background-position:left top;
		background-repeat:no-repeat;
	}

	ul.mktree li:hover {
		background-color:#fff;
		background-image:url(../img/pucecatselected2.gif);
		background-repeat:no-repeat;
		color:#fff;
	}
	ul.mktree li:hover a{
		color:#fff;
	}
	
	li:hover a#fakecat{
		color:#fff!important;
	}

	ul.mktree li ul li{

		margin-bottom:2px!important;
		min-height:15px;
		height:auto !important;
		height:15px;

		border-top:0px!important;
		border-bottom:0px!important;
		background-color:#e5f2f9!important;
		color:#8e8f90!important;
		background-image:url(../img/pucesouscat.gif)!important;
		padding:0 0 0 10px!important;
		width:176px!important;

		background-color:#fff;

	}

	ul.mktree li ul li:hover{

		color:#007cc3!important;
		background-image:url(../img/pucesouscathover.gif)!important;
	}
	ul.mktree li ul li:hover a{

		color:#007cc3!important;

	}

	ul.mktree li ul li ul li{
		background-color: #7f9eb9;
		background-image: url(../img/dtree/stripes2.gif);

		padding-left: 8px;
		padding-top: 3px;
		padding-bottom: 1px;
		}

.dtree_main_bottom {
	width: 198px;
	height: 18px;
	background-image: url(../img/interface/category_bottom.png);
}

	/* Format menu items differently depending on what level of the tree they are in */
	/* Uncomment this if you want your fonts to decrease in size the deeper they are in the tree */
/*
	ul.mktree  li ul li { font-size: 90% }
*/



ul.mktree li.liOpen   {
	cursor: pointer;
	background-color:#fff;
	background-image:url(../img/pucecatselected2.gif);
	background-repeat:no-repeat;
	color:#fff;
}
ul.mktree li.liOpen, ul.mktree li.liOpen a{
	color:#fff;
}
ul.mktree li.liOpen ul li, ul.mktree li.liOpen ul li a{
	color:#7f9eb9;
}
	

	ul.mktree  li.liOpen  :hover   {

	}
	
	
}
