.SMParent, .SMParentOver, .SMParentSelected 
{
	background-color: #000000; 
	font-size: 11px; 
	font-weight: bold;
	color:#E5503C; 
	text-align:left; 
	text-decoration: none;
	/*	height:20px; */
	/* border-top:1px solid white; */
	/* border-bottom:1px solid white; */ 
	padding-top:2px; 
	padding-left:2px;	
	box-sizing:border-box; /* W3C syntax */
	-moz-box-sizing:border-box; /* Mozilla syntax */
	cursor:pointer; 
}

.SMParentLink a,
.SMParent a,
.SMParentOver a,
.SMParentSelected a
{
	color:#E5503C;
	text-decoration:none;	
}

.SMParentOver,
.SMParentLink a:hover,
.SMParent a:hover,
.SMParentOver a:hover,
.SMParentSelected a:hover
{
	color:White;
	text-decoration:none;	
}

.SMChild, .SMChild a, .SMChild a:hover, .SMChildOver, .SMChildOver a, .SMChildOver a:hover, .SMChildSelected, .SMChildSelected a, .SMChildSelected a:hover
{
	font-size: 11px;
	left: 10px;
	width: 120px;
	color: #cccccc;
	position: relative;
	text-align: left;
	text-decoration: none;
}

.SMChildOver, .SMChildOver a, .SMChildOver a:hover
{
	cursor: pointer;
	color: #E5503C;
} 

.SMChildSelected, .SMChildSelected a, .SMChildSelected a:hover 
{
	color:#4A6276; 
} 


.SMChildrenBox
{
	background-color: #000000; 
	/* border-left: 1px solid #B5C7D6; */
}

.SMMenu
{
	background-color: #000000; 
	width: 135px; 
	overflow:hidden;
}