/* CSS Document */

#navigation {
	float: left;
	width: 658px;
	height: 42px;
	padding: 0 0 0 108px;
	margin: 0;
	background: url(../grfx/nav_bg.jpg) top left no-repeat;
}

#navigation ul {
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	list-style: none;
	font-weight: bold; /* font properties added to fool IE */
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}

#navigation li a {
	border: 0;
	display: block;
	height: 62px;
	text-decoration: none;
}

#navigation li a span{
	display:none;
}

#navigation li#home a {
	height: 42px;
	width: 74px;
	background: url(../grfx/new_nav.jpg) 0px 0px no-repeat;
}

#navigation li#home a:hover {
	height: 42px;
	width: 74px;
	background: url(../grfx/new_nav.jpg) 0px -42px no-repeat;
}

#navigation li#accommodation a {
	height: 42px;
	width: 165px;
	background: url(../grfx/new_nav.jpg) -74px 0px no-repeat;
}

#navigation li#accommodation a:hover {
	height: 42px;
	width: 165px;
	background: url(../grfx/new_nav.jpg) -74px -42px no-repeat;
}

#navigation li#things_to_do a {
	height: 42px;
	width: 137px;
	background: url(../grfx/new_nav.jpg) -239px 0px no-repeat;
}

#navigation li#things_to_do a:hover {
	height: 42px;
	width: 137px;
	background: url(../grfx/new_nav.jpg) -239px -42px no-repeat;
}

#navigation li#our_wines a {
	height: 42px;
	width: 122px;
	background: url(../grfx/new_nav.jpg) -376px 0px no-repeat;
}

#navigation li#our_wines a:hover {
	height: 42px;
	width: 122px;
	background: url(../grfx/new_nav.jpg) -376px -42px no-repeat;
}

#navigation li#contact_us a {
	height: 42px;
	width: 136px;
	background: url(../grfx/new_nav.jpg) -498px 0px no-repeat;
}

#navigation li#contact_us a:hover {
	height: 42px;
	width: 136px;
	background: url(../grfx/new_nav.jpg) -498px -42px no-repeat;
}