/*
	Modified stylesheet for XP TreeLink template
*/

.level1_active #sltl { /*  */
  margin-left: 4px;
  font-family: "Arial", "Lucida Grande", "Lucida Sans", sans-serif;
  font-weight: bold;
  color: #000000;
  cursor: hand;
/*
  border-bottom-width: 1px;
  border-bottom-style: solid;	
*/
  text-decoration: none; 
}

/* Top level Item that has no associated content */
.level1_nonSelectable #sltl {
  font-family: "Arial", "Lucida Grande", "Lucida Sans", sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #666;
/*
  border-bottom-width: 1px;
  border-bottom-style: solid;	
*/
    text-decoration: none; 	
}

.level1_default #sltl {
  font-family: "Arial", "Lucida Grande", "Lucida Sans", sans-serif;
	color: #666;
	font-weight: bold;
	cursor: hand;	
/*
  border-bottom-width: 1px;
  border-bottom-style: solid;	
*/
    text-decoration: none; 
}

.level1_selected #sltl {
  font-family: "Arial", "Lucida Grande", "Lucida Sans", sans-serif;
    font-size : 10px; 
	color: #666;
	font-weight: bold;
	cursor : hand;
/*
  border-bottom-width: 1px;
  border-bottom-style: solid;	
*/
    text-decoration: none; 
}

.level1_activeSelected #sltl {
  font-family: "Arial", "Lucida Grande", "Lucida Sans", sans-serif;
    font-size : 10px; 
    color: #666;
    font-weight: bold;
    cursor : hand;
/*
  border-bottom-width: 1px;
  border-bottom-style: solid;	
*/
    text-decoration: none; 
}

.b {
}

.b #sltl {
  font-family: "Arial", "Lucida Grande", "Lucida Sans", sans-serif;
  font-weight: normal;
  color: #666;
  text-decoration: underline; 
}
.c {
}

.level2_active #sltl { /* Hover state on 2nd level items with children */
  font-family: "Arial", "Lucida Grande", "Lucida Sans", sans-serif;
	color: #000000;
	cursor: hand;
	font-weight: normal;
}

.level2_nonSelectable #sltl { /* Hover state on 2nd level items WITHOUT children */
  font-family: "Arial", "Lucida Grande", "Lucida Sans", sans-serif;
	font-weight: normal;
	font-style: normal;
	cursor: hand;
	color: #666;
}

.level2_default #sltl { /* Default settings for 2nd Level items */
  font-family: "Arial", "Lucida Grande", "Lucida Sans", sans-serif;
	color: #666;
	font-weight: normal;	
}

.level2_selected #sltl {
  font-family: "Arial", "Lucida Grande", "Lucida Sans", sans-serif;
	color: #666;
	font-weight: normal;	
}

.level2_activeSelected #sltl {
  font-family: "Arial", "Lucida Grande", "Lucida Sans", sans-serif;
	color: #666;
	font-weight: normal;            	
}

.d {  
}


.level3_active #sltl {
	font-weight: normal;            	
	color: #666;
	cursor: hand;
	text-decoration: none;	
}

.level3_nonSelectable #sltl {
	font-weight: normal;	
	font-style: italic;
	color: #666;
	text-decoration: none;
}

.level3_default #sltl {
	font-weight: normal;	
	color: #666;
	text-decoration: none;
}

.level3_selected #sltl {
	font-weight: normal;            	
	color: #666;	
	text-decoration: none;	
}

.level3_activeSelected #sltl {
	font-weight: normal;	
	color: #666;
	text-decoration: none;	
}

/* item in NORMAL state */
.sltXpItem {
  font-family: "Arial", "Lucida Grande", "Lucida Sans", sans-serif;
	cursor: hand;
}

.sltXpItem #sltl {
  font-family: "Arial", "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #333;
}

/* item in ACTIVE state  (rollover) */

.sltXpItema {
	cursor: hand;
}

.sltXpItema #sltl {
  font-family: "Arial", "Lucida Grande", "Lucida Sans", sans-serif;
	font-weight:normal;
	color: red;
	text-decoration: none;
}

/* item in SELECTED state */

.sltXpItems {
	cursor: hand;
}

.sltXpItems #sltl {
	cursor: hand;
  font-family: "Arial", "Lucida Grande", "Lucida Sans", sans-serif;
	font-weight:normal;
	font-size: 12px;
}

/* item in ACTIVE+SELECTED state */

.sltXpItemas {
	cursor: hand;
}

.sltXpItemas #sltl {
	cursor: hand;
  font-family: "Arial", "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 12px;
	color: red;
	font-weight:normal;
	background-color: #;
}

/* NONSELECTABLE item */

.sltXpItemn { 
}

.sltXpItemn #sltl
{
	background-repeat: repeat-x;
	background-position: left top;
  font-family: "Arial", "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 12px;
	color: #333;
	padding-left: 1px;
	text-decoration: none;
}

/* DISABLED item */

.sltXpItemd
{
}

.sltXpItemd #sltl
{
  font-family: "Arial", "Lucida Grande", "Lucida Sans", sans-serif;
	color: silver;
}

/* item in NORMAL state for NOSCRIPT */

.sltXpNSI
{
	text-decoration: none;
}

.sltXpNSI img
{
	margin-bottom: 2;
}

/* spacer */

.sltXpSpacer
{
}

/* knot */

.sltXpKnot
{
	cursor: hand;
}

/* control container */

.sltXpHolder 
{
}

/* row */

.sltXpRow
{
	padding: 0;
}