@charset "utf-8";
/* CSS Document */

<!--%%%%%%%%%%%% QuickMenu Styles [Keep in head for full validation!] %%%%%%%%%%%-->
.qmmc .qmdivider{
display:block;
font-size:1px;
border-width:0px;
border-style:solid;
}
.qmmc .qmdividery{
float:left;
width:0px;
}
.qmmc .qmtitle {
display:block;
cursor:default;
white-space:nowrap;
}
.qmclear {
font-size:1px;
height:0px;
width:0px;
clear:left;
line-height:0px;
display:block;
float:none !important;
}
.qmmc {
position:relative;
zoom:1;
}
.qmmc a, .qmmc li {
float:left;
display:block;
white-space:nowrap;
}
.qmmc div a, .qmmc ul a, .qmmc ul li {
float:none;
}
.qmsh div a {
float:left;
}
.qmmc div{
visibility:hidden;
position:absolute;
}

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/



	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		background-color:#ffffff;
		background-image:url(http://www.surfspots-gps.com/images/menu_bg.jpg);
	 	top: 0;
		border: 1px solid #BBB; /*THEME CHANGE HERE*/
		border-bottom-width: 0;
		line-height:18px;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:5px 10px 5px 10px;
		background-color:transparent;
		color:#ffffff;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:14px;
		line-height:18px;
		text-decoration:none;
		border-width:0px 0px 0px 1px;
		border-style:solid;
		border-color:#000000;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		background-color:#eff4fa;
		color:#000000;
		text-decoration:none;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background-color:#eff4fa;
		color:#000000;
		text-decoration:none;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div	
	{
	padding:0 5px 0 0;
	margin:0px;

	background-attachment: scroll;
	background-image: url(http://www.surfspots-gps.com/images/menu_bg.jpg);
	background-repeat: repeat;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a	
	{	
		width: auto;
		display: block;
		text-indent: 3px;
		padding: 7px 0;
		text-decoration: none;
		color: #acaeb0;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{
	color:#000000;
	text-decoration:none;
	background-attachment: scroll;
	background-image: url(http://www.surfspots-gps.com/images/menu_hover.jpg);
	background-repeat: repeat;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		 
		color:#000000;
		text-decoration:none;
	 
	}
