/* Parent */
.SMParent
{   FONT:		10pt Arial,sans-serif;
    COLOR: 		#0099ff;
    PADDING-LEFT: 	12px; 
    TEXT-DECORATION: 	none;
    /*BACKGROUND-COLOR: 	#4d6de7; */
    VERTICAL-ALIGN: middle; HEIGHT: 18;
}


.SMParent a {
	FONT:  10pt Arial,sans-serif; 
	COLOR: #0099ff;
	TEXT-DECORATION: none;
}



/* Parent with mouse over it */
.SMParentOver
{   CURSOR: 		pointer;
    FONT: 		 10pt Arial,sans-serif; 
    COLOR: 		#0099ff;
    PADDING-LEFT: 	12px; 
    TEXT-DECORATION: 	underline;
    /*BACKGROUND-COLOR: 	#4d6de7; */
    VERTICAL-ALIGN: middle; 
    HEIGHT: 18;
}

.SMParentOver a {
	FONT:  10pt Arial,sans-serif; 
	COLOR: #0099ff;
	TEXT-DECORATION: underline;
}


/* Parent when selected (clicked on) */
.SMParentSelected
{   FONT: 		 10pt Arial,sans-serif; 
    COLOR: 		#0099ff;
    PADDING-LEFT: 	12px; 
    TEXT-DECORATION: 	underline;
    /*BACKGROUND-COLOR: 	#4d6de7;*/
    VERTICAL-ALIGN: middle; HEIGHT: 18;
}

.SMParentSelected a {
	FONT:  10pt Arial,sans-serif; 
	COLOR: #0099ff;
	TEXT-DECORATION: none;
}



/* Child */
.SMChild
{   
	FONT: 		normal 9pt Arial,sans-serif; 
    COLOR: 		#0099ff;
    PADDING-LEFT: 	22px; 
    TEXT-DECORATION: 	none;
    /*BACKGROUND-COLOR: 	#4d6de7;*/
    TEXT-ALIGN: left;
}

/* style for <a> inside Children: */
.SMChild a {
	FONT: normal 9pt Arial,sans-serif;
	COLOR: #0099ff;
	TEXT-DECORATION: none;
}

/* Child with mouse over it */
.SMChildOver
{   CURSOR: auto;
	CURSOR: hand;
    FONT: 		normal 9pt Arial,sans-serif; 
    COLOR: 		#0099ff;
    PADDING-LEFT: 	22px; 
    TEXT-DECORATION: 	underline;
   /* BACKGROUND-COLOR: 	#4d6de7;	 */
}

/* style for <a> inside Children with mouse over: */
.SMChildOver a {
	FONT: normal 9pt Arial,sans-serif;
	COLOR: #0099ff;
	TEXT-DECORATION: underline;
}

/* Child when selected */
.SMChildSelected
{   FONT: 		bold 9pt Arial,sans-serif; 
    COLOR: 		#0099ff;
    PADDING-LEFT: 	26px; 
    TEXT-DECORATION: 	none;
    /*BACKGROUND-COLOR: 	#4d6de7;*/
}

/* style for <a> inside selected Children: */
.SMChildSelected a {
	FONT: bold 9pt Arial,sans-serif;
	COLOR: #0099ff;
	TEXT-DECORATION: none;
}

/* Children box (an area under the parent which holds all children) */
.SMChildrenBox 
{
	/*BACKGROUND-COLOR: 	#4d6de7;   */
}

.SMMenu {
	/*background-color:#4d6de7; */
	width: 180px;
	padding: 3px;
	overflow:hidden;
}

/* Style for children images */
.SMImageChild {
	border:0px;
}
