

/* styles for the JS dropdown */
/* (changes with color scheme cookie) */

.menu, a.menu, a.menu:visited, .menu2, a.menu2, a.menu2:visited { /* shared styles (on and off versions) */
	font-family: Arial, Verdana, Tahoma; 
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}


.menu, a.menu, a.menu:visited { /* on menu colors */
	background: white;
	color: black;
}

.menu2, a.menu2, a.menu2:visited { /* off menu colors */
	background: black; 
	color: white;
}                                                                                   


.scriptfree_menu0 { /* noscript version of the main menu links in case js disabled */
	background: #000;
	border: 1px solid #444;
}
.scriptfree_menu0 a:link, .scriptfree_menu0 a:visited {
	color: #fff;
}
.scriptfree_menu0 a:hover {
	color: #fff;
	background: #000;
}



