div.sub-menu {visibility: hidden; position: absolute; top: 125px; width: 115px; z-index: 11;}

.key-box {
background-color:#303030;
}

.key-box-title {
background-color:#FF9C03;
color: #000000;
font-family: arial, sans-serif;
font-weight: bold;
font-size: 13px;
padding-left:5px;
padding-top:2px;
padding-bottom:2px;
}

.key-number {
color: #000000;
font-family: arial, sans-serif;
font-weight: bold;
font-size: 11px;
padding:2px;
padding-left:10px;
}

.key-name {
padding:2px;
padding-right:10px;
font-family: arial, sans-serif;
font-size: 10px;
}

.staff-photo {
     margin-right: 10px;
}

div.sub-menu {visibility: hidden; position: absolute; top: 128px; width: 115px; z-index: 11;}


/* NAVIGATION BUTTONS */
			.icon_menu {
						height: 47px;
						width:336px;
                                                padding-top:40px;
			}
			.icon_cssnav_mfc, .icon_cssnav_tsb, .icon_cssnav_th, .icon_cssnav_cs {
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						width: 84px;
						height: 47px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
.icon_cssnav_mfc {
background: url(/images/venue-icons/michael_fowler_over.gif) no-repeat;
}
.icon_cssnav_tsb {
background: url(/images/venue-icons/tsb_arena_over.gif) no-repeat;
}
.icon_cssnav_th {
background: url(/images/venue-icons/town_hall_over.gif) no-repeat;
}
.icon_cssnav_cs {
background: url(/images/venue-icons/civic_square_over.gif) no-repeat;
}
			.icon_cssnav_mfc a, .icon_cssnav_tsb a, .icon_cssnav_th a, .icon_cssnav_cs a  {
						display: block;
                                                border:none;
						/* color: #000000; */
						font-size: 11px;
						width: 84px;
						height: 47px;
						display: block;
						float: left;
						/* color: black;  */
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.icon_cssnav_mfc a:hover, .icon_cssnav_tsb a:hover, .icon_cssnav_th a:hover, .icon_cssnav_cs a:hover  {
						color: #ffffff;
			}
			.icon_cssnav_mfc a img, .icon_cssnav_tsb a img, .icon_cssnav_th a img, .icon_cssnav_cs a img { border:0;} 
			

			.icon_cssnav img {width: 211px; height: 44px; border: none; }
			* html a:hover {visibility:visible}
			.icon_cssnav_mfc a:hover img, .icon_cssnav_tsb a:hover img, .icon_cssnav_th a:hover img, .icon_cssnav_cs a:hover img {visibility:hidden}

			.icon_cssnav span {
					    position: absolute;
					    left: 30px;top: 15px;
					    text-align: center;
					    width: 150px;
					    cursor: pointer;   
					     
			}
			/* END OF NAVIGATION */