body {
	behavior: url(csshover.htc);
}
{background-color: #FFFFFF}

A:link {COLOR: #160C0C /*The color of the link*/
}
A:visited { COLOR: #60CC /*The color of the visited link*/
}
A:hover { COLOR: red /*The color of the mouseover or 'hover' link*/
}
BODY { COLOR: #black /*The color of all the other text within the body of the page*/
}

h1 { font-family: 'tahoma, ariel, helvetica'; font-size: 20pt; font-weight: bold; color: #a2a2a1; text-decoration:none; text-align: center}
.style1{ font-family: 'arial, tahoma, helvetica'; font-size: 13px; margin:5px; color: #000000; text-align: justify }
a {
	color: #000;
	text-decoration: none;
}

ul {			/* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
	width:305px;
}

ul li {
	font: bold 11px/16px arial, helvetica, sans-serif;
	height:100%;
	background:#e3e2df;
	border-bottom:1px solid #fff;
	position: relative;
	float:left;
	width:100%;
	}
ul li a{
	display:block;
	padding: 5px 3px;
	}

ul li a:hover {
	color: #a00;
	background: #ffffff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
}

ul li ul li a:hover{
	background: #faf4f5;
	border-left:1px solid #fff;
}

ul li:hover ul{
	display: block;
	left:205px;
}


a.button:hover span{
    text-decoration:underline;

}