/** text of item */
#fullNav {
	width:100%;
	height:30px;
	background:transparent url(../images/global/nav/nav_bar_back.gif) repeat-x;
	position:relative;
}

#globalNavLeft {
	width:20px;
	height:30px;
	float:left;
	background:transparent url(../images/global/nav/nav_bar_left.gif);
}

#globalNavRight {
	width:20px;
	height:30px;
	float:right;
	background:transparent url(../images/global/nav/nav_bar_right.gif);
}

#globalNav, .MenuClass {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:30px;
	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:#fff;
	text-decoration:none;
}

#globalNav li {
}

#globalNav li ul.level1 {
	position: absolute;
	margin-left:0px;
}

#globalNav li ul.level1 li {
	padding:0;
	width:190px;
}

.Item {
	background-image:url(../images/global/nav/dd_bg.png);
	background-repeat:no-repeat;
	
}

.ItemFirst{
	background-image:none;
}

.ItemLast {
	background-image:none;
}

.separator {
	background-image:none;
	height:1px;
	*height:0px;
}

.Item span.text {
	margin:0px;
	padding-left:12px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

#globalNav li ul.level1 a {
	color:#4f4f4f;
	display:block;
	line-height: 2.5em;
	padding:0 0;
	background:transparent;
	text-align:left;
	width:180px;
	height:26px;
	border: none;
	float:left;
}

#globalNav li ul.level1 a:hover {
	color:#a6caed;
	background:#0066cc;
	width:180px;
	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;
}

.radmenu .leftImage {
	*float:none;
	margin:0;
	padding:0;
	cursor:pointer;
	cursor:hand;
}

.radmenu .text {
	display:none;
}

.radmenu ul li ul .text{
	display:block;
}