/* @override http://www.northminster-indy.org/_css/jquerycssmenu.css */

.jquerycssmenu {
	z-index: 999;
	position:relative;
	/*font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;*/
}

.jquerycssmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 999;
}

/*Top level list items*/

.jquerycssmenu ul li {
	position: relative;
	display: inline;
	float: left;
	z-index: 999;
}

/*Top level menu link items style*/

.jquerycssmenu ul li a {
	display: block;
	background: repeat-x center center;
	padding: 5px 7px 4px 7px;
	margin-right: 3px;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font: bold 15px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.jquerycssmenu ul li.current a {
	color: #9b3f1e;
}

.jquerycssmenu ul li a:hover {
	background-image: none;
	text-decoration: none;
	color: #9b3f1e;
}

/*1st sub level menu*/

.jquerycssmenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin-top: 0px;
	border-bottom: 2px solid #512522;
}

/*Sub level menu list items (undo style from Top level List Items)*/

.jquerycssmenu ul li ul li {
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */

.jquerycssmenu ul li ul li ul {
	top: 0;
}

/* Sub level menu links style */

.jquerycssmenu ul li li a {
	font: normal 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 160px;
	background: #dce0e3;
	color: black;
	padding: 4px 5px;
	margin: 0;
	text-transform: none;
}

.jquerycssmenu ul li ul li a:hover {
	background: #eff9ff;
	color: black;
	text-decoration: none;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 20px;
	right: 17px;
}

.rightarrowclass {
	position: absolute;
	top: 5px;
	right: 5px;
}
