#nav {
	padding: 0;
	position: absolute;
	right: 30px;
	bottom: 21px;
	width: 800px;
	font-size: 11px;
}
#outer {
	padding: 0;
	text-align: right;
	margin: 0;
	width: 100%;
	height: 24px;
}
#outer ul {
	display:table;
	margin: 0px;
	padding: 0;
	list-style: none;
	height: 24px;
	float: right;
}
#outer ul li {
	display: table-cell;
	width: auto;
	margin: 0;
	height: 26px;
	margin: 0;
	padding: 0;
}
#outer ul li a {
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 24px;
	display: block;
	height: 28px;
	padding: 0px 16px 0px 10px;
	white-space: nowrap;
	color: #000;
	z-index: 1000;
}
#outer ul li a.down {}
#outer ul li a:hover {
	color: #c00;
	background: none;
	text-decoration: underline;
}
#outer ul li a.down:hover {
	color: #c00;
	background: url(../images/tab-extend.gif) no-repeat 92% center;
}

#outer ul li a:focus {
	outline: 0;
}
#outer ul li.clicked a, 
#outer ul li.clicked a:hover {
	color: #000;
	background: #dfdfdf url(../images/tab-collapse.gif) no-repeat 92% center;
}

#submenus ul.none {
	display: none;
}
#submenus ul.yes {
	display: table;
	display: block;
}

#submenus {
	text-align: center;
	width: 100%;
	background: #ececec url(../images/nav-bg.gif) repeat-x left top;
	position: absolute;
}
#submenus ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: auto;
	float: right;
}
#submenus ul li {
	display: table-cell;
	width: auto;
	margin: 0;
	padding: 0;
	float: right;
}
#submenus ul li a {
	float: left;
	font-weight: normal;
	color: #555;
	text-decoration: none;
	text-align: center;
	line-height: 24px;
	display: block;
	height: 24px;
	padding: 0 10px;
	white-space: nowrap;
}
#submenus ul li a:hover {
	color: #000;
	text-decoration: underline;
}

