.menuButtonContainer {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-origin: padding-box;
	font-family: sans-serif;
	font-size: 12px;
	height: 40px;
	list-style-position: outside;
	outline-color: black;
	outline-style: none;
	text-align: center;
	vertical-align: baseline;
	margin: 0;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}

.barMenu {
	background-image: url(down-arrow-small.png);
	background-origin: padding-box;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	color: white;
	float: left;
	font-family: 'Trade Gothic 20', 'Trebuchet MS', 'Helvetica Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	height: 40px;
	line-height: 41px;
	outline-color: white;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	text-shadow: rgba(0, 0, 0, 0.796875) 0px -1px 0px;
	overflow:hidden;
	list-style-type:none;
}
.barMenu:hover {
	background-color: rgba(0,0,0,0.5);
	overflow:visible;
}

.barButton {
	background-origin: padding-box;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	color: white;
	float: left;
	font-family: 'Trade Gothic 20', 'Trebuchet MS', 'Helvetica Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	height: 40px;
	line-height: 41px;
	outline-color: white;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	text-shadow: rgba(0, 0, 0, 0.796875) 0px -1px 0px;
	list-style-type:none;
}

.barButtonLink {
	color: white;
	cursor: pointer;
	font-family: Arial, Sans-serif;

	/*font-family: 'Trade Gothic 20', 'Trebuchet MS', 'Helvetica Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-size: 16px;
	font-weight: 600;
	height: 40px;
	line-height: 41px;
	outline-color: white;
	position: relative;
	text-shadow: rgba(0, 0, 0, 0.8) 0px -1px 0px;
	list-style-type:none;
}

.barButton:hover {
	background-color: rgba(0,0,0,0.5);
}

#menuList li a, #navbar li a:link, #navbar li a:visited {color: #FFF; text-shadow: #000;}
#menuList li li a, #navbar li li a:link, #navbar li li a:visited  {color: #666;}
#menuList li:hover a, #navbar li a:active, #navbar li a:focus {color: #63B8FF; text-decoration: none;}
#menuList li:hover li a, #navbar li li a:active, #navbar li li a:focus {color: #666;}
.homeButton:hover img {opacity: 0.6;}

.menuFrame {
	-webkit-box-shadow: rgba(0,0,0,0.5) 0px 2px 16px 2px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0px 2px 16px 2px;
	box-shadow: rgba(0,0,0,0.5) 0px 2px 16px 2px;
	background-attachment: scroll, scroll;
	background-clip: border-box, border-box;
	background-color: transparent;
	background-image: none, -webkit-linear-gradient(top, #6B6D6E 0px, #565758 100%);
	background-image: none, -moz-linear-gradient(top, #6B6D6E 0px, #565758 100%);
	background-image: none, -o-linear-gradient(top, #6B6D6E 0px, #565758 100%);
	background-image: none, -ms-linear-gradient(top, #6B6D6E 0px, #565758 100%);
	background-image: none, linear-gradient(top, #6B6D6E 0px, #565758 100%);
	background-origin: padding-box, padding-box;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0px;
	border-top-right-radius: 3px;
	border-top-width: 0px;
	clear: both;
	float: left;
	font-family: sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	outline-color: black;
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	position: absolute;
	text-align: center;
	top: 40px;
	left: -1px;
	vertical-align: baseline;
	width: auto;
	z-index: 3;
}
.menuPanel {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #F4F4F4;
	background-image: none;
	background-origin: padding-box;
	border-bottom-color: rgba(86, 87, 88, 0.796875);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgba(86, 87, 88, 0.796875);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgba(86, 87, 88, 0.796875);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgba(86, 87, 88, 0.796875);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: rgba(255, 255, 255, 0.449219) 0px 1px 0px 0px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.449219) 0px 1px 0px 0px;
	-moz-box-shadow: rgba(255, 255, 255, 0.449219) 0px 1px 0px 0px;
	display: block;
	font-family: sans-serif;
	font-size: 12px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	text-align: center;
	vertical-align: baseline;
	width: auto;
}

.menuItemBig {
	-webkit-box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px;
	-moz-box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px;
	-ms-box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px;
	-o-box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: none;
	background-origin: padding-box;
	border-bottom-color: #DDD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px;
	color: #252525;
	cursor: pointer;
	display: block;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	outline-color: #252525;
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 16px;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 16px;
	text-align: left;
	text-decoration: none;
	text-shadow: white 0px 1px 0px;
	vertical-align: baseline;
	width: 220px;
}

.menuItemBig:hover {
	color: #860000;
	text-shadow: none;
	text-decoration: none;
	background-color: rgba(0,0,0,0.125);
}

.menuItem {
	-webkit-box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px;
	-moz-box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px;
	-ms-box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px;
	-o-box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: none;
	background-origin: padding-box;
	border-bottom-color: #DDD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px;
	color: #252525;
	cursor: pointer;
	display: block;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	outline-color: #252525;
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 5px;
	text-align: left;
	text-decoration: none;
	text-shadow: white 0px 1px 0px;
	vertical-align: baseline;
	width: 220px;
}

.menuItem:hover {
	color: #860000;
	text-shadow: none;
	text-decoration: none;
	background-color: rgba(0,0,0,0.125);
}

