/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#invertedtabs{
	padding: 0px;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#invertedtabs ul{
	font: bold 11px Arial, Verdana, sans-serif;
	margin:0 0 1em; /*margin between menu and rest of content*/
	padding:0;
	list-style:none;
}

#invertedtabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	/*text-transform:uppercase;*/
line-height: 1.5em;
}


#invertedtabs a{
	float:left;
	margin:0;
	padding:0 0 0 0px;
	text-decoration:none;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#invertedtabs a span{
float:left;
display:block;
background:url(http://www.grasmere.co.nz/graphics/navigation/right_tab.gif) no-repeat right top;
padding: 6px 10px 6px 5px;
font-weight:normal;
color:#DED9D1;
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
background:url(http://www.grasmere.co.nz/graphics/navigation/right_tab_hover.gif) no-repeat right top;
color:#FFFFFF;
}

#invertedtabs a:hover span{
background:url(http://www.grasmere.co.nz/graphics/navigation/right_tab_hover.gif) no-repeat right top;
color:#FFFFFF;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
color: #686055;
background:url(http://www.grasmere.co.nz/graphics/navigation/right_tab_fixed.gif) no-repeat right top;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #8b0000;
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}


/* Horizontal Menu */

/*#HorizontalNavigation a{
	COLOR: #E2DDD9;
	TEXT-DECORATION: none;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	padding: 0px 6px;
	line-height: 195%;
}

#HorizontalNavigation a:hover{
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	border-bottom: 5px solid #62594D;
	margin: 0px;
	padding: 0px 6px;
}
*/

#SubHorizontalNavigation a{
	COLOR: #686055;
	TEXT-DECORATION: none;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	padding-right: 5px;
	padding-left: 5px;
}

#SubHorizontalNavigation a:hover{
	COLOR: #9E9485;
	TEXT-DECORATION: none;
}


#Navigation a{
	/*background: #EDEAE7;*/
	COLOR: #9E9485;
	TEXT-DECORATION: none;
	display: block;
	text-align: left;
	line-height: 150%;
	width: 280px;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 12px 20px;
	/*border-bottom: 1px solid #C9C1B6;*/
	background: url(../graphics/underline_navigation.gif) no-repeat left bottom;
}

#Navigation a:hover{
	COLOR: #504B43;
	TEXT-DECORATION: none;
	background: url(../graphics/underline_navigation_dark.gif) no-repeat left bottom;
	/*background: #EDEBE7;
	border-left: 1px solid #62594D;*/
}



#BottomNavigation a{
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin-right: 1px;
	margin-left: 5px;
	padding-right: 7px;
	color: #FFFFFF;
}

#BottomNavigation a:hover{
	COLOR: #CFC7C0;
	TEXT-DECORATION: none;
}
