﻿.SMParent, .SMParentOver, .SMParentSelected
{
	background-image: url(IMG/images/tab.gif);
	background-color: Blue;
	font: 12px tahoma;
	color: white;
	text-align: center;
	padding: 4px;
	cursor: pointer;
	cursor: hand;
}
.SMChild
{
	font: 12px tahoma;
	color: #2D466F;
	text-align: center;
	text-align: center;
}
.SMChild a
{
	font: 12px tahoma;
	color: #2D466F;
	text-decoration: none;
}
.SMChildOver
{
	font: 12px tahoma;
	color: #2D466F;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
}
.SMChildOver a
{
	font: 12px tahoma;
	color: #2D466F;
	text-decoration: underline;
}
.SMChildSelected
{
	font: 12px tahoma;
	color: #2D466F;
	text-align: center;
}
.SMChildSelected a
{
	font: 12px tahoma;
	color: #2D466F;
	text-decoration: none;
}
.SMChildrenBox
{
	background-color: #E7EBF0;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	text-align: center;
}
.dropMenu
{
	background: #E7EBF0;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	text-align: center;
}
.subMenu
{
	display: none;
}
.SMMenu
{
	width: 145px;
}
.SMImageParent
{
	display: none;
}
.SMImageChild
{
	display: none;
}
.SMChildImage
{
	vertical-align: middle;
	border: 0px solid black;
	margin-right: 6px;
}

