﻿ul.navUL {
	list-style: none;
	padding: 0;
	margin: 0;
}
#econav a {
	font-weight: bold;
	color: white;
}
#econav a {
	text-decoration: none;
}
#econav li li a {
	display: block;
	color: white;
	text-align: left;
	background-color: #114425;
	width: 100%;
	height:auto;
	font-weight:normal;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
}
#econav li li a:hover 
{
    background-color:#d5c4a1;
	color:#114425;
}
#econav li li:hover 
{
    background-color:#d5c4a1;
	color:#114425;
}
#econav li a {
	display: block;
	color: white;
	text-align:center;
	background-color: #114425;
	width: auto;
	height:auto;	
	font-weight:bold;
	font-size: 11px;
	padding-top:4px;
}
#econav li 
{
    height:28px;   
    font-weight: bold; 
    font-size: 11px;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    border-left-width: 0;
    float: left;
	position: relative;
	width: auto;
	text-align: center;
	cursor: default;
	background-color: #114425;	
}
#econav .selectedItem
{
    height:28px;   
    font-weight: bold; 
    font-size: 11px;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    border-style: solid;
    border-color: white;
    border-left-width: 0;
    float: left;
	position: relative;
	width: auto;
	text-align: center;
	cursor: default;
	background-color: red;	
}
li ul 
{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
}
#econav li li {
	display: block;
	background-color: #114425;
	border: 0;
	height:auto;
	width:13em;
	
}
#econav li:hover ul, li.over ul {
	display: block;
}
#econav .selectedNavList
{
  background-color:#bb7900;   
}
#econav .selectedNavLink
{
 background-color:#bb7900;    
}
