/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {position:relative;}.qmmc a {float:left;display:block;white-space:nowrap;}.qmmc div a {float:none;}.qmmc div {visibility:hidden;position:absolute;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* Remove the comments bleow for vertical mains and change the false value to
           true in the qm_create function after the menus structure. */
	/*.qmmc a {float:none}*/

		

	/*"""""""" (MAIN) Container """"""""*/
	#qm0
{
	background-color: #E2E2E2;
	width: 623px;
	color: #000000;
}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
{
	height: 30px;
	color: #000000;
	background-color: transparent;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	
	border-bottom: 1px solid #A8A882;
	vertical-align: middle;
	text-align: center;
}
	#qm0 a#nav_golf{
		width: 150px;
		background-image: url(/images/nav/top_golf_off.gif);
	}
	#qm0 a#nav_golf.selected
	{
		width: 150px;
		background-image: url(/images/nav/top_golf_on.gif);
	}
	
	#qm0 a#nav_resorts{
		width: 100px;
		background-image: url(/images/nav/top_resorts_off.gif);
	}
	#qm0 a#nav_resorts.selected{
		background-image: url(/images/nav/top_resorts_on.gif);
	}
	#qm0 a#nav_shop{
		width: 106px;
		background-image: url('/images/nav/top_shop_off.gif');
	}
	#qm0 a#nav_shop.selected{
		background-image: url(/images/nav/top_shop_on.gif);
	}
	#qm0 a#nav_spa{
		width: 140px;
		background-image: url(/images/nav/top_spa_off.gif);
	}
	#qm0 a#nav_spa.selected{
		background-image: url(/images/nav/top_spa_on.gif);
	}
	#qm0 a#nav_examination{
		width: 140px;
		background-image: url('/images/nav/top_golf_off.gif');
	}
	#qm0 a#nav_Attendance{
		width: 112px;
		background-image: url('/images/nav/top_golf_off.gif');
	}
	#qm0 a#nav_Address{
		width: 100px;
		background-image: url(/images/nav/top_golf_off.gif);
	}
	

	 /*"""""""" (MAIN) Items on Index Page""""""""*/
	#qm0.index a#nav_golf{
		width:148px;
		background-image: url('/images/nav/hp_nav_golf.gif');
	}
	#qm0.index a#nav_resorts{
		width: 140px;
		background-image: url('/images/nav/hp_nav_resorts.gif');
	}
	#qm0.index a#nav_shop{
		background-image: url('/images/nav/hp_nav_shop.gif');
	}
	#qm0.index a#nav_spa{
		width: 140px;
		background-image: url(/images/nav/hp_nav_spa.gif);
	}

	 /*"""""""" (MAIN) Items Text """"""""*/
	#qm0 a span{
		display: none;
	}

	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
{
	background-color: transparent;
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
}

	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive{ 
		/* Note: Add '!important' after each style */
	}
	#qm0 #nav_golf.qmactive { 
		/* Note: Add '!important' after each style */
		background-image: url(/images/nav/top_golf_on.gif) !important;
	}
	#qm0 #nav_resorts.qmactive { 
		/* Note: Add '!important' after each style */
		background-image: url(/images/nav/top_resorts_on.gif) !important;
	}
	#qm0 #nav_shop.qmactive { 
		/* Note: Add '!important' after each style */
		background-image: url(/images/nav/top_shop_on.gif) !important;
	}
	#qm0 #nav_spa.qmactive { 
		/* Note: Add '!important' after each style */
		background-image: url(/images/nav/top_spa_on.gif) !important;
	}



	/*"""""""" (MAIN) Index Active State """"""""*/	
	#qm0.index .qmactive{ 
		/* Note: Add '!important' after each style */
	}
	#qm0.index #nav_golf.qmactive { 
		/* Note: Add '!important' after each style */
		background-image: url(/images/nav/hp_nav_golf_on.gif) !important;
	}
	#qm0.index #nav_resorts.qmactive { 
		/* Note: Add '!important' after each style */
		background-image: url(/images/nav/hp_nav_resorts_on.gif) !important;
	}
	#qm0.index #nav_shop.qmactive { 
		/* Note: Add '!important' after each style */
		background-image: url(/images/nav/hp_nav_shop_on.gif) !important;
	}
	#qm0.index #nav_spa.qmactive { 
		/* Note: Add '!important' after each style */
		background-image: url(/images/nav/hp_nav_spa_on.gif) !important;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
{
	background-image: url('images/arrow_down.gif');
	background-repeat: no-repeat;
	background-position: 95%;
	font-family: verdana;
	font-weight: bold;
	background-color: #E2E2E2;
	color: #000000;
	width: 122px;
	text-align: center;
}

 
	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
{
	background-color: #808080;
	opacity: .9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	margin: 0;
	padding: 0;
	border: none;
	color: #000000;
	font-weight: bold;
}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover{
	}


	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive{
		/* Note: Add '!important' after each style */
		background-image:url(images/arrow_right.gif) !important;
		background-color:#f1efb8 !important;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent{
		background-image:url(images/arrow_right.gif);	
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		

		padding: 9px 12px;
		height: auto;
		border-bottom: 1px solid #dcdbb3;
	}
	#qm0 div#nav_shop_sub
	{
		width: 140px;
	}
	/*"""""""" [SUB] Index Items """"""""*/
	#qm0.index div#nav_golf_sub{
		width:140px;
	}
	#qm0.index div#nav_resorts_sub
	{
		width: 120px;
	}
	#qm0.index div#nav_Examination_sub{
		width:140px;
	}
	#qm0.index div#nav_Attendance_sub{
		width:112px;
	}
#qm0.index div#nav_Address_sub{
		width: 180px;
	}
	

	
	

