#nav, #nav ul {

	width: 95%;
	list-style: none;
	line-height: 1.55;
	background: #fcf5d5;
	font-weight: bold;
	padding: 0;
	border-top: 1px solid #ef2f24;
	border-right: 1px solid #ef2f24;
	border-left: 1px solid #ef2f24;
	border-width: 0 0 0 0;
	margin: 0 0 0 0;
}

#nav a {
	display: block;
	width: 9em;
	w\idth: 6em;
	color: #000;
	text-decoration: none;
	padding: 0.4em 1em;
}

#nav a.daddy {
	background: url(../../../images/rightarrow2.gif) center right no-repeat;
}
.drop {
	background: url(../../../images/droparrow.gif) bottom left no-repeat;
}
#nav li {
	float: left;
	padding: 0;
	width: 10em;
}
#nav li a {
	width: 10em;
}
#nav li ul {

	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.15em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 11em;
	border-bottom: 1px solid #ef2f24;
}

#nav li ul li a {
	width: 13em;
}

#nav li ul a {
	font-weight: bold;
	
	width: 14.4em;
	w\idth: 9em;

}

#nav li ul ul {
	margin: -0.3em 0 0 3em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #ef2f24;
}
/*****************************
     Bottom menu
*****************************/
.bottom_menu {
  font-weight:bold;
  color:#fff;
  padding:5px 5px 5px 0;
  height:1.5em;
}
.bottom_menu a{
  color:#fff;
  padding:3px 5px 3px 5px;
  text-decoration:none;
}
.bottom_menu a:hover{
  color: #F5E3E3;
  padding:3px 5px 3px 5px;
  text-decoration:underline;
}

.bottom_menu a.menuhighlight {
	color: #F5D0D0;
	text-decoration: underline;
	padding:6px 5px 6px 5px;
	}	
/*****************************
     Top Menu
*****************************/
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 52px;
/*	background: url(images/menu_bg.gif) repeat-y;*/
	position: relative;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: center bottom;
}
#menu a:hover span{
	display: block;
}
#menu .home {
	width: 45px;
	height: 51px;
	background: url(../../../images/home.gif) no-repeat top;
	left: 22px;
	top: -10px;

}

#menu .calendar {
	width: 82px;
	height: 51px;
	background: url(../../../images/calendar.gif) no-repeat top;
	left: 87px;
	top: -10px;

}

#menu .offers {
	width: 61px;
	height: 51px;
	background: url(../../../images/offers.gif) no-repeat top;
	left: 190px;
	top: -10px;

}

/*#menu .venues {
	width: 60px;
	height: 51px;
	background: url(../../../images/venues.gif) no-repeat top;
	left: 268px;
	top: -10px;

}*/


/*#menu .store {
	width: 51px;
	height: 51px;
	background: url(../../../images/store.gif) no-repeat top;
	left: 345px;
	top: -10px;

}*/

/*#menu .links {
	width: 46px;
	height: 51px;
	background: url(../../../images/links.gif) no-repeat top;
	left: 416px;
	top: -10px;

}*/

#menu .findings {
	width: 78px;
	height: 51px;
	background: url(../../../images/findings.gif) no-repeat top;
	left: 268px;
	top: -10px;

}

/*#menu .stories {
	width: 68px;
	height: 51px;
	background: url(../../../images/stories.gif) no-repeat top;
	left: 580px;
	top: -10px;

}*/
	
#menu .partners {
	width: 84px;
	height: 51px;
	background: url(../../../images/partners.gif) no-repeat top;
	left: 365px;
	top: -10px;

}

