body, td         { font-family: Verdana, Arial, sans-serif; font-size: 10pt }

h1 { font-size: 14pt }
h2 { font-size: 14pt }
h3 { font-size: 12pt; color: #333399 }


ul {
	list-style-image:url(images/bullet.gif);
}

/*
td.menu table {
	width:158px;
	padding:0;
	margin:0;
	border-collapse: collapse;
	border-spacing: 0px;
}

td.menu table td {
	padding:0;
	margin:0;
	width:158px;
	height:15px;
	background-image:url(images/button.gif);
	background-position: center left;
	background-repeat: no-repeat;
	font-family: Arial;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

td.menu table td a:hover {
	display:block;
	width:158px;
	height:15px;
	background-image:url(images/hover.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

td.menu table td a {
	text-decoration:none;
	color:black;
}
*/
.line {
	height:15px;
	background-image:url(images/hr.gif);
	background-repeat: repeat-x;
	width:80%;
}


/* Menu styling */

.menuul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:158px;
	}

.menuul li {
	position: relative;
	}
	
.menuul li ul {
	position: absolute;
	left: 157px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	border-bottom:1px solid #354986;
}

/* Styles for Menu Items */
.menuul li a {
	display: block;
	background-color: #dfc3ae;
	border-top:1px solid #354986;
	border-right:1px solid #354986;
	border-left:1px solid #354986;
	padding:0;
	margin:0;
	width:158px;
	height:15px;
	font-family: Arial;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
	color: black;
}

/* Fix IE. Hide from IE Mac \*/
* html .menuul li { float: left; height: 1%; }
* html .menuul li a { height: 1%; }
/* End */

.menuul li a:hover { 
	display:block;
	width:158px;
	height:15px;
	background-image:url(images/hover.gif);
	background-position: center right;
	background-repeat: no-repeat;
} /* Hover Styles */
		
.menuul li:hover ul, .menuul li.over ul { display: block; } /* The magic */