
/* --
  Navigation Stylesheet for Westcliffe Hotel

  (c) Colin Sewell, 2005.
*/

a img { border: none; text-decoration: none; }


a.InPageLink {
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	border-bottom: 1px dotted #888888;
	color: #5F8DC1;
}

a.InPageLink:hover {
	border-bottom: 1px solid #5F8DC1;
	color: #39618F;
}



a.RecommendLink {
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	border-bottom: 1px dotted #cccccc;
	color: #ffffff;
}

a.RecommendLink:link, a.RecommendLink:visited {
	border-bottom: 1px dotted #cccccc;
	color: #ffffff;
}
a.RecommendLink:hover {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}
a.RecommendLink:active {
	border-bottom: 1px dotted #cccccc;
	color: #ffffff;
}


a.FooterLink {
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom: 1px dotted #888888;
	color: #5F8DC1;
}

a.FooterLink:link, a.FooterLink:visited {
	border-bottom: 1px dotted #cccccc;
	color: #5F8DC1;
}
a.FooterLink:hover {
	border-bottom: 1px solid #5F8DC1;
	color: #39618F;
}
a.FooterLink:active {
	border-bottom: 1px dotted #cccccc;
	color: #5F8DC1;
}


a.AwardLink {
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom: 1px dotted #888888;
	color: #5F8DC1;
}

a.AwardLink:link, a.AwardLink:visited {
	border-bottom: 1px dotted #cccccc;
	color: #5F8DC1;
}
a.AwardLink:hover {
	border-bottom: 1px solid #5F8DC1;
	color: #39618F;
}
a.AwardLink:active {
	border-bottom: 1px dotted #cccccc;
	color: #5F8DC1;
}


#NavMenu {
	margin-top:5px;
	height: 25px;
}


#NavMenu ul
{
	display: inline;
	height: 30px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	letter-spacing: 1px;
}

#NavMenu li
{
	display: inline;
	width: 100px;
	height: 30px;
	padding: 1px;
	margin: 1px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}


#NavMenu a
{
	display: inline;
	padding: 1px;
	margin: 0px;
	width: 100%;
	height: 30px;
	color: #5F8DC1;
/*	border-bottom: 2px solid #5F8DC1; */
}

#NavMenu a:link, a:visited
{
	color: #5F8DC1;
	text-decoration: none;
}

#NavMenu a:hover
{
	background-color: #5F8DC1;
	color: #fff;
/*	border-bottom: 2px solid #ffffff; */
}

#NavMenu a:active
{
	color: #fefefe;
	text-decoration: none;
}
