/**
 *  --------------------------------------------------------------------------------------
 *  Navigation CSS
 *  ----------------------------------------------------
 *  Modified	November 14, 2008 by Bree
 *  @version	3.0.1
 *  @author	Chris Satterthwaite <chris@navigatormm.com>
 *  ----------------------------------------------------
 *  1.	Main Navigation Styles
 *  2.  Navigation Buttons
 *  --------------------------------------------------------------------------------------
 */

/* Main Navigation Styles
--------------------------------------------------------------------------------------- */
.navigation {
	font-size:			9px;
	list-style:			none;
	width:				915px;
	height:				27px;
	margin:				0 auto 0 auto;
	padding:                        0 0 0 0;
	display:			block;
	position:			relative;
	z-index:			20;/* Is need so that dropdown apears in front of relative position objects in IE6 and IE7. */
	background:			url(../images/interface/nav.gif) no-repeat;
}

.navigation li {
	position:			absolute;
	top:				0px;
	z-index:			30; /* ensure submenus appear above other page items.*/
}
.navigation li span {
	display:			none;
}
.navigation li a { 
	height:				27px;
	display:			block;
}
/* Navigation Buttons
--------------------------------------------------------------------------------------- */
.chamber        { left:332px;	width:193px;}
.visiting       { left:525px; 	width:192px;}
.eco            { left:717px;	width:198px;}

.chamber   a:hover, .chamber  .selected  { background: transparent url(../images/interface/nav.gif)  -332px -27px no-repeat;}
.visiting  a:hover, .visiting .selected  { background: transparent url(../images/interface/nav.gif)  -525px -27px no-repeat;}
.eco       a:hover, .eco      .selected  { background: transparent url(../images/interface/nav.gif)  -717px -27px no-repeat;}