/*******/
/* nav */
/*******/

#nav { 
	width: 639px;
	/* background-color: #ccc; */
	float: right;
	}
	
#nav ul {
	margin-top: 0;
	padding-top: 0;
	padding: 0px 0px;
	background: #0000cc;
	border-bottom: 0px black dashed;
	border-right: 1px white dashed;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	}

/* revised */
#nav li { 
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	}

/* revised */
#nav li.current { 
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(http://www.coombewoodgolf.com/uploads/image,1008,en.jpg) no-repeat top right; /* tab top right corner highlighted */
	}

/* revised */
#nav a {
	float: left;
	display: block;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	color: black;
	font-size: 75%;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	border-right: 0px #fff solid; 
	min-width: 96px;
	}

/* revised */
#nav .current a {
	float: left;
	display: block;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	color: black;
	font-size: 75%;
	background: url(http://www.coombewoodgolf.com/uploads/image,1010,en.jpg) no-repeat top left; /* tab top left highlighted */
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	border-right: px #fff solid; 
	border-bottom: 0px #ffcc00 solid; 
	min-width: 96px;
	}

* html #nav a {
	width: 71px; /* total width, only IE5.x/WIN */
	w\idth: 97px;  /* content width for other IE */
	}


#nav a:hover {
	color: red;
	}

	
em {
	text-decoration: underline;
	font-style: normal;
	}

