/* NEW V3 CSS 
NOTE ALL v3 styles MUST be added to your varsity site in order to generate new token data correctly.  You MUST copy all below and add to your existing varsity CSS from START NEW Navigation CSS to END V3 CSS */


/* START NEW Navigation CSS 
NOTE it is crucial these styles are added to your existing varsity site otherwise you will return broken lists in new nav */
#varsity {
	margin: -10px 0 15px 214px; 
}

#varsity-nav, #varsity-nav ul { /* all lists */ 
padding: 2px; 
list-style: none; 
line-height: 1; 
font-size: 10px; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: bold; 
display: block; 
width: 725px; 
height: 20px;
z-index: 10000;
}

#varsity-nav a { 
display: block; 
//border: 1px solid #008500; 
border: 1px solid #008500; 
padding: 2px; 
//color: #006600; 
color: #006600; 
text-decoration: none; 
//background: #cfe3cf; 
background: #cfe3cf;
}

#varsity-nav li { /* all list items */
float: left; 
margin-top: inherit;
// width: 122px; /* width needed or else Opera goes nuts */ 
width: 143px; /* width needed or else Opera goes nuts */ 
}

#varsity-nav li ul { /* second-level lists */ 
position: absolute; 
background: #cfe3cf; 
//width: 123px; 
width: 143px; 
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#varsity-nav li:hover ul, #varsity-nav li.sfhover ul { /* lists nested under hovered list items */ 
left: auto; 
height: auto; 
background: #cfe3cf; 
}

#content { clear: left; 
color: #000000; 
}

div.main { clear: left; }


/* START General BODY CSS */

#varsity a, a:link, a:visited, a:active { 
	color: #006600; 
	text-decoration: none; 
}

#varsity a:hover { 
	text-decoration: underline; 
	color: #999999; 
}

