/*   Top Nav with Penn Foster College    */

.topnavpfc {
	font-size:10px; 
	font-weight:bold; 
	line-height:11px; 
	padding-top:6px; 
	padding-bottom:6px; 
	border-bottom:3px solid #000000;
	background: #D9E9D4 url(../images/bkg-topnav.jpg) repeat-x scroll left bottom
}

/*   End Top Nav with Penn Foster College    */


/* --------- Horizontal Buttons TOP NAV---------------  */

#topnav ul
{
	padding: 0;
	margin: 0px;
	background-color: #C1CEBD; 
/*	background: url(../images/bkg-button-top.gif) repeat-x scroll left top;*/
	color: #ffffff;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	list-style-image: none;
	border-left: 1px solid #666666;
} /* EEDC82 */

#topnav ul li {
	display: inline;
}

#topnav ul li a
{
	padding: 3px 5px 3px 5px;
	background-color: #C1CEBD;
/*	background: url(../images/bkg-button-top.gif) repeat-x scroll left top;*/
	color: #000000;
	text-decoration: none;
	text-align: center;
	float: left;
/*	border-left: 1px solid #666666;*/
	border-right: 0px solid #C1CEBD;
}

#topnav ul li a:hover
{
 	background-color: #cccccc; 
/*	background: url(../images/bkg-button-top2.gif) repeat-x scroll left top;*/
	color: #000000;
	text-decoration: underline;
}

/* --------- Left nav Buttons - Vertical nav ---------------  */

#leftnav ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight: bold;
list-style-image: none;
border-left: 1px solid #EEDC82;
border-right: 1px solid #EEDC82;
border-bottom: 1px solid #EEDC82;

}

#leftnav a
{
display: block;
padding: 5px 0px 4px 8px;
width: 157px;
/* background: #EEDC82 url(../images/bkg-school-buttons.gif) repeat-y scroll left top;*/
border-bottom: 0px solid #ffffff;
border-top: 1px solid #EEDC82;
border-bottom: 2px solid #ffffff;
background-color: #FFF8D5;
text-align: left;
color: #000000;
text-decoration: none;
}


#leftnav a:hover
{
/* background: #E6D9B1 url(../images/bkg-school-buttons2.gif) repeat-y scroll left top; */
background-color: #FFEFA6;
color: #666666;
text-decoration: underline;
}

/* --------- Student Login Button TOP NAV---------------  */

#studentlogin ul   {
	padding: 0;
	margin: 0px;
	background-color: #670001;
	color: #ffffff;
	float: left;
	width: 150px;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-align: center;
}

#studentlogin ul li { display: inline; }

#studentlogin ul li a   {
	padding: 5px 0px 5px 0px;
	background-color: #670001;
	color: #ffffff;
	text-decoration: none;
	float: left;
	border-left: 0px solid #ffffff;
	width: 150px;
}

#studentlogin ul li a:hover   {
	background-color: #cccccc;
	color: #000000;
	width: 150px;
}

