/* @override 
	http://localhost/firstpresevansville.com/_css/jquerycssmenu.css
	http://firstpresevansville.com/_css/jquerycssmenu.css
*/

.jquerycssmenu ul li {
	font-size: 18px;
}
.jquerycssmenu ul li a {
	color: #381F00;
	height: 23px;
	margin: 0px;
	padding: 0 16px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	display:block;
	line-height: 23px;
}

.jquerycssmenu #nav {
	margin:12px 0 0 14px;
	list-style-type: none;
}

.jquerycssmenu #nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

/*Top level list items*/

.jquerycssmenu ul li {
	margin: 0;
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/

.jquerycssmenu ul li a:hover {
	background-image: none;
	text-decoration: none;
	color: #5D3600;
}
.jquerycssmenu ul li:hover a {
	background-color: #F7BF10;
}

/*1st sub level menu*/

.jquerycssmenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin-top: -13px;
	border: solid 1px #2F2D2B;
	z-index: 9999;
}
.jquerycssmenu ul li ul li.first a {
	border-top: solid 10px #94670B;
}
.jquerycssmenu ul li ul li.last a {
	border-bottom: solid 3px #94670B;
}

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

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

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

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

/* Sub level menu links style */

.jquerycssmenu ul li li a {
	width: 170px;
	background: #F7BF10;
	color: #5D3600;
	margin: 0;
	text-transform: none;
	opacity: 0.98;
	font-style: normal;
	font-size: 12px;
	border-top: 1px solid #fff;
	padding: 6px 10px;
}

.jquerycssmenu ul li ul li a:hover {
	background: #fff;
	color: #5D3600;
	text-decoration: none;
}

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

.downarrowclass {
	position: absolute;
	top: 12px;
	right: 17px;
	display: none;
}

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