#top-nav {
	float:left;
	background:url(../images/nav-bg.gif) repeat-x bottom;
	line-height:normal;
	width: 100%;
  }
#top-nav ul {
	list-style:none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
  }
#top-nav li {
	float:right;
	background:url(../images/nav-left.jpg) no-repeat left top;
	margin:0;
	font-size: 0.75em;
	color: #000000;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 8px;
  }
#top-nav a {
  float:left;
  display:block;
  background:url(../images/nav-right.jpg) no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  color:#000000;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#top-nav a {float:none;}
/* End IE5-Mac hack */
#top-nav a:hover {
  color:#C50021;
  }
#top-nav #current {
  background-image:url(../images/nav-left-on.jpg);
  }
#top-nav #current a {
	background-image:url(../images/nav-right-on.jpg);
	color:#000000;
	padding-bottom:5px;
	font-weight: bold;
  }
#top-nav #hold {
  	padding-bottom:1px;
	
  }

