.SMParent {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	
    background-image:url('../../en/images/nav-off.gif');
    background-repeat: no-repeat;
	height:24px;
width:165px;
display: block;

color:#FFFFFF;
font-size:12px;
margin: 0 0 0 0;
padding: 0;
text-decoration: none;
}

.SMParentOver {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	
    background-image:url('../../en/images/nav-on.gif');
    background-repeat: no-repeat;
	height:24px;
width:165px;
display: block;
color:#FFFFFF;
font-size:12px;
margin: 0 0 0 0;
padding: 0;
text-decoration: none;
}

.SMParentSelected {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	
    background-image:url('../../en/images/nav-on.gif');
    background-repeat: no-repeat;
	height:24px;
width:165px;
display: block;
color:#FFFFFF;
font-size:12px;
margin: 0 0 0 0;
padding: 0;
text-decoration: none;
}

.SMChild {
box-sizing:border-box;
	-moz-box-sizing:border-box;
height:24px;
width:165px;
    background-image:url('../../en/images/nav-sub-off.gif');
    background-repeat: no-repeat;
	display: block;
	color:#5C9E47;
font-size:11px;
margin: 0 0 0 0;
padding: 0;
text-decoration: none;
}

.SMChildOver {
box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:24px;
width:165px;
    background-image:url('../../en/images/nav-sub-on.gif');
    background-repeat: no-repeat;
display: block;
color:#5C9E47;
font-size:11px;
margin: 0 0 0 0;
padding: 0;
text-decoration: none;
}
.SMChildSelected {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:24px;
width:165px;
    background-image:url('../../en/images/nav-sub-on.gif');
    background-repeat: no-repeat;
display: block;
color:#5C9E47;
font-size:11px;
margin: 0 0 0 0;
padding: 0;
text-decoration: none;
}

.SMChildrenBox {
	background-color:#717171;
}

.SMMenu {
	background-color:white;
	height:100%;
	width: 165px;
	overflow:hidden;
}

.SMImageParent {
	display:none;
}

.SMImageChild {
	display:none;
}

/*
#nav .subitems a, #left .items a:visited, #left .subitems a:link{
height:22px;
width:200px;
display: block;
background: url(nav-sub-off.gif);
color:#5C9E47;
font-size:11px;
margin: 0 0 0 0;
padding: 4 26 0 26;
text-decoration: none;
}
#nav .subitems a:hover {
height:22px;
width:200px;
display: block;
background: url(nav-sub-on.gif);
}

#anav .items a, #left .items a:visited, #left .items a:link{
height:22px;
width:200px;
display: block;
background: url(nav-off.gif);
color:#FFFFFF;
font-size:12px;
margin: 0 0 0 0;
padding: 4 20 0 20;
text-decoration: none;
}
#anav .items a:hover {
height:22px;
width:200px;
display: block;
background: url(nav-on.gif);
}
#anav .subitems a, #left .items a:visited, #left .subitems a:link{
height:22px;
width:200px;
display: block;
background: url(nav-off.gif);
color:#5C9E47;
font-size:11px;
margin: 0 0 0 0;
padding: 4 26 0 26;
text-decoration: none;
}
#anav .subitems a:hover {
height:22px;
width:200px;
display: block;
background: url(nav-on.gif);
}
.iline {
line-height:1.5;
}

*/