@font-face {
      font-family: "Swiss 721 Light";
      src: url("http://stephenflemister.com/font/Swz721l.ttf");
    }

/*---------------------------------------------------------------*/

div.sdmenu {
	width: 197px;
	font-family: "Swiss 721 Light", arial, helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:1px;
	padding-bottom: 5px;
	background: url(bttmshdw.gif) no-repeat  right bottom;
	color: #666666;
	text-align:right;
}
div.sdmenu div {
	/*background: url(title.gif) repeat-x;*/
	overflow: hidden;
	
}
div.sdmenu div:first-child {
	/*background: url(toptitle.gif) no-repeat;*/

}
div.sdmenu div.collapsed {
	height: 25px;
}

div.sdmenu div span {
	display: block;
	padding: 5px 10px 15px 0px;
	color: 000;
	cursor: default;
	border-bottom: 1px solid #ddd;
	height: 5px;
	
}
div.sdmenu div.collapsed span {
	
}
div.sdmenu div a {
	padding: 8px 10px 11px 0px;
	line-height: 1px;
	background: #eeeeee;
	display: block;
	/*background: url(toptitle.gif) no-repeat;*/
	/*border-bottom: 1px solid #000;*/
	color: #000;
}
div.sdmenu div a.current {
	color: #000;
	text-decoration: none;
	/*background : #ccc;*/
}
div.sdmenu div a:hover {
	color: #000;
	text-decoration: underline;
}

div.sdmenu div a:link {
	color: #000;
	text-decoration: none;
}

div.sdmenu div a:visited {
	color: #000;
	text-decoration: none;
}

div.sdmenu div a:active {
	color: #000;
	text-decoration: none;
}
