/* CSS Document */
#nav {
	padding:0; 
	margin:0; 
	list-style:none; 
	height:30px; 
	position:relative; 
	z-index:200; 
	font-family: trebuchet ms,Verdana,Helvetica,sans-serif;
	font-size:12px;
	color:#5e5e5e;
}
#nav li.top {
	display:block; 
	float:left;
}
#nav li a {
	display:block; 
	float:left; 
	text-decoration:none; 
	padding:0; 
	cursor:pointer;
	color:#5e5e5e;
	text-align:left;
}

#nav li a span {display:none;}


#nav li a.menu1 { background: url(grc/nav_01.gif) no-repeat; width:121px; height:30px; display:block;}
#nav li a.menu2 { background:url(grc/nav_02.gif) no-repeat; width:91px; height:30px; display:block; }
#nav li a.menu3 { background:url(grc/nav_03.gif) no-repeat; width:70px; height:30px; display:block; }
#nav li a.menu4 { background:url(grc/nav_04.gif) no-repeat; width:130px; height:30px; display:block; }
#nav li a.menu5 { background:url(grc/nav_05.gif) no-repeat; width:78px; height:30px; display:block;}
#nav li a.menu6 { background:url(grc/nav_06.gif) no-repeat; width:93px; height:30px; display:block;}
#nav li a.menu7 { background:url(grc/nav_07.gif) no-repeat; width:79px; height:30px; display:block;}
#nav li a.menu8 { background:url(grc/nav_08.gif) no-repeat; width:114px; height:30px; display:block;}
#nav li a.menu9 { background:url(grc/nav_09.gif) no-repeat; width:52px; height:30px; display:block;}

#nav li:hover a,
#nav a:hover {
	background-position: 0 -30px;
}

#nav table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse; 
	padding:0; 
	width:0; 
	height:0; 
	margin:-1px;
}

#nav .sub {
	color:#5e5e5e;
	position:absolute; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none; 
	left:-9999px; 
	top:-9999px;
	border-bottom:1px solid #bdd4b9; 
}

#nav li:hover {
	position:relative; 
	z-index:200;
}
#nav a:hover {
	position:relative; 
	white-space:normal; 
	z-index:200;
}

#nav :hover ul.sub {
	left:0; 
	top:25px; 
	background: #ffece3; 
	width:130px; 
	height:auto; 
	z-index:300;
}
#nav :hover ul.sub li {
	display:block; 
	/*height:30px; */
	position:relative; 
	float:left; 
	width:130px; 
	font-weight:normal;
}
#nav :hover ul.sub li a {
	background-color:#ffece3;
	display:block; 
	/*height:30px; */
	width:130px; 
	text-decoration:none;
	padding:0; 
	cursor:pointer;
	padding: 5px;
	border-left: 1px solid #bdd4b9;
	border-right: 1px solid #bdd4b9;
	border-top: 1px solid #bdd4b9;
	/*border:1px solid #888; 
	border-color:#ddd #888 #000 #ccc;*/ 
	
}
#nav :hover ul.sub li a b {
	position:absolute; 
	left:-9999px; 
	margin:0;
}

#nav :hover ul li a.sub {
	background:#f6b398;
}

#nav :hover ul.sub li a:hover {
	background:#f6b398;
	color:#ffffff;
	/*background-position: 0 50px; 
	position:relative;*/
}
#nav :hover ul.sub li a:hover b {
	left:100px; 
	top:15px; 
	background:#fff; 
	color:#5e5e5e; 
	border:1px solid #888; 
	display:block; 
	width:130px; 
	height:30px; 
	text-align:center; 
	font-size:12px; 
	}

/*The Following CSS applies to the Top Navigation*/

#top_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	} 
#top_nav li {
display:block;
float:left;
}

#top_nav li a.home { background: url(grc/top_nav_01.gif); width:52px; height:16px; display:block;}
#top_nav li a.book { background:url(grc/top_nav_02.gif) no-repeat; width:81px; height:16px; display:block; }
#top_nav li a.map { background:url(grc/top_nav_03.gif) no-repeat; width:104px; height:16px; display:block; }
#top_nav li a.contact { background:url(grc/top_nav_04.gif) no-repeat; width:83px; height:16px; display:block; }

#top_nav li a.home:hover { background: url(grc/top_nav_01.gif) no-repeat 0 -16px; width:52px; height:16px; display:block;}
#top_nav li a.book:hover { background:url(grc/top_nav_02.gif) no-repeat 0 -16px; width:81px; height:16px; display:block; }
#top_nav li a.map:hover { background:url(grc/top_nav_03.gif) no-repeat 0 -16px; width:104px; height:16px; display:block; }
#top_nav li a.contact:hover { background:url(grc/top_nav_04.gif) no-repeat 0 -16px; width:83px; height:16px; display:block; }

#top_nav li span { display:none; padding:0; margin:0;}