
/*--- Order matters ---*/
/*--- Example 2 ---*/
.myspmctr {border: #666666 0px solid; /*background-image:url(images/menu/MenuBar-Silver.gif);*/
	background-color: #666666;
}
.myspmbar {height:16px; width:100%; background-color:#666666; padding: 0px 0px 0px 0px; cursor:hand;}
.myspmitm
{
	color: White;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	border-width:0px;
	padding: 0px;
	cursor:hand;
	padding-left:0px;
}

.myspmitmsel{
	background-color: #666666;
	color: White;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	border-width:0px;
	padding-left:0px;
}

.myspmicn
{
	background-color: #CCCCCC;
	width: 1px;
	height: 25px;
	border-left: DarkGray 0px solid;
	border-bottom: DarkGray 0px solid;
	border-top: DarkGray 0px solid;
}
.myspmsub { background-color: #CCCCCC; }
.myspmsubitemsel
{
	background-color: #BED9DC;
	color: White;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	border-width:0px;
}
.myspmbrk{
	border-bottom: Gray 0px solid;
	border-left: White 0px solid;
	border-top: White 0px solid; 
	border-right: Gray 0px solid;
	height: 1px;
}

.myspmarw{	font-family: webdings;font-size: 10pt; border-right: Silver 1px solid; border-bottom: Silver 1px solid; border-top: Silver 1px solid; }

