@charset "utf-8";
/* CSS Document */

/* This handles the hover state for the top-level LI items */
#menu {
	padding: 0;
	white-space: nowrap;
	margin: 0px 0 0 0px;
	width: 182px;
	text-align: right;

}
#menu ul {
	margin: 0px;
	padding: 0px;
	}
#menu ul li {
	/* display: block; */
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 0px;
	border-bottom: solid 1px #ffffff;
	/* float: left !important; */
	}
#menu ul li:last-child {
	border-bottom: none;
}
#menu ul li a {
	color: #000000;
	font-size:11px;
	text-decoration: none;
	padding: 5px 15px 5px 0px;
	}
#menu ul li a:hover {
	text-decoration: none;
	}
/* This hides the nested UL before you hover */
#menu li ul {
	position: absolute;
	width: 190px;
	left: -999em;
	z-index: -1500;
	display: block;
}
/* This shows the nested UL when you hover */

#menu li:hover ul, #menu li.sfhover ul {
	z-index: 1000;
	left: auto;
	color:#ffffff;
	background-color: #719eb0;	
}

/* This is the style for the nested UL */
#menu li:hover ul, #menu li.sfhover ul {
	display: block;
		color:#ffffff;
		text-align:left;
	margin: -20px 0px 0px 182px; padding: 0px 0px 0px 10px;
	/* border: 3px groove #ffffff; */
}
/* This is the style for the LI items within the nested UL */
#menu li:hover ul li,
#menu li.sfhover ul li {
	padding: 0px; 
	margin: 0px;
	border: none;
	line-height: 15px;
	width: 190px;
	}
/* This is the style for the links withing the LI items within the nested UL */
#menu li:hover ul li a,
#menu li:hover ul li.current_page_item a,
#menu li.sfhover ul li a,
#menu li.sfhover ul li.current_page_item a {
/*	width: 150px;*/
	display: block;
			color:#ffffff;
}
/* This is the style for the hover state on the links within the LI items within the nested UL */
#menu li:hover ul li a:hover, #menu li.sfhover ul li a:hover {
	
}


/* home left exception */

#menu-home-left {
	padding: 0;
	white-space: nowrap;
	margin: 0px 0 0 0px;
	width: 161px;
	text-align: right;

}
#menu-home-left ul {
	margin: 0px;
	padding: 0px;
	}
#menu-home-left ul li {
	/* display: block; */
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: solid 1px #ffffff;
	/* float: left !important; */
	}
#menu-home-left ul li:last-child {
	border-bottom: none;
}
#menu-home-left ul li a {
	color: #000000;
	font-size:11px;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	}
#menu-home-left ul li a:hover {
	text-decoration: none;
	}
/* This hides the nested UL before you hover */
#menu-home-left li ul {
	position: absolute;
	width: 190px;
	left: -999em;
	z-index: -1500;
	display: block;
}
/* This shows the nested UL when you hover */

#menu-home-left li:hover ul, #menu-home-left li.sfhover ul {
	z-index: 1000;
	left: auto;
	color:#ffffff;
	background-color: #719eb0;	
}

/* This is the style for the nested UL */
#menu-home-left li:hover ul, #menu-home-left li.sfhover ul {
	display: block;
		color:#ffffff;
		text-align:left;
	margin: -20px 0px 0px 161px; padding: 0px 0px 0px 10px;
	/* border: 3px groove #ffffff; */
}
/* This is the style for the LI items within the nested UL */
#menu-home-left li:hover ul li,
#menu-home-left li.sfhover ul li {
	padding: 0px; 
	margin: 0px;
	border: none;
	line-height: 15px;
	width: 190px;
	}
/* This is the style for the links withing the LI items within the nested UL */
#menu-home-left li:hover ul li a,
#menu-home-left li:hover ul li.current_page_item a,
#menu-home-left li.sfhover ul li a,
#menu-home-left li.sfhover ul li.current_page_item a {
/*	width: 150px;*/
	display: block;
			color:#ffffff;
}
/* This is the style for the hover state on the links within the LI items within the nested UL */
#menu-home-left li:hover ul li a:hover, #menu-home-left li.sfhover ul li a:hover {
	
}

/* home right exception */

#menu-home-right {
	padding: 0;
	white-space: nowrap;
	margin: 0px 0 0 0px;
	width: 161px;
	text-align: left;

}
#menu-home-right ul {
	margin: 0px;
	padding: 0px;
	}
#menu-home-right ul li {
	/* display: block; */
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 0px;
	border-bottom: solid 1px #ffffff;
	/* float: left !important; */
	}
#menu-home-right ul li:last-child {
	border-bottom: none;
}
#menu-home-right ul li a {
	color: #000000;
	font-size:11px;
	text-decoration: none;
	padding: 5px 15px 5px 0px;
	}
#menu-home-right ul li a:hover {
	text-decoration: none;
	}
/* This hides the nested UL before you hover */
#menu-home-right li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	z-index: -1500;
	display: block;
}
/* This shows the nested UL when you hover */

#menu-home-right li:hover ul, #menu-home-right li.sfhover ul {
	z-index: 1000;
	left: auto;
	color:#ffffff;
	background-color: #719eb0;	
}

/* This is the style for the nested UL */
#menu-home-right li:hover ul, #menu-home-right li.sfhover ul {
	display: block;
		color:#ffffff;
	margin: 0px; padding: 0px;
	/* border: 3px groove #ffffff; */
}
/* This is the style for the LI items within the nested UL */
#menu-home-right li:hover ul li,
#menu-home-right li.sfhover ul li {
	padding: 0px; 
	margin: 0px;
	border: none;
	line-height: 30px;
	width: 150px;
	}
/* This is the style for the links withing the LI items within the nested UL */
#menu-home-right li:hover ul li a,
#menu-home-right li:hover ul li.current_page_item a,
#menu-home-right li.sfhover ul li a,
#menu-home-right li.sfhover ul li.current_page_item a {
/*	width: 150px;*/
	display: block;
}
/* This is the style for the hover state on the links within the LI items within the nested UL */
#menu-home-right li:hover ul li a:hover, #menu-home-right li.sfhover ul li a:hover {
	
}