/* Quick Pull-Down Menu */
ul#menu {
	display: inline;
}

#menu, #menu ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	z-index: 100;
	list-style: none;
}

#menu a {
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	/*color: #ffffff;
	background-color: #ff0000;*/
	color: #c94000;
}

#menu a.admin {
	color: #F16422;
}

#menu a.important_menu_link {
	color: #F16422;
}

#menu img.pull-down-arrow {
	margin: 0px 2px 0px 2px;
}

#menu div.column_heading { /* Header for a group of vertically-listed links */
	display: inline;
	font-family: Verdana, Arial, san-serif;
	/*color: #0054A5;*/
	color: #000000;
	font-weight: bold;
	line-height: 1.7em;
}

#menu li {
	float: left;
	/*padding: .30em .15em .30em .15em;*/
	/*width: 10em;*/ /* Makes each menu item a fixed width instead of shrinking and growing with text */
}

#menu table {
	border: 1px solid #0054A5;
	padding: 0px 3px 3px 0px;
	background: transparent url(/images/siteimages/bg_menu.gif) repeat-x top left;
	background-color: #aecdea;
}

#menu table td.misc_links {
	border-bottom: 2px dotted #9C9EA0;
}
#menu table td.misc_links div {
	margin-bottom: 3px;
}

#menu li ul {
	position: absolute;
	margin-left: -1000em;
	height: auto;
	font-weight: normal;
}

#menu td div { /* spacing between columns */
	margin: 0 6px 0px 6px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	/*debug border: 1px solid black;*/
}
#menu td div.hiddenBarrios, #menu td div#menu_cell_wrapper, #menu td div.hideOnMouseOver {
	margin: 0;
	/*debug border: 1px solid red; */
}

#menu li li {
	/*float: left;*/ /* necessary? */
	clear: left; /* forces vertical menu options */
	/* Make sure drop-down menu has the right background color, etc. */
	background-color: #ffffff;
}

#menu li ul a {
	/* These settings affect the characters in the drop-down menu */
	color: black;
	line-height: 1.6em;
	font-weight: normal;
	/*debug border: 1px solid #ffffff;*/
}

#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	margin-left: -5px;
}

#menu li li a:hover, #menu li li a.sfhover {
	/*debug border: 1px solid #e7e7ff;*/
}

#menu li.active a {
}


#menu a.active:link, #menu a.active:visited, #menu a.active:active, #menu a.active:hover {
	color: #F16422;
}
