/****************
	menu
****************/
.menu {
	width: 840px; /* 745px */
	height: 32px;
	position: relative;
	z-index: 100;
	/* border-right: 1px solid #000; */
	font-family: Arial, Helvetica, sans-serif;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	width: 841px; /* 746px */
	w\idth: 840px; /* 745px */
}

.menu img {
	border: 0;
}

.menu span {
	display: none;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu ul ul {
	width: 99px; /* 149px */
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li.exhibitions {
	float: left;
	width: 95px; /* 149px */
	position: relative;
}

.menu li a.exhibitions {
	display: block;
	background: url('../images/menu/moca_nav_exhibitions_on_30.gif') no-repeat 10px 0px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li.collections {
	float: left;
	width: 97px; /* 149px */
	position: relative;
}

.menu li a.collections {
	display: block;
	background: url('../images/menu/moca_nav_collections_on_30.gif') no-repeat 10px 0px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li.calendar {
	float: left;
	width: 82px; /* 149px */
	position: relative;
}

.menu li a.calendar {
	display: block;
	background: url('../images/menu/moca_nav_calendar_on_30.gif') no-repeat 10px 0px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li.membership {
	float: left;
	width: 97px; /* 149px */
	position: relative;
}

.menu li a.membership {
	display: block;
	background: url('../images/menu/moca_nav_membership_on_30.gif') no-repeat 10px 0px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li.education {
	float: left;
	width: 86px; /* 149px */
	position: relative;
}

.menu li a.education {
	display: block;
	background: url('../images/menu/moca_nav_education_on_30.gif') no-repeat 10px 0px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li.store {
	float: left;
	width: 55px; /* 149px */
	position: relative;
}

.menu li a.store {
	display: block;
	background: url('../images/menu/moca_nav_store_on_30.gif') no-repeat 10px 0px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li.about {
	float: left;
	width: 94px; /* 149px */
	position: relative;
}

.menu li a.about {
	display: block;
	background: url('../images/menu/moca_nav_about_on_30.gif') no-repeat 10px 0px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li.pressroom {
	float: left;
	width: 93px; /* 149px */
	position: relative;
}

.menu li a.pressroom {
	display: block;
	background: url('../images/menu/moca_nav_pressroom_on_30.gif') no-repeat 10px 0px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li.plan {
	float: left;
	width: 106px; /* 149px */
	position: relative;
}

.menu li a.plan {
	display: block;
	background: url('../images/menu/moca_nav_plan_on_30.gif') no-repeat 10px 0px;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display: block;
	font-size: 0.6em;
	text-decoration: none;
	color: #FFFFFF;
	width: 98px; /* 138px */
	height: 30px;
	/* border: 1px solid #000; */
	/* border-width: 1px 0 1px 1px; */
	background: #373333;
	padding-left: 10px;
	line-height: 29px;
	font-weight: bold;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width: 89px; /* 149px */
	w\idth: 78px; /* 138px */
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 26px; /* 31px */
	left: 0;
	width: 149px;
	/* border-top: 1px solid #000; */
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top: 30px;
	t\op: 31px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background: #373333;
	color: #FFFFFF;
	height: auto;
	line-height: 1.2em; /* 1em */
	font-weight: bold;
	padding: 0px 0px 5px 10px; /* 5px 10px */
	width: 150px;
	/* border-width: 0 1px 1px 1px; */
	overflow: visible;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width: 150px;
	w\idth: 128px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color: #FF2C37;
	background: #373333;
}
.menu :hover > a, .menu ul ul :hover > a {
	color: #FF2C37;
	background: #373333;
}
.menu :hover > a img, .menu ul ul :hover > a img {
	visibility: hidden;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility: visible;
}

