.radmenu{
	white-space:nowrap;
	float:left;
	position:relative;
}


.radmenu:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.radmenu ul.horizontal, .radmenu ul.vertical{
	margin:0;
	padding:0;
	display:none;
	position:relative;
	left:0;
	float:left;
	

}

.radmenu .item{
	float:left;
	position:relative;
	list-style-image: none;
	list-style-position:outside;
	list-style:none;	
	_display:inline;
	
}


.radmenu .horizontal .item{
	clear:none;
}

.radmenu .vertical .item{
	clear:both;
}


.radmenu ul.active, .radmenu ul.rootGroup{
	display:block;
	
}

.radmenu .slide, .contextMenu{
	position:absolute;
	overflow:hidden;
	display:none;
	_height:1px;
	float:left;
}

.contextMenu{
	z-index:1000;
}

.radmenu .text{
	display:block;
}

.radmenu a.link{
	cursor:default;
	display:block;	
}


.scrollWrap{
	position:absolute;
	float:left;
	overflow:hidden;
}


.radmenu .leftImage{
	border:0;
	float:left;
}

.rtl{
	float:right;
}

.rtl ul.horizontal,.rtl ul.vertical{
	float:right;
}

.rtl .item{
	float:right;	
}

.rtl .leftImage, .rtlcontext .leftImage{
	border:0;
	float:right;
}

.radmenu ul.rootGroup{
	float:none;
	_float:left;
}

.radmenu .link{
	width:auto;
}

.RadMenu_myNav{
	position: absolute;
	top: 14px;
	right: 0;
	
}

.radmenu a.link, .radmenu a.link:visited { /*have to override this declaration in menu.css since occasionally it will take presidence over the following declaration for cursor */
	cursor:pointer;
	cursor:hand;
}


/**********************************************
	IE 6 Specific tweaks
***********************************************/
.TweakMyXboxNavForIE6 .level1 a.link{	
	width: 110px;
}

.RadMenu_MainNav{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 500px;
	float: none;
}

.radmenu a.link, .radmenu a.link:visited { /*have to override this declaration in menu.css since occasionally it will take presidence over the following declaration for cursor */
	cursor:pointer;
	cursor:hand;
}


.RadMenu_MainNav .link, .RadMenu_MainNav .link:visited{
	cursor:pointer;
	cursor:hand;
	padding: 4px 0;
	width: 100px;
	/*font-weight: bold;
	font-size: 11px;*/
	text-decoration: none;
	color: #FFFFFF;
	
}

.RadMenu_MainNav a.link{
	cursor: pointer;
	text-decoration: none;
}

.RadMenu_MainNav .link:hover, .RadMenu_MainNav .focused, .RadMenu_MainNav .expanded{
	background-image: url('../Example/b_files/cssimg/navDropDown.gif');
	color: #FFFFFF
}

.RadMenu_MainNav ul.level1{
	cursor:pointer;	/* so the cursor remains a hand between dropdown elements */
	cursor:hand;
	padding: 0;
	background: url(../cssimg/dropDownTransparent.png);
	
	
	background-position: top left;
}

.RadMenu_MainNav ul.level1 .link, .RadMenu_MainNav ul.level1 .link:visited{
	padding: 5px 10px;
	font-size: 10px;
	min-width: 100px; /* replace for IE6 and lower with width: 127px;*/
	text-align: left;
	width: auto; /* remove for IE6 and lower */
	height: auto;
	color: #bbbbbb;
	
}

.RadMenu_MainNav ul.level1 .link:hover, .RadMenu_MainNav ul.level1 .focused, .RadMenu_MainNav ul.level1 .expanded{
	background-image: none;
	background-color: #000000;
	color: #ffffff;
	width: 150px;
	filter:alpha(opacity=60);
}

/**********************************************
	IE 6 Specific tweaks
***********************************************/
.TweakMainNavForIE6 .level1 a.link{	
	width: 127px;
}

.myShellTop {
	font-size:10px;
	text-align:left;
	margin:0;
	padding:0;
	height:90px;
	width:542px;
	position:absolute;
	z-index:100;
	min-width:500px;
	left: 165px;
	top: 70px;
}
.myShellHeader {
	margin-left:auto;
	margin-right:auto;
	width:500px;
	position:relative;
	z-index:31;
}
.myShellHeaderBrand {
	margin-left:auto;
	margin-right:auto;
	width:500px;
	position:relative;
	z-index:31;
}

.myShellFooter {
	margin-left:auto;
	margin-right:auto;
	width:765px;
	font-size:11px;
	color:#8A8A8A;
}

.RadMenu_MainNav .link {
	font-weight:bold;
	font-size:11px;
}
.RadMenu_myNav a.link {
	font-weight:bold;
}


