﻿#top_nav {
	position: relative;
	z-index: 5;
	float: left;
	width: 758px;
	height: 30px;
}

#top_nav ul {
	padding: 0px;
	margin: 0px;
	font-family: tahoma;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	float: left;
	list-style-type: none;
	color: #853001;
	background-color: #efe6bb;
	border-bottom-style: solid;
	border-bottom-width: .5px;
	border-bottom-color: #8d3d1c;
}

#top_nav ul li {
	border-style: none none solid none;
	border-width: 0px 0px 1px 0px;
	display: inline;
	float: left;
	list-style-type: none;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	height: 30px;
	text-align: center;
	border-bottom-color: #8d3d1c;
	border-top-color: 0;
	border-right-color: 0;
	border-left-color: 0;
}
#top_nav ul li a {
	background-color: #efe6bb;
	color: #853001;
	text-decoration: none;
	line-height: 30px;
	display: block;
}
#top_nav ul li a:hover {
	font-weight: bolder;
}

#top_nav ul li ul li {
	border-style: none none solid none;
	border-width: 0px 0px 1px 0px;
	display: inline;
	float: left;
	list-style-type: none;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	height: 30px;
	text-align: center;
	border-bottom-color: #8d3d1c;
	border-top-color: 0;
	border-right-color: 0;
	border-left-color: 0;
}

#top_nav ul li ul li a {
	background-color: #efe6bb;
	width: 150px;
	height: 30px;
	border-bottom-style: solid;
	border-bottom-color: #8d3d1c;
	border-bottom-width: .5px;
}
#top_nav ul li ul li a:hover {
	background-color: #8d3d1c;
	color: #FFFFFF;
	font-weight: bold;
}

#top_nav ul li ul {
	visibility: hidden;
}

#top_nav ul li:hover ul {
	visibility: visible;
}

#top_nav ul orig {
	padding: 0px;
	margin: 0px;
}


