@charset "utf-8";

body {
	margin					: 0px 0px 0px 0px;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 11px;
}

#topnav {
	width					: 1000px;
	height					: 80px;

	padding					: 0px;
}

#topnav .top {
	height					: 40px;
	background				: url('../images/bkg-top-nav-top.jpg') repeat-x;
}

#topnav .top .left {
	width					: 26px;
	height					: inherit;
	background				: url('../images/bkg-top-nav-left.jpg') no-repeat;
	float					: left;
}

#topnav .top .tabs {
	width					: 948px;
	height					: 40px;
	float					: left;
}

#topnav .top .tabs .tab {
	margin-right			: 62px;
	width					: 140px;
	border					: 0px;
	float					: left;
}

#topnav .top .tabs .tab a, #topnav .top .tabs .tab img {
	border					: 0px;
}

#topnav .top .tabs .last {
	margin-right			: 0px;
}

#topnav .top .right {
	width					: 26px;
	height					: inherit;
	background				: url('../images/bkg-top-nav-right.jpg') no-repeat;
	float					: left;
}


#topnav .bottom {
	height					: 40px;
	background				: url('../images/bkg-top-nav-bottom.jpg') no-repeat;
	padding					: 9px 14px 13px;
	color					: #ffffff;
	margin					: 0px 0px 0px 0px;
}



