#nav1 {
	background-color: #444444;
	width: 900px;
	/*border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;*/
}

#nav1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	/*height: 25px;*/
}

/* Menu parent item */
#nav a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}

#nav a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Menu sub-item */
#nav li li a {
	display: block;
	font-weight: normal;
	color: #060;
	/*padding: 0.2em 10px;*/
	/*padding: 5px 10px;*/
	padding: 3px;
	color: #eeeeee;
	font-size: 12px;	
}

#nav li li a:hover {
	/* width shrinking brown bars
	padding: 0.2em 5px;
	border: 5px solid #7d6340;
	border-width: 0 5px;*/
	/*background-color: #eeeeff;*/
	text-decoration: underline;
	color: #ffffff;
}

/* The individual cells */
#nav1 li {
	float: left;
	position: relative;
	width: 110px;
	text-align: left;
	cursor: default;
	background-color: #7d8496;
	/*height: 20px;*/
	padding-top: 5px;
	padding-bottom: 6px;
}

#nav1 li.left {
	background-image: url(layout-images/nav_bar/nav_left.gif);
	background-repeat: no-repeat;
}

#nav1 li.middle {
	background-image: url(layout-images/nav_bar/nav_middle.gif);
	background-repeat: no-repeat;
}

#nav1 li.empty {
	width: 60px;
	background-image: url(layout-images/nav_bar/nav_empty.gif);
	background-repeat: repeat;
	height: 14px;
}

#nav1 li.right {
	background-image: url(layout-images/nav_bar/nav_right.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 20px;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	padding: 0.5em 0 1em 0;
	/*border-right: solid 1px #7d6340;*/
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}

.sub_item {
	text-align: center;
}
