/*-- Service Menu ------------------------*/
.smBack {
}
.smTable {
	padding:0;
	width:100%;
}
.smItem {
    color:#4D4D4D;
	font-weight: bold;
	width:100%;
}
.smItemOver {
    color:#FC8C1E;
	font-weight: bold;
	cursor:pointer;
	text-decoration:underline;
	width:100%;
}
.smItemActive {
    color:#4D4D4D;
	font-weight: bold;
	width:100%;
}
.smTitle {
	width:100%;
	font-size:8pt;
	padding:4px 0px 4px 15px;
	border-bottom:1px #DFDFDF solid;
}
.smRTitle {
	vertical-align:bottom;
}


/*-- Sub Menu ---------------------*/
.smSTable {
	font-size:9pt;
	background-color: #FFFFFF;
	padding:0;
}
.smSItem {
	color:#56514E;
	background-color: #DDDAD5;
	font-size:8pt;
	border-bottom:1px #B3ACA1 solid;
}
.smSItemOver {
	color:#3D3734;
	font-size:8pt;
	text-decoration:none;
	border-bottom:1px #B3ACA1 solid;
	background-color: #DDDAD5;
	cursor:pointer;
}
.smSItemActive {
	color:#407D09;
	font-size:8pt;
	text-decoration:none;
	border-bottom:1px #B3ACA1 solid;
	background-color: #DDDAD5;
}
.smSTitle {
	width:100%;
	height:100%;
	text-decoration:none;
	padding-left: 3px;	
	padding:5px 12px;	
}
.smSRTitle {
	padding:2px;
	vertical-align:bottom;
}


