/* ======================= */
/* = top navigation tabs = */
/* ======================= */

#topnav #nav {
	background: url(../images/edge_nav.jpg) 50% 0 no-repeat;
	height: 30px;
/*	overflow: hidden; */
	border: 1px solid #fff;
	padding: 0 18px;
}
#topnav #nav li {
	display: inline;
	float: left;
}
#topnav #nav a {
	font: bold 12px arial;
	float: left;
	line-height: 30px;
	height: 30px;
	padding: 0 20px 0 18px;
	text-decoration: none;
	background: url(../images/nav_bg.gif) no-repeat 100% 0;
}
#topnav #nav a:hover {
	color: #67AF2B;
	background: #fff url(../images/nav_bg.gif) no-repeat 100% 0;
}
#topnav #nav li ul {
	display: none;
}

#topnav #nav a.upgrade_tab {
  background-color: #eee;
}

#topnav #nav a.upgrade_tab img {
  position: absolute;
  margin-left: -18px;
  margin-top: -12px;
}

#nav a.current {
	color: #67AF2B;
	background: #fff url(../images/nav_bg.gif) no-repeat 100% 0 !important;
}
