

/* --- (http://css.maxdesign.com.au/listamatic/vertical14.htm) --- */
div#snavcontainer {
	padding:6px;
/*	background:#ef9; 
	position:absolute;
	top:156px;
	left:42px; 
	width:216px;
	height:242px;
*/	overflow:hidden;
}

div#snavcontainer h2 { display: none; }
div#snavcontainer ul { list-style-type: none; margin:0; padding:0; }
div#snavcontainer ul li { text-align: left; line-height: 22px; }
div#snavcontainer ul li a { padding-left: 15px; text-align: left; font: bold 14px "arial", sans-serif; text-decoration: none;  color: #000; background: transparent url(list-off.gif) left center no-repeat;}
div#snavcontainer ul li a:hover { text-decoration:underline; background: transparent url(list-active.gif) left center no-repeat; }
div#snavcontainer ul li a#vcurrent { background: transparent url(list-on.gif) left center no-repeat; color: #000; }


