.SMParent {
    background-image:url(http://www.cro2.org/styles/slidemenu/right_bracket.gif);
    background-repeat:no-repeat;
    background-position:right;
    background-color: #E3DDC9;
    font:bold 8pt Tahoma;
    color:#2A4256;
    text-align:left;
    text-decoration: none;
    height:18px;
    width:182px;
    border-top:1px solid #ccd0d5;
    border-bottom:1px solid #ccd0d5;
}
.SMParentOver {
    background-image:url(http://www.cro2.org/styles/slidemenu/right_bracket.gif);
    background-repeat:no-repeat;
    background-position:right;
    background-color: #E3DDC9;
    font:bold 8pt Tahoma;
    color:#2A4256;
    text-align:left;
	text-decoration: none;
	cursor:pointer; 
    height:18px;
    border-top:1px solid #ccd0d5;
    border-bottom:1px solid #ccd0d5;
}

.SMParentSelected 
{
    background-image:url(http://www.cro2.org/styles/slidemenu/right_bracket.gif);
    background-repeat:no-repeat;
    background-position:right;
    background-color: #E3DDC9;
    font:bold 8pt Tahoma;
    color:#2A4256;
    text-align:left;
	text-decoration: none;
    height:18px;
    border-top:1px solid #ccd0d5;
    border-bottom:1px solid #ccd0d5;
}

.SMChild {
	font:8pt Tahoma; 
	color:#114477;
	text-decoration:none;
    padding-left: 12px;
    text-align:left;
}
.SMChild a {
	color:#114477;
	font:8pt Tahoma;
	text-decoration:none;
}

.SMChildOver {
	font:8pt Tahoma; 
	color:#0000FF;
	text-decoration:underline;
    padding-left: 12px;
	cursor:pointer;
	text-align:left;
}
.SMChildOver a {
	color:#0000FF;
	font:8pt Tahoma;
	text-decoration:underline;
}

.SMChildSelected {
	font:bold 8pt Tahoma; 
	color:#4A6276;
	text-decoration:none;
    padding-left: 12px;
    text-align:left;
}
.SMChildSelected a {
	color:#4A6276;
	font:bold 8pt Tahoma;
	text-decoration:none;
}

.SMChildrenBox {
	background-color: #ccd0d5;
	border-left: 1px solid #B5C7D6;
}

.SMMenu {
	background-color:white;
	width: 182px;
	overflow:hidden;
}

.SMImageParent {
	border:0px;
	vertical-align:-5px;
}

.SMImageChild {
	display:none;
}