/* SIDE MENU */
#sm_container, #sm_container_hidden {position:absolute;	width:155px; height:100%;	background-color:#efefef;	border-right:1px solid #ccc;}
#sm_container_hidden {width:5px; cursor:pointer;}
#sm_close{
	position:absolute;
	background:url(/s/toolbar2/closearrow.gif) top left no-repeat;
	height:15px;
	width:14px;
	margin-top:15px;
	z-index:5;
	border:none;
	margin-left:-1px;
}
#sm_items_container {border:1px solid #ccc; margin:7px 5px; color:#333; background-color:#fff;}
#sm_items_container ul {font:normal 11px Arial; list-style:none;	margin:2px 0px;	padding-left:5px;}
#sm_items_container li {line-height:16pt;	padding-top:1px; border:1px solid white;}
#sm_items_container li a span {font-family:Arial;	font-size:10px;	text-decoration:none;}
.sm_items_top {margin: -3px 0px -17px -6px;	display:block; width:140px;	z-index:6;}
.sm_title {
	font-weight:bold;
	text-transform:uppercase;
	color:#333;
	width:130px;
	background:url(/s/toolbar2/leftnav_line.gif) bottom repeat-x;
}
#sm_items a:link, #sm_items_selected a:link, #sm_items a:visited, #sm_items_selected a:visited{
	text-decoration:none;
	color:#333;
	padding-left:5px;
	margin-right:5px;
	display:block;
}
#sm_items a:hover {background-color:#ddd;}
#sm_items_selected a {background-color:#ddd;}
.sm_help{
	background:url("/s/toolbar2/help.png") 0px 4px no-repeat;
	padding:2px 0px 3px 17px;
	height:20px;
	border-top:1px dashed #ccc;
	margin-top:7px;
}