.SMParent {    
    background-image : url(./parent.gif);	
    background-repeat :no-repeat;
    font:bold 10pt arial;
    color:#887e6e;
    text-align:center;
    vertical-align : middle;
	text-decoration: none;
	padding-top : 10px;	
	width : 158px;
	height : 29px;	
}
.SMParentOver {
    background-image : url(./parent.gif);	
    background-repeat :no-repeat;
    font:bold 10pt Arial;
    color:#e6e2dc;
    text-align:center;
	text-decoration: none;
	vertical-align : middle;
	padding-top : 10px;	
    cursor:pointer;
	width : 158px;
	height : 29px;    
}
.SMParentSelected {
    background-image : url(./parent_Selected.gif);	
    background-repeat :no-repeat;
    font:bold 10pt Arial;
    color:#887e6e;
    text-align:center;
	text-decoration: none;
	vertical-align : middle;
	padding-top : 10px;	
	width : 158px;
	height : 29px;    	
}

.SMChild {
	font:10pt Arial;
	color:white;
	text-decoration:none;	
	text-align:center;
	vertical-align : middle;
	height : 25px;	
	border-top-style : solid;
	border-top-width : 1px;
	border-top-color : #7f7a69;	
	padding-top : 4px;	
}
.SMChild a {
	font:10pt Arial;
	color:white;
	text-decoration:none;
}
.SMChildOver {
	font:10pt Arial;
	color:white;
	text-decoration:none;	
	text-align:center;
	vertical-align : middle;
	height : 25px;	
	background-color : #827c6c;
	border-top-style : solid;
	border-top-width : 1px;
	border-top-color : #7f7a69;		
	padding-top : 4px;	
}
.SMChildOver a {
	font:10pt Arial;
	color:#FFFFFF;
	text-decoration:none;
}
.SMChildSelected {
	font:10pt Arial;
	color:white;
	text-decoration:none;	
	text-align:center;
	vertical-align : middle;
	height : 25px;	
	background-color : #827c6c;
	border-top-style : solid;
	border-top-width : 1px;
	border-top-color : #7f7a69;		
	padding-top : 4px;	
}
.SMChildSelected a {
	font:10pt Arial;
	color:white;
	text-decoration:none;
}

.SMChildrenBox {
	background-color:#c3beb1;
	border-left-style : solid;
	border-left-width : 1px;
	border-left-color : #7f7a69;
	border-right-style : solid;
	border-right-width : 1px;
	border-right-color : #7f7a69;		
}

.SMMenu {
	background-image : url(./MenuBG.gif);	
	width: 158px;
	overflow: hidden;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}

.SMImageParent {
	display:none;
}

.SMImageChild {
	display:none;
}


A 
{
    font:bold 10pt arial;
    color:#887e6e;
    text-decoration:none;    
}

