
body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

/*
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;
	}
*/
/* Fix IE. Hide from IE Mac \*/
/*
* html ul li { float: left; }
* html ul li a { height: 1%; }
*/
/* End */
/*
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
	}
li:hover ul { display: block; }
*/

body {
	font: normal 11px verdana;
	}

ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul#nav li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul#nav li a {
	display: block;
	text-decoration: none;
	color: #333333; /*#7413C4;*/  /* was #777 */
	background: #EAEAEA; /* IE6 Bug *//* was #fff*/
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */

ul#nav li a:hover { background: #f9f9f9; font-weight:bold; } /* Hover Styles */ /* was color: #E2144A; */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul#nav, li.over ul { display: block; } /* The magic */
