@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
nav {
	text-align: center;
}
.menu {
	width: 816px;
	display: block;
	float: left;
	position: absolute;
	height: 50px;
	background-image: url(../images/menuShadow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 500;
}
.menu li {
	list-style: none;
	float: left;
	position: relative;
}
.menu>li {
	background-image: url(../images/menuBg.png);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.menu li a {
	font-family: 'museosans500', Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #02688C;
	text-transform: uppercase;
	margin: 0;
	position: relative;
	text-shadow: 1px 1px 0px #f8f8f8;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
	line-height: 35px;
	padding-top: 1px;
	display: block;
	letter-spacing: 0.078em;
} 
.menu li:hover > a {
	color: #ffffff;
	font-family: 'museosans500', Arial, sans-serif;
	text-shadow: 0px 0px 4px #063545;
	margin: 0px;
	padding-top: 1px;
	background-image: url(../images/menuBg_o.png);
	line-height: 35px;
	padding-bottom: 0px;
}

.menu li .visit {
	color: #ffffff;
	font-family: 'museosans500', Arial, sans-serif;
	text-shadow: 0px 0px 4px #063545;
	margin: 0px;
	padding-top: 1px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
	background-image: url(../images/menuBg_o.png);
	line-height: 35px;
	display: block;
}
ul.menu-hover {
	visibility: hidden;
	position: absolute;
	top:36px;
	opacity: 0;
	height: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 10000;
}
.menu li:hover .menu-hover {
	visibility: visible;
	height: 100%;
	opacity: 1;
}
.menu-hover li  {
	height: 33px;
	-moz-box-shadow: 0px 1px 6px #444444;
	-webkit-box-shadow: 0px 1px 6px #444444;
	box-shadow: 0px 1px 6px #444444;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-top: 0px;
	background-color: #a55570;
	border-bottom-color: #884660;
}
.menu-hover li:hover > a {
	font-family: 'museosans300', Arial, sans-serif;
	text-shadow: 1px 1px 2px #000000;
	line-height: 33px;
	background-image: -webkit-linear-gradient(#338da5, #075e7d);
	background-image: -moz-linear-gradient(#338da5, #075e7d);
	background-image: -o-linear-gradient(#338da5, #075e7d);
	background-image: linear-gradient(#338da5, #075e7d);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#338da5', endColorstr='#075e7d'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#338da5', endColorstr='#075e7d')"; /* IE8 */
}
.menu-hover li a {
	text-shadow: 1px 1px 2px #000000;
	color: #FFF;
	font-size: 11px;
	font-family: 'museosans300', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	line-height: 33px;
	letter-spacing: 0em;
}
.menu a span:after {
	content: "";
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 3px solid #a55570;
	position: absolute;
	top: 28px;
	left: 47%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transition: none;
}
.menu li:hover span:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	border-bottom: 3px solid #338da5;
}
.menu-hover li:first-child {
	border-radius: 0;
}
.menu-hover li:last-child {
	border-radius: 0 0 4px 4px;
}
.menu-hover li:last-child a {
	border-radius: 0 0 4px 4px;
}
.menu-hover a:after {
	background: rgba(255, 255, 255, .12);
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}
#slnk1  {
	width: 135px;
}
#slnk2 {
	width: 155px;
	margin-left: -26px;
}
#slnk3 {
	width: 118px;
	margin-left: -10px;
}
/* Firefox Hack */
@-moz-document url-prefix() { 
  #slnk5 {
     width: 158px;
  }
}
.corner {
	float: left;
	height: 50px;
	width: 150px;
	background-image: url(../images/menuBg.png);
	background-repeat: repeat-x;
}
.divider {
	float: left;
	height: 50px;
	width: 3px;
	position: absolute;
	margin-left: -2px;
}
