h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:36px;
	position: relative;
	margin: 0 auto;
	width: 950px;
	top: 20px;
}
.menufont {
	font-size: 1.0em;
	font-family: arial,times;
}


#content {
	position: relative;
	margin: 0 auto;
	width: 1280px;
	top: 10px;
	height:30px;
	color: #00F;}

/* Horizontal Navigation */
#horizontal-nav {
	width: 400px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}


/* CSS for each Parent Item */
#horizontal-nav li
{
	clear: both;
	height: 1em;
}

#horizontal-nav li a
{
	float: left;
	display: block;
	padding: 4px;
	text-decoration: none;
	color: #666;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-right: 10px;
}

/* 
Change background color and font color 
of parent items when mouse hover 
*/
#horizontal-nav li:hover a,
#horizontal-nav li a:hover
{
	background: #999;
	color: #fff;	
}

/* 
Applies to group of Child Items
Each Child Item will be invisible by default
*/
#horizontal-nav ul {display: none;}

/* Each Child Item will be visible if mouse hover */
#horizontal-nav li:hover ul {display: block;}

#horizontal-nav ul
{
	list-style: none;
	float: left;
	margin: 0;
	padding: 4px 8px;	
}

#horizontal-nav ul li
{
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	color: #999;
}


/* 
Reset and re style 
link of each child item
*/
#horizontal-nav li:hover ul li a,
#horizontal-nav ul li a
{
	display: inline;
	padding: 0 6px 0 0;
	float: none;
	text-transform: lowercase;
	color: #999;
	background: none;
}

#horizontal-nav li:hover ul li a:hover,
#horizontal-nav ul li a:hover
{
	background: none;
	color: #000;
}





/* Vertical Navigation */
#vertical-nav { 
	list-style: none; 
	margin: 0; 
	padding: 0;
	font-size: 1.2em;
	float: right;
	position: relative}


/* CSS for each Parent Item */
#vertical-nav li {float: left; position: relative;}

#vertical-nav li a
{
	float: left;
	display: block;
	padding: 15px;
	text-decoration: none;
	color: #666;
/*	text-transform: uppercase;*/
	margin-right: 10px;
}

/* 
Change background color and font color 
of parent items when mouse hover 
*/
#vertical-nav li:hover a,
#vertical-nav li a:hover
{
	background: #fffeee;
	color: #000000;	
}


/* 
Apply to group of Child Items
Each Child Item will be invisible by default
*/
#vertical-nav ul {display: none;}

/* Each Child Item will be visible if mouse hover */
#vertical-nav li:hover ul {display: block;}

#vertical-nav ul
{
	float: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 1.8em;
	left: 0;
}

#vertical-nav ul li
{
	float: none;
	clear: none;
	margin: 0;
	padding: 0;
	width: auto;
	color: #999;
}


/* 
Reset and re style 
link of each child item
*/
#vertical-nav li:hover ul li a,
#vertical-nav ul li a
{
	line-height: 200%;
	display: block;
	padding: 0 2px 0 0;
	float: none;
	color: #000000;
	background: #fffeee;
/*	text-transform: lowercase;*/
}

#vertical-nav li:hover ul li a:hover,
#vertical-nav ul li a:hover
{
	background: #000000;
	color: #999999;
}