﻿/* menu */
UL.SMMenu
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

UL.SMMenu LI
{
	padding: 0px;
	margin: 0px;
}


.SMMenu 
{
    position:relative;
    background-color:white;
    overflow:hidden;
	width: 220px;
}

A.SMParent
{
	display: block;
}

.SMParent 
{
    position: relative;
    text-decoration: none;
    height: 21px;
    /*border-bottom: 1px solid white;*/
    padding-top: 2px;
    padding-left: 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    background-color: #E8E8E8;
	border-top: 1px solid #FFFFFF;
    font: 12px Tahoma;
    color:#232323;
    text-align:left;
}

.SMParentOver
{
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid white;
    padding-top: 2px;
    padding-left: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #e8fee8;
    border-top: 2px solid #FFFFFF;
    font: 12px Tahoma;
    color: #232323;
    text-align: left;
    cursor: pointer;
    height: 21px;
}

.SMParentSelected
{
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid white;
    padding-top: 2px;
    padding-left: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #dbf5ce;
    border-top: 2px solid #FFFFFF;
    font: 12px Tahoma;
    color: #232323;
    text-align: left;
    height: 21px;
    overflow: hidden;
}

 .SMChild 
 {
    position:relative;
    text-decoration:none;
	font:11px Tahoma; 
	color:#232323;
    padding-left: 16px;
	text-align:left;
}

.SMChild a, .SMChild a:hover  {
	color:#232323;
	font:11px Tahoma;
	text-decoration:none;
}

.SMChildOver 
{
    position:relative;
    cursor:hand;
	font:11px Tahoma; 
	color:#232323;
	text-decoration:underline;
    padding-left: 16px;
	cursor:pointer;
	text-align:left;
}

.SMChildOver a, .SMChildOver a:hover
{
	color: #232323;
	font: 11px Tahoma;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

.SMChildSelected 
{
    position:relative;
    text-decoration:none;
	font:bold 11px Tahoma; 
	color:#232323;
    padding-left: 32px;
	text-align:left;
}

.SMChildSelected a, .SMChildSelected a:hover
{
	color:#232323;
	font:bold 11px Tahoma;
	text-decoration:none;
}

.SMChildrenBox 
{
    position:relative;
    background-color: white;
    border-left: 1px solid #B5C7D6;
}



.SMImageParent {
	border:0px;
	vertical-align:middle;
	margin-right:5px;
}

.SMImageChild {
	display:none;
}

