#btborder{
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
#tpborder{
	border-top: 1px solid #E5E5E5;
}
ul.mkt li { font-size: 11px;}
ul.mkt {
	margin-top:0px;
	margin-left:0px;
	margin-right:5px;
	padding-left:0px;
/*		padding-right:5px;*/
	background-color: White;
}
ul.mkt ul { 
	margin:0px;
	padding-left: 10px;
}

/* Turn off list bullets */
ul.mkt li { list-style: none; }

/* Provide space for our own "bullet" inside the link */
ul.mkt li a { 
	color: #0484E3;
	text-decoration: none;
	padding-left: 10px; 
}
ul.mkt li a.curnode{
	color: #000000;
	text-decoration: none;
}

ul.mkt a:link {
	color: #0484E3;
	text-decoration: none;
}
ul.mkt a:visited {
	color: #0484E3;
	text-decoration: none;
}
ul.mkt a:hover {
	color: #4E4E4E;
	text-decoration: none;
}
ul.mkt a:active {
	color: #0484E3;
	text-decoration: none;
}
/* Show "bullets" in the links, depending on the class of the
   LI that the link's in */
ul.mkt li.mktopen a {
    background: url(../images/st3/minus.gif) center left no-repeat;
}
ul.mkt li.mktclosed a {
    background: url(../images/st3/plus.gif) center left no-repeat;
}
ul.mkt li.mktbullet a {
    background: url(../images/st3/bullet.gif) center left no-repeat;
}

/* Actually show and hide sublists */
ul.mkt li.mktopen ul { display: block; }
ul.mkt li.mktclosed ul { display: none; }
