html {
	height:100%;
	}

body {
	height:100%;
	background-image:url(/global/logo.gif);
    background-repeat:repeat-x;
    background-color:#ffffff;
    margin: 0;
    padding: 0;
    }

td,th, a {
	font-family: Trebuchet MS, Helvetica, Sans Serif;
	color: #666666;
	font-weight: normal;
	font-size: 9px;
	line-height: 11px;
	font-size-adjust: 12px;
	text-decoration: none;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 30px; /* Width of Menu Items */
	border-bottom: 1px solid #ffffff;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 29px; /* Set 1px less than menu width */
	width: 300px;
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #666666;
	background: #ffffff; /* IE6 Bug */
	padding: 0px;
	border: 0;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #666666; background: #ffffff; } /* Hover Styles */
		
li ul li a
{ /* Sub Menu Styles */
padding: 0px 0px;

} 
		
li:hover ul, li.over ul { display: block; } /* The magic */




a:link { color: #666666; font-size: 9px; font-family: "Trebuchet MS", sans-serif; line-height: 11px; text-decoration: none; font-size-adjust: 12px; }
a:hover { color: #FFFFFF; background-color: #007037; font-size: 9px; font-family: "Trebuchet MS", sans-serif; line-height: 11px; text-decoration: none; font-size-adjust: 12px; }

p.cls { color: #777777; font-size: 9px; font-family: "Trebuchet MS"; line-height: 7pt;}
p.cls:hover { color: #FFFFFF; background-color: #1e979b; font-size: 9px; font-family: "Trebuchet MS"; line-height: 7pt; }

#wrapper { min-height: 100%; }
* html #wrapper { height: 100%; }
#footer {  position: relative; height: 65px; width: 10480px; margin-top: -65px; text-align:center; background-image:url(/global/footer.jpg); background-repeat:repeat-x; }
#copyright { height: 20px; width: 30px; left: 174px; top: 13px; position: absolute; visibility: visible; }
#dropdown { height: 20px; width: 50px; left: 30px; top: 21px; position: absolute; visibility: visible; }
#spacer { height: 10px; width: 100%; left: 0px; top: 5px; position: absolute; visibility: visible; }
#MC { height: auto; width: 100%; left: 29px; top: 60px; position: absolute; visibility: visible; }
#Links { height: 36px; width: auto; left: 312px; top: 10px; position: absolute; visibility: visible; }
#Design { height: 10px; width: 400px; left: 605px; top: 12px; position: absolute; visibility: visible; }
#error { font-family: Helvetica, Sans Serif; color: #00b3b9; font-weight: bold; font-size: 18px; }