.SMParent {
	margin-top:5px;
	height: 18px;
	background-color:#000000;
	/*border-bottom:1px solid white;*/
	border-bottom:none;
    font:12px Georgia; 
    color:#FCF0AD;
    text-align:left;
    padding-left: 4px;
	letter-spacing: 1px;
	/*background: url('../../styles/aldrei/parentover.gif') no-repeat;*/
	/*background-position: 0% 50%;*/
}
.SMParentOver {
	margin-top:5px;
	height: 18px;
	background-color: #444;
	/*border-bottom:1px solid white;*/
	border-bottom:none;
	font:12px Georgia;
    color:#EEAB36;
    text-align:left;
	text-decoration:none; 
    padding-left: 4px;
    cursor:pointer;
	letter-spacing: 1px;
}
.SMParentSelected {
	margin-top:5px;
	height: 18px;
	background-color :#444;
	/*border-bottom:1px solid white;*/
	border-bottom:none;
	font:12px Georgia;
    color:#EEAB36;
    text-align:left;
    padding-left: 4px;
	cursor:default;
	letter-spacing: 1px;
}

.SMChild {
	margin:0px;
	border-bottom:none;
    font:11px Georgia;
	text-decoration:none;
    color:#FCF0AD;
	padding:2px;
    padding-left: 22px;
	cursor:pointer;
	text-align:left;
	letter-spacing: 1px;
}
.SMChild a {
	color:#FCF0AD;
	font:11px Georgia;
	text-decoration:none;
	letter-spacing: 1px;
}

.SMChildOver {
	margin:0px;
	background-color: none;
	border-bottom:none;
    font:11px Georgia; 
	text-decoration:none; 
    color:#EEAB36;
	padding:2px;
    padding-left: 22px;
	cursor:pointer;
	text-align:left;
    text-decoration: none;
	letter-spacing: 1px;
}
.SMChildOver a {
	color:#EEAB36;
	font:11px Georgia;
	text-decoration: none;
	letter-spacing: 1px;
}

.SMChildSelected {
	margin:0px;
	border-bottom:none;
    font:11px Georgia;
    color:#EEAB36;
	padding:2px;
    padding-left: 22px;
    text-align:left;
	letter-spacing: 1px;
}
.SMChildSelected a {
	color:#EEAB36;
	font:11px Georgia;
	text-decoration:none;
	letter-spacing: 1px;
}

.SMChildrenBox {
}

.SMMenu {
	background-color:none; 
	width: 200px;
	border:none;
	border-bottom:none;
	overflow:hidden;
}

.SMImageParent {
	border:0px;
	vertical-align:middle;
	margin-right:8px;
	width:9px;
	height:9px;
}

.SMImageChild {
	display: none;

}