@charset "utf-8";
/* CSS Document */
				#txnmy, #txnmy1, #txnmy2 {
					background: url(http://newsalesparadigm.com/design1/images/dt-bg.png) 220px 50% no-repeat;
				}
				
				#txnmy h3, #txnmy1 h3, #txnmy2 h3 {
						padding: 0;
						margin: 0;
						display: block;
						font-size: 1em;
						font-weight: normal;
				}
				
				#txnmy li.solution a, #txnmy1 li.solution1 a, #txnmy2 li.solution2 a {
						font-size: 1em;
						font-weight: normal;
				}
			
				#txnmy ul, #txnmy1 ul, #txnmy2 ul {
					padding: 0;
					margin: 0;
					list-style: none;
					width: 220px;
				}
				
				#txnmy li, #txnmy1 li, #txnmy2 li {
					position: relative;
					padding: 5px;
					margin: 0;
					list-style: none;
				}
				
				#txnmy ul.topics, #txnmy1 ul.topics1, #txnmy2 ul.topics2 {
					background-color: #660000;
				}
				
				li.topic, li.topic1, li.topic2 {
						color: #fff;
						cursor:pointer;cursor:hand;
						border: 1px solid #ccc;
						border-width: 0 1px 1px 0;
				}
				li.topic2 a{
					color: #FFF;
					text-decoration:none;
				}
				li.topic2 a:hover {
					color: #660000;
				}
				li.topic:hover, li.topic1:hover, li.topic2:hover {
					color: #660000;
					background-color: #f9c0c0;
					border-right: 1px solid #f9c0c0;
				}
				
				li.topic.selected, li.topic1.selected, li.topic2.selected {
					color: #660000;
					background-color: #f9c0c0;
					border-right: 1px solid #f9c0c0;
				}
				
				#txnmy ul.problems, #txnmy1 ul.problems1, #txnmy2 ul.problems2 {
						width: 250px;
						position: absolute;
						left: 220px;
						background-color: #f9c0c0;
						display: none;
				}
				
				li.problem, li.problem1, li.problem2 {
					border: 1px solid #eee;
					border-width: 0 1px 1px 0;
				}
				
				li.problem:hover, li.problem1:hover, li.problem2:hover {
					background-color: #eee;
				}
				li.problem a, li.problem1 a, li.problem2 a {
					text-decoration: none;
					color: #660000;
				}
				li.problem.selected, li.problem1.selected, li.problem2.selected {
					background-color: #eee;
				}
				
				#txnmy ul.solutions, #txnmy1 ul.solutions1, #txnmy2 ul.solutions2 { 
					width: 290px;
					left: 250px;
					position: absolute;
					background-color: #eee;
					cursor: auto;
					font-size: .8em;
				}
				
				#txnmy li.solution, #txnmy1 li.solution1, #txnmy2 li.solution2 {
					padding: 10px;
				}
				li.solution a, li.solution1 a, li.solution2 a {
					text-decoration: none;
					color: #660000;
				}
				li.solution a:hover, li.solution1 a:hover, li.solution2 a:hover {
					text-decoration: underline;
				}
