.horbar	{
	height: 100%;
	width: 100%;
	background: #ccc;
}
/*
#hormenuL1 		{width: 59px; height: 45px;}
#hormenuL1 a {width: 59px; height: 45px; }
#hormenuL2 {width: 86px; height: 45px;}
#hormenuL5 {width: 121px; height: 45px;}
#hormenuL6 {width: 39px; height: 45px;}
#hormenuL7 {width: 59px; height: 45px;}
*/
#nav a { margin:0;padding: 0;height: 45px; }
a#Icon9 {background: url(assets/nav/lodging.gif) no-repeat;width: 59px; } 
a#Icon9:hover {background: url(assets/nav/lodging-on.gif) no-repeat;width: 59px; } 

a#Icon10 {background: url(assets/nav/things.gif) no-repeat;width: 86px; } 
a#Icon10:hover {background: url(assets/nav/things-on.gif) no-repeat;width: 86px; } 

a#Icon5 {background: url(assets/nav/calendar.gif) no-repeat;width: 121px; } 
a#Icon5:hover {background: url(assets/nav/calendar-on.gif) no-repeat;width: 121px; } 

a#Icon11 {background: url(assets/nav/golf.gif) no-repeat;width: 39px; } 
a#Icon11:hover {background: url(assets/nav/golf-on.gif) no-repeat;width: 39px; } 

a#Icon12 {background: url(assets/nav/winter.gif) no-repeat;width: 75px; height: 45px;} 
a#Icon12:hover {background: url(assets/nav/winter-on.gif) no-repeat;width: 75px; } 

a#Icon13 {background: url(assets/nav/groups.gif) no-repeat;width: 50px; } 
a#Icon13:hover {background: url(assets/nav/groups-on.gif) no-repeat;width: 50px; } 

a#Icon14 {background: url(assets/nav/media.gif) no-repeat;width: 66px; } 
a#Icon14:hover {background: url(assets/nav/media-on.gif) no-repeat;width: 66px; } 

a#Icon15 {background: url(assets/nav/faq.gif) no-repeat;width: 32px; } 
a#Icon15:hover {background: url(assets/nav/faq-on.gif) no-repeat;width: 32px; } 

a#Icon16 {background: url(assets/nav/maps.gif) no-repeat;width: 44px; } 
a#Icon16:hover {background: url(assets/nav/maps-on.gif) no-repeat;width: 44px; } 

.horbaritem	{
	float: left;
	white-space: nowrap;
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
}

.horbaritem a	{
	display: block;
	text-decoration: none;
}

.horbaritem a:link	{
	color: #000000;
	text-decoration: none;
}

.horbaritem a:visited	{
	color: #000000;
	text-decoration: none;
}

.horbaritem a:hover	{
	color: #2A5040;
	background-color: #FDF1C7;
	text-decoration: none;
}

.horbaritem a:active	{
	color: #ff0000;
	text-decoration: none;
}

.verbar	{
	color: black;
	background-color: #dcdad5;
	border: 2px outset #cecac1;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #CCB595;
	border: 2px solid #CCB595;
}

.item	{
	text-align: left;
	white-space: nowrap;
	font-family: arial, sans-serif;
	font-size: 13px;
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
margin:1px 0;
	background-color: #B99D76;
}

.item a:link	{
	color: #FDF1C7;
	text-decoration: none;
}

.item a:visited	{
	color: #FDF1C7;
	text-decoration: none;
}

.item a:hover	{
	color: #2A5040;
	background-color: #FDF1C7;
	text-decoration: none;
}

.item a:active	{
	color: #FDF1C7;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
/*	right: 4px; */
	right: 7px;
}

.separator	{
	background-color: #ff0000;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 2px 0px 2px 1px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}

