/* Pages Dropmenu */

#dropmenu, #dropmenu ul {
	list-style-type: none;
	margin: 0px;
	display: block;
	width: 100%;
	height: auto;
	padding: 0px;
	clear: both;
}
#dropmenu li {
	list-style-type: none;
	text-align: center;
	width: auto;
	display: block;
	float: left;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	background-image: url(../images/navbg-separator.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: right top;
}

#dropmenu li li {
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 12em;
	text-align: left;
	background-image: none;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2A2A2A;
}
#dropmenu li li:hover {
	background-image: none;
}
#dropmenu li a {
	list-style-type: none;
	display: block;
	width: auto;
	text-decoration: none;
	font-size: 14px;
	height: auto;
	color: #FFFFFF;
	text-transform: uppercase;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	font-weight: bold;
	padding-top: 17px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#dropmenu li a:hover, #dropmenu li#home a, #dropmenu li#home a:hover, #dropmenu li.current_page_item a, #dropmenu li#page_item a, #dropmenu li.menu-item-home a, #dropmenu li.current-menu-item a {
	color: #FFCC00;
	text-decoration: none;
}
#dropmenu li li a {
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-x;
	display: block;
	padding: 15px;
}
#dropmenu li li a:hover {}
#dropmenu span {}

#dropmenu ul {
	position:absolute;
	width: 12em;
	left: -999em;
	z-index: 9999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #2A2A2A;
	border-right-color: #2A2A2A;
	border-left-color: #2A2A2A;
}
#dropmenu ul ul {
	margin-top: -2.8em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12em;
}
#dropmenu ul ul ul {
	margin-top: -2.8em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12em;
}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	left: -999em;
}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	left: auto;
}
