A:link { color: #cccccc; font-family: Arial, Verdana, Geneva, sans-serif; text-decoration: none; }
a:visited { color: #cccccc; font-family: Arial, Verdana, Geneva, sans-serif; text-decoration: none }
A:hover { color: #999999; font-family: Arial, Verdana, Geneva, sans-serif; text-decoration: none;  }
img { color: #000000; }
textarea {
background-attachment: fixed;
border: none;
background-color: transparent;
scrollbar-shadow-color: none;
font-family: Arial, Verdana, Geneva, sans-serif;
font-size: 11pt;
font-weight: bold; 
}
table {border-width: 1px; }
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/* 74 px IE */
	border-bottom: none;
	}
	
ul li {
	position: relative;
	
		}
	
li ul {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 16px;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	background: transparent; /* IE6 Bug */
	padding: 0px;
	border: 1px solid #F3F3F3; /* IE6 Bug */
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { 
								display: block;
								background: #0E3155;	
								width: 195px
							} 