.sm_topselected, .sm_topunselected{
	height: 25px;
	width: 70px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.sm_topselected{
	background-image: url(../images/darktop_sidemenu.png);
}

.sm_topunselected{
	background-image: url(../images/light_topsidemenu.png);
}
.sm_sel_toptext, .sm_unsel_toptext{
	position:relative;
	height:auto;
	width:auto;
	left:1px;
	top:5px;
	padding-right:1px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.sm_sel_toptext{
	color: #FFFFFF;
}

.sm_unsel_toptext{
	color: #6f7879;
}

