#nav, #nav UL {
	float: left;
	border: 0px;
	list-style: none;
	line-height: 1em;
	font-family: Arial, Verdana, Tahoma; font-size: 12px; color: #2d2d2d;
	}

#nav {
	border-width:0 0 1px 1px solid black;
	}

#nav ul {
	border: 1px solid #be0900;
	border-bottom: 0px;
	position: absolute;
	display: none;
	top: 1.6em;
	left: 0;
	background: #ffffcc;
	padding-left: 0px;
	padding-right: 0px;
	width: 280px;
	}

#nav ul ul {
	top: 0;
	left: 280px;
	background: #ffffe7;
	}

#nav ul ul ul {
	background: #ffffcc;
	}

#nav li {
	z-index: 1000;
	position: relative;
	margin-right: -1px;
	}

#nav li li {
	display: inline;
	float: left;
	white-space: normal;
	width: 280px;
	}

#nav li:hover > ul {
	display: block;
	width: 280px;
	}

#nav a {
	display:block;
	padding:.3em 3px;
	border-right:solid 1px #999;
	text-decoration:none;
	color: #2d2d2d;
	width:100%;
	}

#nav A.parent {
	background-image:url(arrow.gif);
	background-position:100% 50%;
	background-repeat:no-repeat;
	}

#nav A:hover, #nav A.hi, #nav A.hi:hover {
	/* background-color:#A00; */
	color: #8d8d8d;
	text-decoration:underline;
	}

#nav .first {
	width:15%;
	}

#nav A.first  {
	font-size: 14px; 
	color: #fff; 
	text-transform: uppercase; 
	font-weight: bold;
	border: 0px;
	white-space: nowrap;
	text-align: center;
	width: 100%;
	}

#nav ul, #nav ul ul {
	padding: 0px 0px;
	}
#nav ul a, #nav ul ul a {
	border-bottom: 1px solid #be0900;
	padding: 4px;
	width: auto;
	}

#nav ul a:hover {
	border-bottom: 1px solid #be0900;
	background: #ffffe7;
	}
#nav ul ul a:hover {
	border-bottom: 1px solid #be0900;
	background: #ffffcc;
	}	
#nav ul ul ul a:hover {
	border-bottom: 1px solid #be0900;
	background: #ffffe7;
	}	
