body 
{
background-image: url('images/side-back.jpg');
background-repeat: repeat-y;
font-family:Arial,Sans-Serif
}


table.nav {
	font-variant: small-caps;
	font-weight: bold;
}

table.nav td {
	font-variant: small-caps;
	font-weight: bold;
	background-color: #c3c7cf;
}

.redLink A:link {color: #000066; text-decoration: none}
.redLink A:visited {color: #000066; text-decoration: none}
.redLink A:hover {color: red; text-decoration: none}
.redLink A:active {color: #000066; text-decoration: none}

.class1 A:link {color: #000066; text-decoration: none}
.class1 A:visited {color: #000066; text-decoration: none}
.class1 A:hover {color: #000066; text-decoration: none}
.class1 A:active {color: #000066; text-decoration: none}


.cssnav	{
	position:relative;
	font-family: arial, helvetica, sans-serif;
	background-image:  url(images/button-over.jpg);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 190px;
	height: 31px;
	margin: 0; 
	padding: 0; 
}
.cssnav a {
	font-variant: small-caps;
	display: block;
	color: white;
	font-size: 16px;
	width: 190px;
	height: 31px;
	display: block;
	float: left;
	text-decoration: none;
}

.cssnav img {width: 190px; height: 31px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}
.cssnav span {
		position: absolute;
		left: 0px;
		top: 6px;
		margin: 0px;
		padding: 0px;
		cursor: pointer;
		width: 190px;
		height: 31px;
		text-align: center;
}
