.bar ul {
	font-size: 14px;
	font-weight: bold;
	width: 756px;
	height: 50px;
	position: absolute;
	left: 200px;
	top: -12px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.bar ul li {
	display:inline;
	float:left;
	width: 126px;
	text-align:center;
	line-height: 50px;
	position: relative;
}
.bar li ul {
	display: none;
	width: 220px;
	position: absolute;	
	left: -40px;
	top: 50px;
	}
	
	
.bar li .drop-down2 ul, .bar li .drop-down3 ul {
	display: none;
	width: 220px;
	position: absolute;	
	left: -194px;
	top: 50px;
}
	
.bar li ul li ul {
	display:block;
	position:relative;
	top: 0px;
	left: 0px; 
}

.bar li .drop-down3 ul li ul {
	display:block;
	position:relative;
	top: 0px;
	left: 0px;
	margin-bottom: -10px;
}

.bar li .drop-down3 ul li ul table {
	font-weight:bold;
	text-indent: 0px;
	table-layout:fixed;
	width: 210px;
	position:relative;
	left: 50px;
	height: 15px;
}

.bar li ul li ul li {
	line-height: 20px;
	width: 280px;
	background-color: #619081;
	position:relative;
	left: -40px;
	text-transform:none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}

.bar li ul li {
	width: 280px;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	line-height: 30px;
	text-indent: 50px;
	font-weight:normal;
	letter-spacing: 2px;
}

.bar li ul li .menu-bottom {
	width: 280px;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12.5px;
	text-align: left;
	line-height: 40px;
	text-indent: 50px;
	font-weight:normal;
	letter-spacing: 2px;
}

.bar li:hover ul {
	display: block;
	}

#normal a:visited, #normal a:link {
	text-decoration:none;
	color: #666666;
	display:block;
}

#normal a:hover {
	text-decoration: none;
	color: #999999;
}
	
.drop-down a:visited, .drop-down a:link {
	text-decoration:none;
	color: #666666;
	display:block;
	background-image:url(../images/grey-arrow-down.png);
	background-repeat:no-repeat;
	background-position: 98% 50%;
	}
	
.drop-down a:hover {
	color: #ffffff;
	display:block;
	background-color: #619081;
	background-image: none;
	}
	
	
.drop-down2 a:visited, .drop-down2 a:link {
	text-decoration:none;
	color: #666666;
	display:block;
	background-image:url(../images/grey-arrow-down.png);
	background-repeat:no-repeat;
	background-position: 97% 50%;
	}
	
.drop-down2 a:hover {
	color: #ffffff;
	display:block;
	background-color: #619081;
	background-image: none;
	}

.drop-down3 a:visited, .drop-down3 a:link {
	text-decoration:none;
	color: #619081;
	display:block;
	background-image:url(../images/green-arrow-down.png);
	background-repeat:no-repeat;
	background-position: 97% 50%;
	}
	
.drop-down3 a:hover {
	color: #ffffff;
	display:block;
	background-color: #619081;
	background-image: none;
	}

	
.drop-down-item a:link, .drop-down-item a:visited {
	color: #ffffff;
	text-decoration: none;
	background-color: #619081;
	background-image:none;
}

.drop-down-item a:hover {
	color: #cccccc;
	text-decoration:none;
}

.drop-down-item img{
	display:inline;
	position:absolute;
	left: 25px;
	top: -19px;
	border:none;
}

.menu-divider {
	background-color: #619081;
	height: 2px;
}

.menu-divider img {
	position:absolute;
	top: -24px;
	right: 10px;
}

.menu-divider-top {
	background-color: #619081;
	height: 35px;
}

.menu-divider-top img {
	position:absolute;
	top: 5px;
	right: 10px;
}


.menu-bottom a:link , .menu-bottom a:visited  {
	color: #ffffff;
	background-image:url(../images/menu-bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

.menu-bottom a:hover {
	color: #cccccc;
	text-decoration:none;
	background-color: transparent;
	}

.menu-bottom img {
	display:inline;
	position:absolute;
	left: 25px;
	top: -13px;
	border:none;
}




