.megamenu {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	background: #fff;
	border: 1px solid #333;
	border-top: 0px;
	padding: 9px;
	z-index: 100;
}
.megamenu .megamenu-column {
	float: left;
	width: auto; /*width of each menu column*/
	margin-right: 18px;
	line-height: 20px;
}
.megamenu .megamenu-column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.megamenu .megamenu-column ul li {
	padding-bottom: 5px;
}
.megamenu .megamenu-column h3,
.megamenu .megamenu-column h3 a {
	font-size: 12px;
	font-weight: bold;
	margin: 6px 0;
	color: navy;
	background-color: #eee;
	padding: 0px 3px;
}
.megamenu .megamenu-column a {
	display: block;
	color: navy;
	text-decoration: none;
}
.megamenu .megamenu-column a:hover {
	text-decoration: underline;
}
.megamenu .megamenu-column h3.megamenu-red,
.megamenu .megamenu-column h3.megamenu-red a {
	background-color: #EDC2C4;
}
#directory-megamenu {
	position: absolute;
/*	left: 300px;*/
	margin-left:-140px;
}
#navigation div {
	height: 36px;
	/*background: url('/images/ui/nav-bg-inactive.gif') repeat-x;*/
	background:#30bee5;
	float: left;
	margin-right: 1px;
	text-align: center;
	margin:	0px 1px 0px 0px;
	padding: 0px;
	list-style: none;
	z-index: 50;
}
#navigation div:hover {
	background-image: none;
	background-color: #152443;
}
#navigation div a {
	color: white;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	top: 12px;
}
#navigation #home {
	width: 55px;
}
#navigation #thingstodo {
	width: 103px;
}
#navigation #events {
	width: 75px;
}
#navigation #movies {
	width: 75px;
}
#navigation #dining  {
	width: 75px;
}
#navigation #nightlife{
	width: 75px;
}
#navigation #realestate {
	width: 95px;
}
#navigation #directory {
	width: 130px;
}
#navigation #weddings {
	width: 75px;
}
#navigation #lodging {
	width: 75px;
}
#navigation #aboutalbany {
	width: 105px;
	margin-right: 0px;
	border-right: 0px;
}
.megamenu-indent {
	margin-left: 12px;
}
.megamenu-red {
	color: maroon;
}
