.navList 
{
	text-decoration:none;
	width:241px;
	float:left;
	margin-bottom: 10px;
	color: #483c00;
}

.menuItem
{
    padding: 1em 1em 0px 1em;
    font-size: 1.2em;
    position: relative;
}

.menuItem table tr td
{
    vertical-align: middle;
}

.preKNav li{
	list-style-type: none;
	background-image: url(../_images/zippedPDF.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
	padding: 0px 1em 0px 3em;
	margin-left: -2em;
	min-height: 36px;
}

#menuTop {
	width:241px;
	height:5px;
	background:url(../_images/menuBorderTop.gif) no-repeat;
	overflow:hidden;
}

#menuBody
{
    background:#f6f4e8;
	border-right:solid 1px #c0bcaa;
}

#menuBottom {
	width:241px;
	height:5px;
	background:url(../_images/menuBorderBottom.gif) no-repeat;
}

.navList ul
{
    margin: 0px;
}

/*
.navList ul {
	background:#f6f4e8;
	border-right:solid 1px #c0bcaa;
	margin:0px;
	padding:0px;
	list-style:none;
	font-weight:bold;
}

.navList ul ul {
	padding-left:10px;
	border:none;
}

.navList ul ul li {
	border:none;
	font-weight: normal;
	margin-left: 20px;
	padding-left: 0px;
	list-style: disc;
	text-decoration: none;
}

.navListSelected  li {
	border:none;
	font-weight: normal;
	padding-left: 20px;
}

.navList ul li {
	margin:0px;
	padding:5px 5px 5px 10px;
	border-top:solid 1px #c0bcaa;
}

.navList ul li.firstMenuItem {
	border:none;
	padding-top:0px;
	padding-bottom:5px;
}

.navList ul li.lastMenuItem {
	padding-top:5px;
	padding-bottom:0px;
}

.navList ul li.selectedMenu ul{
    display: block;
}
*/


#contentMain a:link {
	color: #0000FF;
	text-decoration:underline;
}

#contentMain a:visited {
	color: #0000FF;
	text-decoration:underline;
}

#contentMain a:active {
	color: #0000FF;
	text-decoration:underline;
}

#contentMain a:hover {
	color: #FF0000;
	text-decoration:underline;
}

.navList a:link {
	color: #6C5900;
	text-decoration:none;
	cursor: pointer;
}

.navList a:visited {
	color:#6C5900;
	text-decoration: none;
	cursor: pointer;
}

.navList a:hover {
	color:#FF0000;
	text-decoration: underline;
	cursor: pointer;
}

.navColor 
{
    color:  #483c00;   
}

.navHover 
{
    color: #1d8894;
}

.loginMenu a:link {
	color: #0000FF;
	text-decoration:underline;
}

.loginMenu a:visited {
	color:#0000FF;
	text-decoration: underline;
}

.loginMenu a:hover {
	color:#FF0000;
	text-decoration: underline;
}

.loginMenu {
    width: 211px;
    text-align: left;
    padding: .5em 15px 0px 15px;
    font-size: 1.2em;
    float: left;
}

/*---------------------------------------------*/

