a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
}

a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #990000;
	background-color: #FFFFFF;
}

h1 {
	font-size: xx-large;
	font-variant: small-caps;
	color: #333399;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	color: #990000;
}

h3 {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	}
	
ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { 
	display: block; }