/* .nav {
	position: relative;
	top: 0px;
	left: 290px;
	width: 540px;
	right: 0; 
} */
.nav {
	position: relative;
	top: -60px;
	color: #DDEDC6; 
	margin-top: 0px;
	padding-left: 300px;
/*	margin-top: 10px; */
	padding-right: 0;
	width: 540px;
}
/* remove all the bullets, borders and padding */
.nav ul {
	width: auto;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.nav ul ul {
	width:auto;
}
/* float dropdown horizontal */
.nav li {
	position: relative;
	float: left;
	width: 90px;
	left: 0px;
	margin-left: -15px; 
	list-style-type: none;
}
/* top level links */
.nav a, .nav a:visited {
	display: block;
	font-size: 12px;
	text-decoration: none; 
	color: #005984; 
	width: 65px;
	height: auto;
	border: 1px solid #ffffff; 
	border-width: 1px 1px 0 0; 
	padding-left: 10px; 
	line-height: 20px;
}

/* second level background */
.nav ul ul a.drop, .nav ul ul a.drop:visited {
	background: #DDEDC6 url(images/leftarrow.gif) center left no-repeat;
}
/* second level hover */
.nav ul ul a.drop:hover{
	background: #DDEDC6 url(images/leftarrow.gif) center left no-repeat;
}
.nav ul ul :hover > a.drop {
	background: #DDEDC6 url(images/leftarrow.gif) center left no-repeat;
}
/* third level background */
.nav ul ul ul a, .nav ul ul ul a:visited {
	background: #DDEDC6;
}
/* third level hover */
.nav ul ul ul a:hover {
	background: #DDEDC6;
}

/* hide the sub levels */
.nav ul ul {
	position: absolute;
	visibility: hidden;
	height: auto;
	top: 21px;
	left: 15px; 
	width: 100px;
}

/* third level flyout */
.nav ul ul ul{
	left: 150px; 
	top: 0;
	width: 80px;
}
/* second level flyout to left */
.nav ul ul.left {
	left: -50px;
}
/* third level flyout to left */
.nav ul ul ul.left {
	left: -126px;
}

/* table required for IE */
.nav table {position: absolute; top: 0; left: 0;}

/* second level links */
.nav ul ul a, .nav ul ul a:visited {
	background: #DDEDC6; 
	color: #005984; 
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	width: 120px
}

/* top level hover */
.nav a:hover, .nav ul ul a:hover{
	color: #005984; 
	background: #DDEDC6;
	text-decoration: none;
}
.nav :hover > a, .nav ul ul :hover > a {
	color: #005984;
	background: #DDEDC6;
}

/* second level visible on first level hover */
.nav ul li:hover ul, .nav ul a:hover ul { visibility: visible; }
/* third level hidden on first level hover */
.nav ul :hover ul ul{ visibility: hidden; }
/* third level visible on second level hover */
.nav ul :hover ul :hover ul{ visibility: visible; }
/* forth level hidden on first level hover */
.nav ul :hover ul :hover ul ul {visibility: hidden}
/* fifth level hidden on first level hover */
.nav ul :hover ul :hover ul :hover ul ul {visibility: hidden}
/* forth level visible on second level hover */
.nav ul :hover ul :hover ul :hover ul {visibility: visible}
/* fifth level visible on second level hover */
.nav ul :hover ul :hover ul :hover ul :hover ul {visibility: visible}

/* footer navigation settings */
.footnav {
	position: relative;
	top: 85px;
}
.footnav a:active   {
}
.footnav a:visited   {
	color: #ffffff;
	text-decoration: none;
}
.footnav a:link   {
	color: #ffffff;
	text-decoration: none;
}
.footnav a:hover   {
	color: #ffffff;
	text-decoration: underline;
}
