/** text of item */

#globalNav, .MenuClass {
	width:947px;
	margin-left:auto;
	margin-right:auto;
	height:21px;
	text-align:center;
	/*z-index:9999;*/
	padding: 0;
}

#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:#000;
	text-decoration:none;
}

#globalNav li {
	float: left;
	padding:0px;
	margin:0px;
}

#globalNav li ul.level1 {
	position:relative;
	left:-35px;
}

#globalNav li ul.level1 li {
	padding:0;
	width:170px;
}

.Item {
	background-image:url(../images/nav/navDD_itembg.gif);
	padding-left:10px;
	background-repeat:no-repeat;
	background-position:0 0;
}

.ItemFirst {
	background-image:none;
	background-color:white;
	background-repeat:no-repeat;
	background-position:0 0;
}

.ItemLast {
	background-image:none;
	background-repeat:no-repeat;
	background-position:0 0;
}

.Item span.text {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	cursor: hand;
	cursor: pointer;
}

#globalNav li ul.level1 a {
	color:#0092dd;
	display:block;
	line-height: 24px;
	height:24px;
	padding:0 0 0 10px;
	/*background:transparent;*/
	text-align:left;
	width:160px;
	border: none;
}

#globalNav li ul.level1 a:hover {
	color: black;
	background-image:url(../images/nav/subnav_bullet.gif);
	background-repeat:no-repeat;
	background-position:3 6;
	width:160px;
	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;
}

.separator {
	background-image:none;
}

.radmenu .leftImage {
	float:none;
	cursor: hand;
	cursor: pointer;
}