#topnav_l {
	height: 32px;
	width: 5px;
	float:left;
	background-image: url('images/img_sprite.gif');
	background-position: 0px 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#topnav UL.nav {
	float:left;
}

#topnav_r {
	height: 32px;
	width: 5px;
	position: relative;
	/*top: -32px;*/
	float: left;
	z-index: 1000;
	background: url('images/img_sprite.gif') #FFF no-repeat;
	background-position: -20px 0px;
}


