/*Based on Superfish menu CSS 
(http://users.tpg.com.au/j_birch/plugins/superfish/css/superfish.css)*/


/*** ESSENTIAL STYLES ***/
#nav-main, #nav-main * {
	margin:	0;
	padding: 0;
	list-style:	none;
}

#nav-main ul {
	position: relative;
	top: 60px;
	width: 10em; /* left offset of submenus need to match (see below) */
}
#nav-main ul li {
	width:100%;
}
#nav-main li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
#nav-main li {
	float: left;
	position: relative;
	list-style: none;
	width: 142px;
	height: 32px;
}


#nav-main a {
	display: block;
	position: relative;
	color: #a92225;
	text-decoration: none;
	font-weight: bold;
}
#nav-main li:hover ul,
#nav-main li.sfHover ul {
	left: 1px;
	top: 1.8em; /* match top ul list item height */
	width: 142px;
}

#nav-main li li {
	display: block;
	width: 142px;
	min-height: 40px;
	background:	#d1d1d1;
	border-top: 1px solid #ffffff;
	border-left: none;
	border-right: none;
}


#nav-main li:hover {
	background:url(../images/navbtn_over.jpg) no-repeat;
}

#nav-main li li:hover {
	background: #9c4244;
}

#nav-main li li a {
	color: #550e0f;
	display: block;
	min-height: 22px;
	font-weight: normal;
	font-size: 0.8em;
	line-height: normal;
}

#nav-main li li a:hover {
	background: #9c4244;
	color: #ffffff !important;
	height: 22px;
	border-bottom: 2px solid #9c4244;
}

ul#nav-main li:hover li ul,
ul#nav-main li.sfHover li ul {
	top:			-999em;
}
ul#nav-main li li:hover ul,
ul#nav-main li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

