/* ###########################################################################
FILENAME:			menu.css

##############################################################################
	Menu top (special) 
#############################################################################*/

#header_nav #special
{
	float: right;
	display: block;
	position: relative;
	top: 0px;
	right: 12px;
}

#header_nav #special ul,
#header_nav #special li,
#header_nav #special li a
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#header_nav #special li
{
	padding-left: 12px;
}

#header_nav #special li,
#header_nav #special li a
{
	float: left;
}

#header_nav #special li a
{
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	color: #68abdc;
	line-height: 10px;
	
	padding-top:32px;
}

#header_nav #special li a:hover,
#header_nav #special li a.hi
{
	font-weight: bold;
}

/*##############################################################################
	Menu Deafult
##############################################################################*/

#left ul,
#left li,
#left li a
{
	list-style: none;
	margin: 0;
	padding: 0;
	/* groen */
	color: #4aa437;

}

#left li,
#left li a
{
	font-weight: bold;
	text-decoration: none;
	/* groen */
	color: #4aa437;
}

#left li
{
	margin-bottom:4px;
	padding-bottom:4px;
	
}

#left li a:hover,
#left li a.hi
{
	/* licht */
	color: #0098d5;
}

#left li li
{
	margin-top:0;
	margin-bottom:0px;
	line-height: 130%;
}

#left li li a
{
	font-size: 90%;
	padding-bottom:4px;
}

#left li li a
{
	
}

#left ul 
{
	padding-right:11px;
}

#left li li
{
	margin-left: 16px;
	list-style-type: disc;
	list-style-position: outside;
}

/*##############################################################################
	Menu Clubaqua
##############################################################################*/

#left ul li
{
	border-bottom: 1px #73d3f9 solid;
}

#left ul li li { border: 0px none; }


#left li
{
	margin-bottom: 0;
}

#left li a
{
	display:block;
	padding-top: 7px;
	padding-bottom: 2px;
}

#left li li,
#left li li a
{
	display:inline-block;
	padding-top: 0;
	padding-bottom: 0;
	text-transform: none;
}

#left ul,
#left li,
#left li a
{
	color: #20a9e0;
	font-size: 12px;
	font-family: 'Lucida Grande',Lucida,'Trebuchet MS',Trebuchet,Arial,Helvetica,Verdana, Geneva,sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}


#left ul li.hi { background-color: #cee9fa; }


/* ###########################################################################
/* plaatjes als menu
/* #########################################################################*/

#left li.ClubAquajogging,
#left li.ClubAquarobics,
#left li.ClubAquacycling,
#left li.ClubAquawatch,
#left li.Training,
#left li.AquaWatch
{
	border:none;
}

#left li.ClubAquajogging a span,
#left li.ClubAquarobics a span,
#left li.ClubAquacycling a span,
#left li.ClubAquawatch a span,
#left li.Training a span,
#left li.AquaWatch a span
{
	display:none;
}

#left li.ClubAquajogging a,
#left li.ClubAquarobics a,
#left li.ClubAquacycling a,
#left li.ClubAquawatch a,
#left li.Training a,
#left li.AquaWatch a
{
	width: 176px;
	height: 176px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}

#left li.Training a,
#left li.AquaWatch a
{
	width: 175px;
	height: 60px;
}

/* jogging */
#left li.ClubAquajogging a
{
	width: 176px;
	height: 176px;
	display: block;
	background-image: url('../menu/jogging.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#left li.ClubAquajogging a:hover,
#left li.ClubAquajogging a.hi
{
	background-image: url('../menu/jogging_over.jpg');
}
/* robics */
#left li.ClubAquarobics a
{
	width: 176px;
	height: 176px;
	display: block;
	background-image: url('../menu/robics.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#left li.ClubAquarobics a:hover,
#left li.ClubAquarobics a.hi
{
	background-image: url('../menu/robics_over.jpg');
}
/* cycling */
#left li.ClubAquacycling a
{
	width: 176px;
	height: 176px;
	display: block;
	background-image: url('../menu/cycling.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#left li.ClubAquacycling a:hover,
#left li.ClubAquacycling a.hi
{
	background-image: url('../menu/cycling_over.jpg');
}
/* watch */
#left li.ClubAquawatch a
{
	width: 176px;
	height: 176px;
	display: block;
	background-image: url('../menu/watch.jpg?a=1');
	background-repeat: no-repeat;
	background-position: left top;
}
#left li.ClubAquawatch a:hover,
#left li.ClubAquawatch a.hi
{
	background-image: url('../menu/watch_over.jpg?a=1');
}

/* watch -> Training */
#left li.Training a
{
	width: 175px;
	height: 60px;
	display: block;
	background-image: url('../menu/training.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#left li.Training a:hover,
#left li.Training a.hi
{
	background-image: url('../menu/training_over.jpg');
}

/* watch -> My AquaWatch */
#left li.AquaWatch a
{
	width: 175px;
	height: 60px;
	display: block;
	background-image: url('../menu/mywatch.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
#left li.AquaWatch a:hover,
#left li.AquaWatch a.hi
{
	background-image: url('../menu/mywatch_over.jpg');
}

