@charset "utf-8";
/* CSS Document Copyright 1997-2008 Rich Media Technologies, Inc. */

<!-- 
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	font-family: Arial; /*--Main Font--*/
	font-size: 12px; /*--Main Font Size--*/
	position: absolute;
	text-align: center;
	top: 75px;
	left: 0;
	z-index:100;
	width: 100%; /*798px;*/
}
#menu dl {
	float: left;
	width: 133px;
	margin: 0 0px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #000000; /*--Menu Main Bar Color--*/
	border: 1px solid Black; 
	height: 30px; /*--Spacing Height--*/
}
#menu dd {
	border: 1px solid Black;
	width: 200px; 
	position: absolute;
	top: 30px; /*--Spacing Height--*/
}
#menu li {
	text-align: center;
	background: #404040; /*--Sub Menu Back Color--*/
	height: 30px; /*--Spacing Height--*/
	width: 200px;
}
#menu li a, #menu dt a {
	color: #FFFFFF; /*--Menu Font Color--*/
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
	background: #FF8000; /*--Menu Hover Back Color--*/
}
-->