/* CSS Drop Down Menu */

#container {
	width: 964px;
	background: #FFFFFF;
	border: 1px solid black;
	margin: 0 auto;
}
body {font-family: Times New Roman, Times, serif; font-size: 14px; 
}
}
.style4 {font-size: 16px; font-family: "Times New Roman", Times, serif;}
.style21 {font-weight: bold; font-size: 20px; }
.style22 {font-family: "Times New Roman", Times, serif; font-weight: bold; font-size: 16px; }
.style23 {font-size: 24px; font-weight: bold; color: #0000FF}
.style24 {color: #FF0000}
.style25 {font-family: "Times New Roman", Times, serif; font-weight: bold; font-size: 18px; color: #FFFFFF;}
.style26 {font-size: 32px; color: #0000FF; font-family: "Arial Black";}
.style27 {font-size: 32px; font-family: "Arial Black"; color: #FF0000}
.style28 {font-size: 24px; font-weight: bold;}
.style29 {color: #000000}
.style30 {font-size: 32px; color: #000000; font-family: "Arial Black";}

h1,h2,h3,h4,h5,h6 {font-family: Times New Roman, Times, serif; font-weight: bold;}
h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}

#nav, #nav ul { /* all lists */
	float: right;
	width:auto;
	margin: 0;
	list-style: none;
	line-height: 1;
	background: black;
	font-weight: bold;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#nav a { /* top list items */
	display: block;
	color: white;
	padding: 6px 13.5px;
	text-decoration: none;
	border: 4px;
	border-color: #F5F5F5;
	border-style: ridge;
	
}

#nav li { /* all list items */
	float: left;
	width: auto; 
}

#nav li ul { /* second-level lists */
	position: absolute;	
	width: 14.5em;
	left: -999em; 
}

#nav li ul a { /* second-level lists */
	color: white;
	padding: 4px;
	text-decoration: none;
	width: 13.5em;
	left: -999em; 
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover, #nav .current {
	background: red;
}

#content {
	clear: left;

}



