#outer {
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
	position: relative;
	background-color: #FF9900;
	float: left;
	background-image: url(../images/site/menu_1.png);
	border: 1px solid white;
}
ul#nav{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	height:1.3em;
}
ul#nav li {
	height:1.3em;
	width:5em;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}

ul#nav li a{
	height: 1.3em;
	width: 5em;
	display: block;
	text-decoration: none;
	color: #E88C00;
}
ul#nav li a:hover {
	color:#fff
}
ul#nav ul {
	position:absolute;
	top:auto;
	width:33em;
	margin:0;
	padding:0;
	list-style:none;
	overflow:visible;
	left:-999em;
	height:1.3em;
	line-height:1.3em;	
	z-index:2;
}
ul#nav li.current {
	background:#ffffcc;
	color:red;
}
ul#nav li.current a {
	color:red;
}
ul#nav li.current a:hover {
	color:pink;
}
ul#nav li.current ul	{
	left:0;
	z-index:1;
	top:auto;
}
ul#nav ul li{
	position:relative;
	display:inline;
	width:auto;
	text-align:left;
}
#outer ul#nav ul li a{
	font-size:80%;
	color:#000;
	width:auto;
	height:auto;
	display:inline;
	padding:0 5px;
	border-right:1px solid #000;
}

#outer ul#nav ul li a.final	{
	border-right:0px solid #000;
}

#outer ul#nav ul li a:hover	{
	color:white;
}
ul#nav li:hover ul, ul#nav li.over ul	{
	left: 0;
	background-color: #E88C00;
	width: 100%;
}
#subnavbg	{
	margin: 0px;
	width: 100%;
	height: 1.3em;
	line-height: 1.3em;
	background-image: url(../images/site/menu_1.png);
}