/* styles for the horizontal menu bar at the left of most pages (but not the front page) */

div#vbar, div#vbar_t, div#vbar_m, div#vbar_b {
		width: 160px;
		margin: 0px;
		border: 0px;
		padding: 0px;
	}
		

div#vbar_t, div#vbar_b {
		height: 5px;
	}

div#vbar_t {
		background: url(/img/menu2010/menu_panel_t.png) top left no-repeat;
	}

div#vbar_m {
		background: url(/img/menu2010/menu_panel_m_240h.png) top left no-repeat;
		height: 240px;
	}

div#vbar_b {
		background: url(/img/menu2010/menu_panel_b.png) top left no-repeat;
	}

