#topbar div.top ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 17px;
	bottom: 0;
}
#topbar div.top li {
	display: inline;
	list-style-type: none;
	float: left;
	background: #bf451c url(../graphics/navigation/altnav.gif) repeat-x;
	margin-left: 2px;
	height: 40px;
	cursor: pointer;
}
#topbar div.top li a {
	float: left;
	height: 40px;
	color: white;
	text-decoration: none;
	font-size: 150%;
	font-weight: bold;
	background: url(../graphics/navigation/altnav_lcorner.gif) no-repeat top left;
	cursor: pointer;
}
#topbar div.top li a span {
	background: url(../graphics/navigation/altnav_rcorner.gif) no-repeat top right;
	height: 40px;
	float: left;
	line-height: 40px;
	padding: 0 24px;
	cursor: pointer;
}
#topbar div.top li:hover {
	background: url(../graphics/navigation/altnav_hover.gif) repeat-x;
}
#topbar div.top li:hover a {
	background: url(../graphics/navigation/altnav_lcorner_hover.gif) no-repeat top left;
}
#topbar div.top li:hover a span {
	background: url(../graphics/navigation/altnav_rcorner_hover.gif) no-repeat top right;
}

#topbar div.top li.nav_active {
	display: inline;
	list-style-type: none;
	float: left;
	background: url(../graphics/navigation/altnav_active.gif) repeat-x;
	margin-left: 2px;
	height: 40px;
}
#topbar div.top li.nav_active a {
	background: url(../graphics/navigation/altnav_active_lcorner.gif) no-repeat top left;
}
#topbar div.top li.nav_active a span {
	background: url(../graphics/navigation/altnav_active_rcorner.gif) no-repeat top right;
}

#navigation ul {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	top: 35px;
	border-left: 1px solid #c9613e;
}

#navigation li {
	list-style-type: none;
	float: left;
	white-space: nowrap;
	border-width: 1px 1px 1px 0;
	border-color: #c9613e;
	border-style: solid;
}

#navigation ul li a {
	float: left;
	outline: none;
	color: white;
	text-decoration: none;
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
}
#navigation ul li a:hover {
	background: #722518;
	color: white;
}

#navigation li.nav_active a, #navigation li.nav_active a:hover {
	color: #36120b;
	background-color: transparent;
}
#navigation li.nav_active li a {
	color: white;
}
#navigation li.nav_active li.nav_active a {
	color: #36120b;
}

#navigation ul ul {
	margin-top: -1px;
	border-left: 0;
	border-bottom: 1px solid #c9613e;
	position: relative;
	left: -1px !important;
	top: 21px !important;
}
* html #navigation ul ul {
}

#navigation ul ul li {
	float: none;
	padding: 0;
	border-width: 1px 1px 0 1px;
	color: white;
}

#navigation ul ul li a, li.nav_active li a {
	float: none;
	display: block;
	width: 130px;
	padding: 2px 5px;
	height: auto;
	background: #d58469 !important;
	white-space: normal;
	line-height: 1.1em;
}
#navigation ul ul li a:hover {
	text-decoration: none;
	background: #722518 !important;
	color: white !important;
}




/* don't touch below unless you really really have to */

#navigation table{
	border-collapse:collapse;
	padding:0;
	margin:-1px;
	width:0;
	height:0;
	font-size:1em;
	z-index:5;
}

* html #navigation a:hover {
	position:relative;
	z-index:100;
}
#navigation li:hover{
	position:relative;
}

* html #navigation ul ul a:hover {
	position:relative;
	z-index:110;
}

#navigation ul ul li:hover {
	position:relative;
}

#navigation ul ul :hover > a {

}

* html #navigation ul ul ul a:hover {
	position:relative;
	z-index:120;
}

#navigation ul ul ul ul a:hover{
	position:relative;
	z-index:130;
}

#navigation ul ul{
	visibility:hidden;
	display: none;
	position:absolute;
	height:0;
	left:0;
	top: 15px;
}

#navigation ul ul ul{
	left:12em;
}

#navigation ul :hover ul{
	visibility:visible;
	display: block;
	height:auto;
	padding:0;
	left:-3em;
}

#navigation ul :hover ul ul{
	visibility:hidden;
}

#navigation ul :hover ul :hover ul ul{
	visibility:hidden;
}

#navigation ul :hover ul :hover ul{
	visibility:visible;
	left:9em;
}

#navigation ul :hover ul :hover ul :hover ul{
	visibility:visible;
}
