
#menu {

		/* custom */
		font-size: .9em;
		font-weight: bold;
		z-index: 1000;
		background: #d4e6f4;
		width: 738px;
		padding: 9px 0 9px 10px;
		border: 1px solid #d4e6f4;
}


#menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
		text-transform: uppercase;
}

#menu a {
	display: block;
	text-decoration: none;

		/* custom */
		padding: 1px 8px 2px 8px;
		color: #7b7973;

}

#menu li:hover li a {
	display:block;

		/* custom */
		color: #7b7973;
		padding: 5px 8px 3px 8px;
}

#menu a:hover, #menu li.sfhover, #menu li li:hover a.menuarrow {

		/* custom */
		text-decoration: underline;
		color: #000;
}

#menu li:hover a, #menu li:hover a:hover {
		color: #000;
}

#menu a#active {
		cursor: default;
		color: #000;
		text-decoration: none;
}

#menu li ul {
	z-index: 1010;
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;

		/* custom */
		text-transform: none;
}

#menu li li a {
	width: 16em;

		/* custom */
		color: #7b7973;
		font-size: 1em;
		border: 0;
		padding: 5px 8px 5px 8px;
		font-weight: normal;
}

#menu li a.first {
	border: none;
}

#menu li li a:hover {

		/* custom - 2nd level hover */
}

#menu li li ul {
	z-index: 1020;
	border: none;
	padding: 0;
}

#menu li li li a {

		/* custom */
		background: #d4e6f4;
		color: #7b7973;
}

#menu li li li a:hover {

		/* custom  - 3rd level hover */
}

#menu li {
	float:left;
}

#menu li li { /* all list items */
	float: left;
	width: 16em;
	background: #d4e6f4;
}

#menu li ul { /* second-level lists */
	position: absolute;
	width: 16em;
	left: -999em;
	padding: 0 0 3px 0;
	background: #d4e6f4;
}

#menu li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 15.5em;
}

#menu li:hover ul ul, #menu li.sfhover ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

a.menuarrow {
	background: url(../images/menuarrow.gif) no-repeat top right !important;
}

a.menuarrow:hover {
	background: url(../images/menuarrow.gif) no-repeat top right !important;
}