/* Comment Line */
#nav {
	position: relative;
	top: 3px;
	padding-bottom: 6px;
	border-top: thin solid #5D141B;
/*	background: white;*/
}
.nav-inner {
  top: 70px;
}
#nav ul {
	position: relative;
	left: 60px;
	display: block;
	margin: auto;
	margin-bottom: 3px;
	margin-top: 0px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
#nav li {
  float: left;
  width: 120px;
  margin-left: 30px;
  text-align: center;
  margin-top: 8px;
  padding-top: 8px;
    background:  #E8EEC3 url(images/menu-back.jpg) no-repeat scroll center top;
    border-bottom: #E8EEC3 solid thick;
    border-top: #E8EEC3 solid 3px;
}
#nav li a {
	padding: 12px 0px 4px;
	font-weight: bold;
	display: block;
	font-size: 1.2em;
}
#nav li a:hover {
}
.smaller-item {
	font-size: .7em;
}
#nav li.smaller-item a {
	padding-top: 6px;
}
