@charset "UTF-8";
ul.MenuBarActive {
	z-index: 1000;
}
ul.MenuBarHorizontal {
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: auto;
}
ul.MenuBarHorizontal li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	float: left;
}
ul.MenuBarHorizontal a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 21px;
	padding-top: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5B5B5B;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	vertical-align: middle;
}
ul.MenuBarHorizontal a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/menubar_hover.png);
}
ul.MenuBarHorizontal .active {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/menubar_hover.png);
}

ul.MenuBarHorizontal ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul.MenuBarHorizontal ul a {
	width: 175px;
	display: block;
	height: 10px;
	background-image: url(../img/menu_horizontal_normal.jpg);
	background-repeat: no-repeat;
	background-position: left;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 30px;
	background-color: #000000;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #666666;
	border-left-color: #666666;
}
ul.MenuBarHorizontal ul a:hover {
	width: 175px;
	display: block;
	height: 10px;
	padding-left: 30px;
	background-image: url(../img/menu_horizontal_hover.jpg);
	background-repeat: no-repeat;
	background-position: left;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #666666;
	border-left-color: #666666;
}
ul.MenuBarHorizontal ul .first a {
	width: 175px;
	display: block;
	height: 10px;
	background-image: url(../img/menu_horizontal_normal.jpg);
	background-repeat: no-repeat;
	background-position: left;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 30px;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 10px;
	border: 1px solid #666666;
}
ul.MenuBarHorizontal ul .first a:hover {
	width: 175px;
	display: block;
	height: 10px;
	padding-left: 30px;
	background-image: url(../img/menu_horizontal_hover.jpg);
	background-repeat: no-repeat;
	background-position: left;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	border: 1px solid #666666;
	padding-bottom: 10px;
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}