@charset "utf-8";
/* CSS Document */

#menu {
	position:absolute;
	height:64px;
	left:15px;
	top:10px;
	width: 1000px;
}
#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#menu ul li {
	list-style:none;
	display:inline;
	position:relative;
	margin:0px;
	padding:0px;
	margin-right:6px;
}

.activeMenuBar_activeItem {
	color:#000000;
	cursor:pointer;
}
.activeMenuBar_activeItem:hover {
	color:#000000;
	cursor:pointer;
}
.activeMenuBar_inactiveItem {
	color:#c3c3c3;
	cursor:pointer;
}
.activeMenuBar_inactiveItem:hover {
	color:#dedede;
	cursor:pointer;
}
.inactiveMenuBar_Item {
	color:#000000;
	cursor:pointer;
}
.inactiveMenuBar_Item:hover {
	color:#888888;
	cursor:pointer;
}
.hiddenMenuBar_Item {
	color:#ffffff;
	cursor:default;
}

.topMenuBar_Item {
	text-transform:uppercase;
}
.subMenuBar_Item {
	text-transform:lowercase;
}
.menuBar_Item {
	font-family:Helvetica, Arial !important;
	font-size:11px !important;
	font-weight:bold !important;
	letter-spacing:0.20px !important;
}
.menuBar {
	position:absolute;
	left:0px;
	width:800px;
	cursor:default;
} 

.level0 {
	top:0px;
	height:16px;
}
.level1 {
	top:16px;
	height:16px;
}
.level2 {
	top:32px;
	height:16px;
}
.level3 {
	top:48px;
	height:16px;
}
h1,h2,h3,h4,h5,h6,h7 {
	color:inherit;
	font-size:100%;
	text-decoration:inherit;
	font-weight:inherit;
	font-family:inherit;
	text-transform:inherit;
	display:inherit;
	margin:0px;
	padding:0px;
	clear:none;
	display:inline;
}
