.SMParent
{
	background-color: #006191;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	padding: 0.1em;
	text-indent: .4em;
	font-weight: bold;
	line-height: 1.231em;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #EEEEEE;
}
.SMParentOver
{
	background-color: #0094DE;
	color: #FFFFDD;
	text-align: left;
	text-decoration: none;
	padding: 0.1em;
	text-indent: .4em;
	cursor: pointer;
	font-weight: bold;
	line-height: 1.231em;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #EEEEEE;
}
.SMParentSelected
{
	background-color: #006191;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	padding: 0.1em;
	text-indent: .4em;
	font-weight: bold;
	line-height: 1.231em;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #EEEEEE;
}

.SMChild
{
	border-bottom: 1px dotted #de9400;
	color: #393633;
	text-decoration: none;
	text-align: left;
	font-size: 100%;
	text-indent: .55em;
}
.SMChild a
{
	color: #393633;
	text-decoration: none;
	font-size: 100%;
		text-indent: .55em;
}

.SMChildOver
{
	border-bottom: 1px solid #de9400;
	color: #FFFFDD;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
	font-size: 100%;
	background-color: #0094DE;
		text-indent: .55em;
}
.SMChildOver a
{
	color: #FFFFDD;
	text-decoration: none;
	font-size: 100%;
	background-color: #0094DE;
		text-indent: .55em;
}

.SMChildSelected
{
	border-bottom: 1px solid #de9400;
	color: #393633;
	text-decoration: none;
	text-align: left;
	font-size: 100%;
	text-indent: .55em;
	background-color: #FFFFDD;
}
.SMChildSelected a
{
	color: #393633;
	text-decoration: none;
	font-size: 100%;
		text-indent: .55em;
}

.SMChildrenBox
{
	background-color: white;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
		border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #EEEEEE;
}

.SMMenu
{
	border: 1px solid #006191;
	padding: .4em;
	background-color: #eeeeee;
	width: 160px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

.SMImageParent
{
	display: none;
}

.SMImageChild
{
	display: none;
}
