#nav {
	background-color:#333333;
	width: 750px;
	position: relative;
	float: left;
	margin-left: 10px;
	/*background: #FFFFFF;
	text-align: center;*/
}

.tab {height: 36px; width: 68px; background-image: url(../images/menu/menu-tab.gif); position: relative; float: left; margin-left: 2px;}
.tab a.menulink:hover {color: #333333; background-image: url(../images/menu/menu-tab-blue.gif); margin-left: 0;}
.tab a.menulink {float:left; width: 68px; height: 36px; text-decoration:none; text-align: center; padding-top: 10px; font-weight: bold; font-size: 12px; color: #FFFFFF;}
span.activelink a.menulink {color: #333333; background-image: url(../images/menu/menu-tab-blue.gif); margin-left: 0;}



/*
#sub-nav {
	background-color:#2b353e;
	width: 600px;
	position: relative;
	float: left;
	background: #FFFFFF;
	text-align: center;
}

.tab-long {height: 20px; width: 148px; background-image: url(../images/menu/menu-tab-long.gif); position: relative; float: left; margin-left: 2px;}
.tab-long a.menulink:hover {color: #89d417;}
.tab-long a.menulink {float:left; height: 20px; width: 148px; text-decoration:none; text-align: center; padding-top: 6px; font-weight: bold; font-size: 12px; color: #333333;}
span.activelink a.menulink {color: #89d417;}*/