
/* ######### Style for Drop Down Menu ######### */
/* old = 7f0a32
new = c4282f
*/

.boldresults {
	text-align:center;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
 
body {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	}
	
.toptxt {
	text-align:center;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
	vertical-align:middle;
}

.toptxt2 {
	text-align:center;
	color:#FFFFFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:22px;
	vertical-align:middle;
	line-height:36px;
}

/* Text/CSS-based navigation styles  */
#nav { margin:0px; padding:5px; background: #fc0101; width: 790px; border:#000000 thin solid; }
#nav ul { list-style-type: none; background: #fc0101; margin: 0px; padding: 0px; height: 34px; overflow: hidden; }

#nav ul li { float: left; margin: 0px; padding: 0px 10px; }
#nav ul li.first-child, #nav ul li:first-child { background: none }
#nav ul li.grey a, #nav ul li:grey {background-color:#999999;}
#nav ul li a { 
	padding: 5px;
	padding-left:40px;
	padding-right:40px;
	font-family:"Times New Roman", Times, serif;
	font-size: 18px; font-weight: bold; 
	text-decoration: none; 
	color: #000000; 
	display: block; 
	background:#999999; 
	border:#000000 thin solid;
	text-align:center;
}
#nav ul li a:hover, #nav ul li a.current { color: #fc0101; background: #ffff00; }

.drop-menu {
	position: absolute;
	top: 0px;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	line-height: 18px;
	z-index: 100;
	margin-top: 5px;
	background-color: #fc0101;
	width: 200px;
	visibility: hidden;
	text-align: left;
	padding: 2px;
}
.drop-menu a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #918d8d; /*THEME CHANGE HERE*/
	padding: 2px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background-color: #ffff00;
}
* html .drop-menu a{ /*IE only hack*/
	width: 100%;
}
.drop-menu a:hover, .drop-menu a.current { /*THEME CHANGE HERE*/
	color: #fc0101;
	background-color: #ffff00;
}
