.SMParent {
    background-image:url(right_bracket.gif);
    background-repeat:no-repeat;
    background-position:right;
    background-color: #00A994;
    font:bold 0.69em Arial;
    color:#ffffff;
    text-align:left;
    text-decoration: none;
    height:18px;
    border-top:1px solid white;
    border-bottom:1px solid white;
}

.SMParent a:link {
    color:#ffffff;
    text-decoration: none;
}
.SMParent a:visited {
    color:#ffffff;
    text-decoration: none;
}
.SMParent a:hover {
    color:#ffffff;
    text-decoration: none;
}
.SMParent a:selected {
    color:#ffffff;
    text-decoration: none;
}

.SMParentOver {
    background-image:url(right_bracket.gif);
    background-repeat:no-repeat;
    background-position:right;
    background-color: #00A994;
    font:bold 0.69em Arial;
    color:#ffffff;
    text-align:left;
    text-decoration: none;
    cursor:pointer; 
    height:18px;
    border-top:1px solid white;
    border-bottom:1px solid white;
}
.SMParentOver a:link {
    color:#ffffff;
    text-decoration: none;
}
.SMParentOver a:visited {
    color:#ffffff;
    text-decoration: none;
}
.SMParentOver a:hover {
    color:#ffffff;
    text-decoration: none;
}
.SMParentOver a:selected {
    color:#ffffff;
    text-decoration: none;
}

.SMParentSelected {
    background-image:url(right_bracket.gif);
    background-repeat:no-repeat;
    background-position:right;
    background-color: #00A994;
    font:bold 0.69em Arial;
    color:#ffffff;
    text-align:left;
    text-decoration: none;
    height:18px;
    border-top:1px solid white;
    border-bottom:1px solid white;
}
.SMParentSelected a:link {
    color:#ffffff;
    text-decoration: none;
}
.SMParentSelected a:visited {
    color:#ffffff;
    text-decoration: none;
}
.SMParentSelected a:hover {
    color:#ffffff;
    text-decoration: none;
}
.SMParentSelected a:selected {
    color:#ffffff;
    text-decoration: none;
}

.SMChild {
	font:0.69em Arial; 
	color:#333;
	text-decoration:none;
    padding-left: 12px;
    text-align:left;
}
.SMChild a:link {
    color:#333;
    text-decoration: none;
}
.SMChild a:visited {
    color:#333;
    text-decoration: none;
}
.SMChild a:hover {
    color:#333;
    text-decoration: none;
}
.SMChild a:selected {
    color:#333;
    text-decoration: none;
}

.SMChildOver {
	font:0.69em Arial; 
	color:#00A994;
	text-decoration:underline;
    padding-left: 12px;
	cursor:pointer;
	text-align:left;
}
.SMChildOver a:link {
    color:#00A994;
    text-decoration: underline;
}
.SMChildOver a:visited {
    color:#00A994;
    text-decoration: underline;
}
.SMChildOver a:hover {
    color:#00A994;
    text-decoration: underline;
}
.SMChildOver a:selected {
    color:#00A994;
    text-decoration: underline;
}

.SMChildSelected {
	font:bold 0.69em Arial; 
	color:#00A994;
	text-decoration:none;
    padding-left: 12px;
    text-align:left;
}
.SMChildSelected a:link {
    color:#00A994;
    text-decoration: none;
}
.SMChildSelected a:visited {
    color:#00A994;
    text-decoration: none;
}
.SMChildSelected a:hover {
    color:#00A994;
    text-decoration: none;
}
.SMChildSelected a:selected {
    color:#00A994;
    text-decoration: none;
}

.SMChildrenBox 
{
	background-color: white;
	/*
	border-left: 1px solid #00A994;
	border-right: 1px solid #00A994;
	*/
}

.SMMenu {
	background-color:white;
	width: 168px;
	overflow:hidden;
	height:auto;
}

.SMImageParent {
	border:0px;
	vertical-align:-5px;
}

.SMImageChild {
	display:none;
}