/*This css file is different from the master css file beacause the master css is not rendering the testdrive template navigation properly on mac when javascript is disabled. This has an overriding width for the elements. Shoudl amke this as a the same as the public master nav. Need to review whats breaking it.*/

.RadMenu_Seamless .link { text-decoration: none; }
.RadMenu_Seamless ul li a { padding: 4px 10px }

.RadMenu_Seamless .link .text
{
	font-family: Arial;
	font-size: 1em;
	text-decoration: none;
}

.RadMenu_Seamless .link:hover .text,

.RadMenu_Seamless .focused .text,

.RadMenu_Seamless .expanded .text
{
	text-decoration: none;
	cursor: pointer;
}

.RadMenu_Seamless .level1 .link:hover .text,

.RadMenu_Seamless .level1 .focused .text,

.RadMenu_Seamless a:hover { text-decoration: none; }
.RadMenu_Seamless .group .first { margin-top: 0px; }

.RadMenu_Seamless .level1 .group .first { margin-top: -1px; }
.RadMenu_Seamless .level2 .item { margin-left:1px; margin-right:1px; }

.RadMenu_Seamless .level1 .group, .RadMenu_Seamless .level1 .group:hover { margin-left: 0px; }
.RadMenu_Seamless .group .link { background-color:#949599; }
.RadMenu_Seamless .group .item .link:hover { }
.RadMenu_Seamless .group .item .link:hover .text { color:#FFF }
.RadMenu_Seamless .level1 .item { margin-bottom: 1px; }

.RadMenu_Seamless .menuHome, .RadMenu_Seamless .menuHomeSelected, #mainMenuContainerNoJS li.home a {
	background-color:#FFFFFF;
	border-bottom:5px solid #546B75;
	border-right:1px solid #E4E5E6;
	color:#546B75;
	display:block;
	font-weight:bold;
	text-decoration:none;
	width:80px !important;
	text-align:center !important;
	padding-top:11px;
	padding-bottom:11px;
}

.RadMenu_Seamless .menuArts, .RadMenu_Seamless .menuArtsSelected, #mainMenuContainerNoJS li.arts a {
	background-color:#FFFFFF;
	border-bottom:5px solid #C64200;
	border-right:1px solid #E4E5E6;
	color:#3F3E41;
	display:block;
	font-weight:bold;
	text-decoration:none;
	width:135px !important;
	text-align:center !important;
	padding-top:11px;
	padding-bottom:11px;
}
.RadMenu_Seamless .menuFunding, .RadMenu_Seamless .menuFundingSelected, #mainMenuContainerNoJS li.funding a {
	background-color:#FFFFFF;
	border-bottom:5px solid #008100;
	border-right:1px solid #E4E5E6;
	color:#3F3E41;
	display:block;
	font-weight:bold;
	text-decoration:none;
	width:130px !important;
	text-align:center !important;
	padding-top:11px;
	padding-bottom:11px;
}
.RadMenu_Seamless .menuResearch, .RadMenu_Seamless .menuResearchSelected, #mainMenuContainerNoJS li.research a {
	background-color:#FFFFFF;
	border-bottom:5px solid #740065;
	border-right:1px solid #E4E5E6;
	color:#3F3E41;
	display:block;
	font-weight:bold;
	text-decoration:none;
	width:165px !important;
	text-align:center !important;
	padding-top:11px;
	padding-bottom:11px;
}
.RadMenu_Seamless .menuAbout, .RadMenu_Seamless .menuAboutSelected, #mainMenuContainerNoJS li.about a {
	background-color:#FFFFFF;
	border-bottom:5px solid #0070CD;
	border-right:1px solid #E4E5E6;
	color:#3F3E41;
	display:block;
	font-weight:bold;
	text-decoration:none;
	width:101px !important;
	text-align:center !important;
	padding-top:11px;
	padding-bottom:11px;
}

.RadMenu_Seamless .menuTestDrive, .RadMenu_Seamless .menuTestDriveSelected, #mainMenuContainerNoJS li.testdrive a {
	background-color:#FFFFFF;
	border-bottom:5px solid #C41230;
	color:#3F3E41;
	display:block;
	font-weight:bold;
	text-decoration:none;
	width:140px !important;
	text-align:center !important;
	padding-top:11px;
	padding-bottom:11px;
}

