﻿#topnav_l {
	height: 32px;
	width: 5px;
	float: left;
	background-image: url('../images/img_sprite2.jpg');
	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: #FFF url('../images/img_sprite2.jpg') no-repeat;
	background-position: -20px 0px;
}

#top,
#top #header,
#top #topnav {
	width: inherit;
	padding-bottom: 2px;
}

.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}