/** text of item */
#globalNav, .MenuClass {
	width:975px;
	height:42px;
	background:transparent url(../images/global/nav/nav_bar_back.gif) no-repeat center center;
	text-align:center;
	z-index:9999;
	border: none;
}

#globalNav, #globalNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#globalNav ul.RootGroup {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 5px;
	text-align: center;
	background-color: transparent;
	border: none;
	padding: 0 0 0 0;
}

#globalNav a.RootItem {
	line-height: 32px;
	margin-top: 5px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: -5px;
	background: transparent url(../images/global/nav/nav_button_active.gif) no-repeat right;
}

#globalNav a.RootItem:hover {
	background:transparent url(../images/global/nav/nav_button_hover.gif) no-repeat 0 0;
	color:#666;
}

#globalNav a {
	display: block;
	color:#fff;
	text-decoration:none;
}

#globalNav li {
	float: left;
}

#globalNav li ul.level1 {
	position: absolute;
	margin-left:2px;
	background:#fff;
	border-left:#ccc solid 1px;
	border-right:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
}

#globalNav li ul.level1 li {
	padding:0;
	width:260px;
}

.Item span.text {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
}

#globalNav li ul.level1 a {
	color:#717073;
	display:block;
	line-height: 2.5em;
	padding:0 0;
	background:transparent;
	text-align:left;
	width:260px;
	border: none;
}

#globalNav li ul.level1 a:hover {
	color:#fff;
	background:#b2bb1d;
	width:260px;
	border: none;
}

.Item, a.Item:link, a.Item:active, a.Item:visited, a.Item:hover, .RootItem, a.RootItem:link, a.RootItem:active, a.RootItem:visited, a.RootItem:hover  { 
	cursor: hand;
	cursor: pointer;
	border: none;
}

