/* ABOUT.HTML */

#snaboutbox {
	border-bottom: 1px solid #BABABA;
	margin: 0px;
	padding: 0px;
	width: 386px;
	height: 20px;
}
#snaboutbxlt {
	background: url(../images/sn_ltrnd.jpg);
	background-repeat: no-repeat;
	align:left;
	valign:bottom;
	width:7px;
	height:20px;
}
#snaboutbxrt {
	background: url(../images/sn_rtrnd.jpg);
	background-repeat: no-repeat;
	align:right;
	valign:bottom;
	width:7px;
	height:20px;
}

div#snabout { }
div#snabout ul {
 	margin: 0px;
 	padding: 0px;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	color: #333333;
 	line-height: 12px;
 	white-space: nowrap;
}
div#snabout li {
 	list-style-type: none;
 	display: inline;
}
div#snabout li a { text-decoration: none; padding: 2px 20px; color: #333333; }
div#snabout li a:link { }
div#snabout li a:visited { }
div#snabout li a:hover { background-color: #D9D9D9; }