.RadMenu_Seamless .menuHomeChildSelected
{
	background-color: #546b75;
	color: #fff;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

.RadMenu_Seamless .menuArtsChildSelected
{
	background-color: #c64200;
	color: #fff;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

.RadMenu_Seamless .menuFundingChildSelected
{
	background-color: #008100;
	color: #fff;
	display: block;	
	font-weight: bold;
	text-decoration: none;
}

.RadMenu_Seamless .menuResearchChildSelected
{
	background-color: #740065;
	color: #fff;
	display: block;	
	font-weight: bold;
	text-decoration: none;
}

.RadMenu_Seamless .menuAboutChildSelected
{
	background-color: #0070cd;
	color: #fff;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

.RadMenu_Seamless .menuTestDriveChildSelected
{
	background-color: #C41230;
	color: #fff;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

.RadMenu_Seamless .menuHome:hover, .RadMenu_Seamless .menuHomeFocused
{
	background-color: #546b75;
	color: #fff;
}
.RadMenu_Seamless .menuArts:hover, .RadMenu_Seamless .menuArtsFocused
{
	background-color: #c64200;
	color: #fff;
}
.RadMenu_Seamless .menuFunding:hover, .RadMenu_Seamless .menuFundingFocused
{
	background-color: #008100;
	color: #fff;
}
.RadMenu_Seamless .menuResearchFocused, .RadMenu_Seamless .menuResearch:hover
{
	background-color: #740065;
	color: #fff;
}
.RadMenu_Seamless .menuAboutFocused, .RadMenu_Seamless .menuAbout:hover
{
	background-color: #0070cd;
	color: #fff;
}

.RadMenu_Seamless .menuTestDrive:hover, .RadMenu_Seamless .menuTestDriveFocused
{
	background-color: #C41230;
	color: #fff;
}

.RadMenu_Seamless .level1 .menuHomeChildSelected:hover, 
.RadMenu_Seamless .level1 .menuHomeChildSelected.focused, 
.RadMenu_Seamless .level1 .menuHomeChildSelected.expanded {background-color: #546b75; color: #fff;}

.RadMenu_Seamless .level1 .menuArtsChildSelected:hover,
.RadMenu_Seamless .level1 .menuArtsChildSelected.focused, 
.RadMenu_Seamless .level1 .menuArtsChildSelected.expanded {background-color: #c64200; color: #fff;}

.RadMenu_Seamless .level1 .menuFundingChildSelected:hover, 
.RadMenu_Seamless .level1 .menuFundingChildSelected.focused, 
.RadMenu_Seamless .level1 .menuFundingChildSelected.expanded {background-color: #008100; color: #fff;}

.RadMenu_Seamless .level1 .menuResearchChildSelected:hover, 
.RadMenu_Seamless .level1 .menuResearchChildSelected.focused, 
.RadMenu_Seamless .level1 .menuResearchChildSelected.expanded {background-color: #740065; color: #fff;}
 
.RadMenu_Seamless .level1 .menuAboutChildSelected:hover, 
.RadMenu_Seamless .level1 .menuAboutChildSelected.focused,
.RadMenu_Seamless .level1 .menuAboutChildSelected.expanded {background-color: #0070cd; color: #fff;} 

.RadMenu_Seamless .level1 .menuTestDriveChildSelected:hover,
.RadMenu_Seamless .level1 .menuTestDriveChildSelected.focused, 
.RadMenu_Seamless .level1 .menuTestDriveChildSelected.expanded {background-color: #C41230; color: #fff;}

/*ie 6 updates */

.RadMenu_Seamless  .navArts .focused, .RadMenu_Seamless  .navArts .expanded  
{
	background-color: #c64200 !important; 
	color: #fff;
}

.RadMenu_Seamless .navFunding .focused, .RadMenu_Seamless .navFunding .expanded  
{
	background-color: #008100 !important;
	color: #fff;
}

.RadMenu_Seamless  .navResearch .focused, .RadMenu_Seamless  .navResearch .expanded 
{
	background-color: #740065 !important; 
	color: #fff;
}

.RadMenu_Seamless .navAbout .focused, .RadMenu_Seamless .navAbout .expanded 
{
	background-color: #0070cd !important;
	color: #fff;
}

.RadMenu_Seamless  .navTestDrive .focused, .RadMenu_Seamless  .navTestDrive .expanded  
{
	background-color: #C41230 !important; 
	color: #fff;
}

/*MR noJS changes */
#mainMenuContainerNoJS ul li a
{
	font-family: Arial !important;
	font-size: 1.2em !important;
	text-decoration: none !important;
}

#mainMenuContainerNoJS li 
{
	display:block;
	float:left;
	position:relative;
}

#mainMenuContainerNoJS li.testdrive a {	width: 140px !important; }
#mainMenuContainerNoJS li.home a { width: 80px !important; }
#mainMenuContainerNoJS li.arts a { width: 135px !important; }
#mainMenuContainerNoJS li.funding a { width: 130px !important; }
#mainMenuContainerNoJS li.research a { width: 165px !important; }
#mainMenuContainerNoJS li.about a { width: 101px !important; }	

#mainMenuContainerNoJS li.testdrive a:hover, 
#mainMenuContainerNoJS li.testdrive a.selected
{
	background-color: #C41230;
	color: #fff;
	width: 140px !important;
}

#mainMenuContainerNoJS li.home a:hover, 
#mainMenuContainerNoJS li.home a.selected
{
	background-color: #546b75;
	color: #fff;
	width: 80px !important;
}

#mainMenuContainerNoJS li.arts a:hover, 
#mainMenuContainerNoJS li.arts a.selected
{
	background-color: #c64200;
	color: #fff;
	width: 135px !important;
}

#mainMenuContainerNoJS li.funding a:hover, 
#mainMenuContainerNoJS li.funding a.selected
{
	background-color: #008100;
	color: #fff;
	width: 130px !important;
}

#mainMenuContainerNoJS li.research a:hover, 
#mainMenuContainerNoJS li.research a.selected
{
	background-color: #740065;
	color: #fff;
	width: 165px !important;
}

#mainMenuContainerNoJS li.about a:hover, 
#mainMenuContainerNoJS li.about a.selected
{
	background-color: #0070cd;
	color: #fff;
	width: 101px !important;
}
