/**
Written By Leland Ede
**/
#topNav
{
	background-image: url(../images/topNav-bkg.png);
	background-repeat: repeat-y;
	background-position: right;
}

#topNav a:link
{
	color: #2d338b;
	text-decoration: none;
	font-weight: bolder;
	font-size: 14pt;
}

#topNav a:visited
{
	color: #222668;
}

#topNav a:hover
{
	color: #9798c5;
}


#topNav ul
{
	margin: 0px;
	padding: 10px 0px 10px 25px;
	list-style: none;
}

#topNav li
{
	display: inline;
	padding: 0px 13px 0px 13px;
}