body, td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; }
img { border: 0 }

.adtable {
font-size: 14px;
}

a { color: #22229C }
a:hover, a:active { color: #FF4400 }

.bold { font-weight: bold }
.title { font-weight: bold; font-size: 110% }

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 10;
}

#nav a {
	display: block;
	white-space: nowrap;
	text-decoration: none;
}

#nav > li { /* all list items */
	float: left;
	width: 111px;
}

#nav li.widerli { /* all list items */
	width: 112px !important;
}

#nav li ul { /* second-level lists */
	position: absolute;
	min-width: 111px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 2px solid;
}

#nav li ul a {
	padding: 2 5;
	font-weight: bold;
	}

#spec a {
white-space: normal;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul a:hover, #nav li ul a:active {
	color: #FFFFFF;
	text-decoration: underline;
	}

/* sungrass menu */
#menu1 li ul { 
	background: #136C4C;
	border-color: #A8B5AC #1B521B #1B521B #A8B5AC;
}

#menu1 li ul a {
	color: #FFFCB7;
	}

/* fireblood menu */
#menu2 li ul { 
	background: #8B123D;
	border-color: #E2AD47 #490B30 #490B30 #E2AD47;
}

#menu2 li ul a {
	color: #E6AB4D;
	}

/* ancient Egypt menu */
#menu3 li ul { 
	background: #34494A;
	border-color: #77755C #163746 #163746 #77755C;
}

#menu3 li ul a {
	color: #EBD532;
	}

/* Russian abandoned menu */
#menu4 li ul { 
	background: #5A5A5A;
	border-color: #D8D8D8 #202020 #202020 #D8D8D8;
}

#menu4 li ul a {
	color: #5BD5BE;
	}

/* divine stars menu */
#menu5 li ul { 
	background: #0E2247;
	border-color: #607394 #09102A #09102A #607394;
}

#menu5 li ul a {
	color: #C6B7F2;
	}

/* aqua life menu */
#menu6 li ul { 
	background: #000178;
	border-color: #008AB3 #010157 #010157 #008AB3;
}

#menu6 li ul a {
	color: #B9B8BE;
	}

h1 {
font-weight: bold;
font-size: 160%;
margin-bottom: 15px;
}

.links1, .links1:visited {
color: blue;
text-decoration: none;
}

.links2, .links2:visited {
color: #008000;
font-weight: bold;
text-decoration: none;
}

.links1:hover, .links2:hover {
text-decoration: underline;
}